crap, I new this would happen.
I'm at work now and after the reboot I can't get in through ssh.
phew, i remembered that I had open up the ssh port for my work IP
this is what dmesg finds, almost the same as before the reboot
then it was only one row of '...link up, 100Mbps...' now it's two
but there is no other eth number though
- Code: Select all
[root@webserver ~]# dmesg |grep eth
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
eth0: RealTek RTL8139 at 0xe8844f00, 00:10:b5:d1:07:8e, IRQ 11
eth0: Identified 8139 chip type 'RTL-8139B'
udev: renamed network interface eth2 to eth3
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth1: setting full-duplex.
eth0: no IPv6 routers present
eth1: no IPv6 routers present
and this is what I changed the rules file to
- Code: Select all
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.
# Accton Technology Corporation SMC2-1211TX (rule written by anaconda)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:10:b5:d1:07:8e", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x10b7:0x9050 (3c59x)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:60:08:28:3a:fa", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
# PCI device 0x10b7:0x9200 (3c59x)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:01:02:0a:bc:41", ATTR{type}=="1", KERNEL=="eth*", NAME="eth3"
# PCI device 0x10b7:0x9200 (3c59x)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:04:75:d2:79:2e", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
I left the last one as eth1 as that showed up in ifconfig with the correct internal IP thus thinking it was the NIC that I already had in there
and this because the mac address was the same