• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Adding Linux server into NT Domain

Rogue

Banned
I have installed Caldera Open Linux 2.3 and am having trouble getting it onto my NT domain at work. I can ping the loopback adapter and get a response, but I cannot ping the IP address of the machine that I set up in the hosts and network files. I have no GUI installed (who needs those anyway, I'm trying to learn Linux the hard way!). Can anyone assist?
 
It sounds likie your network adapter is not configured correctly. Type ifconfig and see what you get. There should be an entry for the device lo and one for eth0. If eth0 is listed, double check the IP settings. When you try to ping the machine, are you using the other machine's IP address or its hostname? It could also be your routing tables. Type route and see if there is a default gateway installed as well as a route to the network the computer will be on.
 
I can't seem to run ipconfig. It tells me, "bash: ipconfig: command not found". Do I have to run it from a specific directory? Also, when I view the verbose version of the routing table, it lists the IP address as 10.210.8.0 rather than the machine assigned IP of 10.210.9.38 that I entered into the hosts file.

ps-I am using the bash shell and am logged in as root.
 
DUH, stupid mistake. Too much Windows networking 😉. Anyway, I figured it out. I got the proper IP address assigned to my eth0 interface now. Now I can hit this machine from my Windows network.
 
Back
Top