Answer by Banjer for eth0 and eth1 both assigned same IP on boot
I was unable to determine the cause behind this mystery of two NICs getting configured the same IP and subnet on boot.The final solution to the problem however, was to move the cable from the first NIC...
View ArticleAnswer by fukawi2 for eth0 and eth1 both assigned same IP on boot
Making the config files more specific should help. Add the following directives to your ifcfg-ethX files:DEVICE=eth0HWADDR=00:18:4f:8d:85:4aRinse, Lather, Repeat for eth3 etcYou could (should?) add...
View ArticleAnswer by cas for eth0 and eth1 both assigned same IP on boot
you say you don't have a config script for eth1. why not? is it supposed to be configured or not? if it is, then what IP is it supposed to have. static allocations or dhcp?those are questions for you...
View ArticleAnswer by d34dh0r53 for eth0 and eth1 both assigned same IP on boot
Try adding:HWADDR='00:18:4f:8d:85:4a'to /etc/sysconfig/network-scripts/ifcfg-eth0. You may also want to create an ifcfg-eth1 that contains something like...
View Articleeth0 and eth1 both assigned same IP on boot
I have a physical SLES 11 SP2 server on a Sun Fire x4140 that is giving me problems with networking upon reboot. The NICs are onboard. The networking appears successful during boot, but network...
View Article