Randy Paries wrote: > THanks for you help > > cat /etc/sysconfig/network-scripts/ifcfg-eth0 > DEVICE=eth0 > BOOTPROTO=static > BROADCAST=66.xxx.xxx.255 > HWADDR=00:08:A1:7D:7A:A2 > IPADDR=66.xxx.xxx.240 > NETMASK=255.255.255.128 > NETWORK=66.xxx.xxx.128 > GATEWAY=66.xxx.xxx.254 > ONBOOT=yes > TYPE=Ethernet > > cat /etc/sysconfig/network-scripts/ifcfg-eth1 > DEVICE=eth1 > BOOTPROTO=static > BROADCAST=192.168.0.255 > HWADDR=00:0E:2E:65:8C:B4 > IPADDR=192.168.0.159 > NETMASK=255.255.255.0 > NETWORK=192.168.0.0 > ONBOOT=yes > TYPE=Ethernet > > > cat /etc/sysconfig/network-scripts/ifcfg-eth2 > DEVICE=eth2 > BOOTPROTO=static > BROADCAST=192.168.1.255 > IPADDR=192.168.1.55 > NETMASK=255.255.255.0 > NETWORK=192.168.1.0 > ONBOOT=yes > TYPE=Ethernet > > Try commenting out the line "HWADDR=00:0E:2E:65:8C:B4" in ifcfg-eth1 and see if that helps. Do not be surprised if the new card becomes eth1 and the old eth1 becomes eth2. After you have the new card working, you can play with HWADDR to get the right card working with the right interface. I don't know if Fedora supports /etc/iftab, but if it does, you can use it to get the correct device to the correct card. Something like: eth0 mac 00:08:A1:7D:7A:A2 eth1 mac 00:0E:2E:65:8C:B4 eth2 mac 00:0E:2E:65:8C:?? You will have to get the correct MAC address for the new card. It will be close to the one for the other RTL-8169... Two more points - please trim your posts, and stop top posting when you reply to messages on the list. Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup!