Re: Network changing from eth0 to eth1

2009-01-02 Thread Bill Davidsen
Mikkel L. Ellertson wrote: Roberto Ragusa wrote: FWIW, I just discovered how useful can be a manually modified 70-persistent-net.rules file. You can map MAC addresses to interface names and completely remove the HWADDR from ifcfg-eth? files. In my case this is perfect because I want to have *t

Re: Network changing from eth0 to eth1

2009-01-02 Thread Mikkel L. Ellertson
Roberto Ragusa wrote: > > FWIW, I just discovered how useful can be a manually modified > 70-persistent-net.rules file. > > You can map MAC addresses to interface names and completely remove > the HWADDR from ifcfg-eth? files. > > In my case this is perfect because I want to have *two* different

Re: Network changing from eth0 to eth1

2009-01-02 Thread Roberto Ragusa
Mikkel L. Ellertson wrote: > The 70-persistent-net.rules file will take care of that. It keeps > tract of the MAC addresses, and assures that the same device name is > always assigned to that MAC address. What I have found with HWADDR > is that the interface will not come up if the MAC address is

Re: Network changing from eth0 to eth1

2009-01-01 Thread Mikkel L. Ellertson
Bill Davidsen wrote: > Mikkel L. Ellertson wrote: >> With /etc/udev/rules.d/70-persistent-net.rules, you are probably not >> going to run into it if you do not use HWADDR in ifcfg-eth? On the >> other hand, I do tend to use something like the first example I gave >> - you don't need to, but it can

Re: Network changing from eth0 to eth1

2009-01-01 Thread Bill Davidsen
Nat Gross wrote: On Thu, Jan 1, 2009 at 6:19 PM, Bill Davidsen wrote: Nat Gross wrote: On Mon, Nov 3, 2008 at 3:09 PM, Phil Meyer wrote: Jim wrote: FC8, KDE What is changing the Network settings from eth0 to eth1 ? Even if you go into /etc/sysconfig/network-scripts/ifcfg-eth0 and setup as

Re: Network changing from eth0 to eth1

2009-01-01 Thread Bill Davidsen
Mikkel L. Ellertson wrote: Bill Davidsen wrote: Mikkel L. Ellertson wrote: If you are using the network service and DHCP, ifcfg-eth0 should look something like this: DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes HWADDR= DHCP_HOSTNAME= TYPE=Ethernet IPV6INIT=no NM_CONTROLLED=no USERCTL=no You don't ne

Re: Network changing from eth0 to eth1

2009-01-01 Thread Mikkel L. Ellertson
Bill Davidsen wrote: > Mikkel L. Ellertson wrote: >> >> If you are using the network service and DHCP, ifcfg-eth0 should >> look something like this: >> >> DEVICE=eth0 >> BOOTPROTO=dhcp >> ONBOOT=yes >> HWADDR= >> DHCP_HOSTNAME= >> TYPE=Ethernet >> IPV6INIT=no >> NM_CONTROLLED=no >> USERCTL=no >> >

Re: Network changing from eth0 to eth1

2009-01-01 Thread Nat Gross
On Thu, Jan 1, 2009 at 6:19 PM, Bill Davidsen wrote: > Nat Gross wrote: >> >> On Mon, Nov 3, 2008 at 3:09 PM, Phil Meyer >> wrote: >>> >>> Jim wrote: FC8, KDE What is changing the Network settings from eth0 to eth1 ? Even if you go into /etc/sysconfig/network-scripts/ifcf

Re: Network changing from eth0 to eth1

2009-01-01 Thread Bill Davidsen
Mikkel L. Ellertson wrote: Nat Gross wrote: On Thu, Jan 1, 2009 at 1:09 PM, Mikkel L. Ellertson If you are looking in /etc/sysconfig/network-scripts for ifcfg-eth0, and not finding it, they you are probably using NetworkManager to manage the interface. You may have to configure it again. (If yo

Re: Network changing from eth0 to eth1

2009-01-01 Thread Bill Davidsen
Nat Gross wrote: On Mon, Nov 3, 2008 at 3:09 PM, Phil Meyer wrote: Jim wrote: FC8, KDE What is changing the Network settings from eth0 to eth1 ? Even if you go into /etc/sysconfig/network-scripts/ifcfg-eth0 and setup as eth0, and reboot box,it will change settings to eth1. And it is causing

Re: Network changing from eth0 to eth1

2009-01-01 Thread Nat Gross
On Thu, Jan 1, 2009 at 3:59 PM, Mikkel L. Ellertson wrote: > Nat Gross wrote: >> On Thu, Jan 1, 2009 at 1:09 PM, Mikkel L. Ellertson >>> If you are looking in /etc/sysconfig/network-scripts for ifcfg-eth0, >>> and not finding it, they you are probably using NetworkManager to >>> manage the interfa

Re: Network changing from eth0 to eth1

2009-01-01 Thread Mikkel L. Ellertson
Nat Gross wrote: > On Thu, Jan 1, 2009 at 1:09 PM, Mikkel L. Ellertson >> If you are looking in /etc/sysconfig/network-scripts for ifcfg-eth0, >> and not finding it, they you are probably using NetworkManager to >> manage the interface. You may have to configure it again. (If you >> looked in the w

Re: Network changing from eth0 to eth1

2009-01-01 Thread Nat Gross
On Thu, Jan 1, 2009 at 1:09 PM, Mikkel L. Ellertson wrote: > Nat Gross wrote: >> Thanks for this post, it helped me a bit, but I still have nameserver >> problem. >> Yesterday my [only]nic in a 32 bit fc8 box blew. When I replaced it, >> it insisted to be eth1 and gave me eth0 errors when booting

Re: Network changing from eth0 to eth1

2009-01-01 Thread Mikkel L. Ellertson
Nat Gross wrote: > Thanks for this post, it helped me a bit, but I still have nameserver problem. > Yesterday my [only]nic in a 32 bit fc8 box blew. When I replaced it, > it insisted to be eth1 and gave me eth0 errors when booting. I did an > ifconfig 192.168 and had eth1 up and running. > No s

Re: Network changing from eth0 to eth1

2009-01-01 Thread Nat Gross
On Mon, Nov 3, 2008 at 3:09 PM, Phil Meyer wrote: > Jim wrote: >> >> FC8, KDE >> What is changing the Network settings from eth0 to eth1 ? >> >> Even if you go into /etc/sysconfig/network-scripts/ifcfg-eth0 and setup as >> eth0, and reboot box,it will change settings to eth1. >> >> And it is causi

Re: Network changing from eth0 to eth1

2008-11-03 Thread Phil Meyer
Jim wrote: FC8, KDE What is changing the Network settings from eth0 to eth1 ? Even if you go into /etc/sysconfig/network-scripts/ifcfg-eth0 and setup as eth0, and reboot box,it will change settings to eth1. And it is causing a unstable network. This box only has one ethernet card in it.

Network changing from eth0 to eth1

2008-11-03 Thread Jim
FC8, KDE What is changing the Network settings from eth0 to eth1 ? Even if you go into /etc/sysconfig/network-scripts/ifcfg-eth0 and setup as eth0, and reboot box,it will change settings to eth1. And it is causing a unstable network. This box only has one ethernet card in it. -- fedora-list