| | |
Network Configuration
![]() |
•
•
Join Date: May 2004
Posts: 6
Reputation:
Solved Threads: 0
Hi!
I just installed mdk9.0. During installation, while asking for an IP address, I clicked on boot (dhcp). I thought it's supposed to get its address from the DHCP server in my Windows network.
On the first run (after installation) it said it cannot join the network (something like that). But I proceeded with the boot. I went to the control center and found it has an IP address different from the current addressing scheme.
Where did it get it's address? I dont recall installing DHCP server on this pc.
If I setup my linux pc to acquire its address from a DHCP server, do I need to install something like a DHCP client?
Thanks!
I just installed mdk9.0. During installation, while asking for an IP address, I clicked on boot (dhcp). I thought it's supposed to get its address from the DHCP server in my Windows network.
On the first run (after installation) it said it cannot join the network (something like that). But I proceeded with the boot. I went to the control center and found it has an IP address different from the current addressing scheme.
Where did it get it's address? I dont recall installing DHCP server on this pc.
If I setup my linux pc to acquire its address from a DHCP server, do I need to install something like a DHCP client?
Thanks!
Most linux distrobutions come with a DHCP client called dhclient. You should be able to type dhclient <ethernet interface> and it will try to recieve a DHCP address from the 'DHCP Server'. The other issue you might have is if you installed a DHCP server on this machine as well then you will have conflicting DHCP servers, which might cause network issues for the entire network.
If the IP you found the system assigned to itself was in the 169.254.x.x range, that means that your box could not connect to the DHCP server. Linux, Windows, and Mac boxen will all default to that range if unable to obtain a valid IP via DHCP.
You definitely do need to have a DHCP client running, and as already mentioned, if you accidentally installed and ran a DCHP server on the Linux box you'll have conflicts.
dhclient, dhcpcd, and pump are the three most-used DHCP client programs. You can see if you have one of them running by opening a terminal window and typing the following two commands:
ps ax |grep dhc
ps ax |grep pump
Also, posting the exact text of the "could not join..." error would be of great help. You can view your bootup message/error log with the following command; anything helpful in there?:
dmesg |less
You definitely do need to have a DHCP client running, and as already mentioned, if you accidentally installed and ran a DCHP server on the Linux box you'll have conflicts.
dhclient, dhcpcd, and pump are the three most-used DHCP client programs. You can see if you have one of them running by opening a terminal window and typing the following two commands:
ps ax |grep dhc
ps ax |grep pump
Also, posting the exact text of the "could not join..." error would be of great help. You can view your bootup message/error log with the following command; anything helpful in there?:
dmesg |less
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Don't sweat it- any operating system is a steep learning curve if it's not not the one you're used to using.
A shameless plug that will help you if you want to learn Linux:
Both Alex (alc6379) and I moderate a very good Linux-oriented tech support site at www.justlinux.com. Check out the site and register as a member; we've got a lot of very knowledgeable members over there who are more than willing to help you make the "learning curve" less steep.
A shameless plug that will help you if you want to learn Linux:
Both Alex (alc6379) and I moderate a very good Linux-oriented tech support site at www.justlinux.com. Check out the site and register as a member; we've got a lot of very knowledgeable members over there who are more than willing to help you make the "learning curve" less steep.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
•
•
Join Date: May 2004
Posts: 6
Reputation:
Solved Threads: 0
Thank you.
I might have to mention what Im trying to do right now, and why Linux got into the picture.
Sans the internet and email servers, we're basically a Windows shop. I am currently researching how to implement Windows Terminal Services having Linux as clients. Our major applications are running on Windows, thats why for now, Windows is here to stay.
Thanks!
I might have to mention what Im trying to do right now, and why Linux got into the picture.
Sans the internet and email servers, we're basically a Windows shop. I am currently researching how to implement Windows Terminal Services having Linux as clients. Our major applications are running on Windows, thats why for now, Windows is here to stay.
Thanks!
Having linux clients to a terminal server is easy!
http://www.rdesktop.org/
http://www.nongnu.org/grdesktop/
And somewhere on Citrix's site they provide a linux Citrix client as well.
http://www.rdesktop.org/
http://www.nongnu.org/grdesktop/
And somewhere on Citrix's site they provide a linux Citrix client as well.
PARANOIA:
A healthy understanding of the way the universe works.
A healthy understanding of the way the universe works.
![]() |
Similar Threads
- I lose my network connection for a few seconds every 2 hrs. and then get it back (Networking Hardware Configuration)
- Network cable is un-plugged! No it isn't. (Networking Hardware Configuration)
- adaware scan results in network fail? (Viruses, Spyware and other Nasties)
- How to Enable ICS on a Home or Small Office Network Connection in Windows XP (Windows tips 'n' tweaks)
- virtual network (*nix Software)
- Changing Network Configuration (*nix Software)
- Linux crashing on me when trying to configure network (*nix Software)
Other Threads in the *nix Software Forum
- Previous Thread: error making boot disk for mandrake 10
- Next Thread: Installing Mandrake
| Thread Tools | Search this Thread |






