News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

New Network Card - DHCP issues

Started by kyfalcon, May 29, 2012, 02:55:31 PM

Previous topic - Next topic

kyfalcon

Over the weekend I decided to upgrade the internal nic on my core to a 1G intel pro 1000. I edited the rules for eth0 and eth1 so that they pointed to the correct cards, I have my /etc/network/interfaces all set up correctly and when I run ifconfig, everything is setup and ip addresses are as expected. eth0 gets an ip from my service provider and eth1(new intel pro 1000) is set to 192.168.80.1.

My problem is dhcp is no longer working, so none of my MD's boot anymore? Any ideas? Is DHCP tied to the mac address of the nic? And therefore tied to the nic I removed?

thanks for the help,

Kevin

DragonK

Quote from: kyfalcon on May 29, 2012, 02:55:31 PM
Over the weekend I decided to upgrade the internal nic on my core to a 1G intel pro 1000.

If I understand correctly you now have 2 Pci Nics? Did you disable the onboard?
Whats the contents of /etc/default/dhcp3-server   ?

Karel

kyfalcon

I pulled a 10/100 pci nic out and replaced it with a 10/100/1000 pci nic in the same pci slot.

DragonK

#3
Sorry my bad. Didnt read properly. Been a long day.

The contents of /etc/default/dhcp3-server ?

What does your webadmin look like for the network settings and dhcp?

Karel

Edit:: have a look here..
http://forum.linuxmce.org/index.php/topic,6591.0.html

kyfalcon

Thanks Dragon,

Have to take a look when I get home.

Kevin

kyfalcon

Thx Karel, my DHCP server was set to eth0, when I set it to eth1 all was well.

Kevin