Hello Ken, > Hello all -- I must be overlooking something really simple here, but > I just can't seem to find it. > > > I'm "upgrading" my old 486 based Dachstein system to a PII based > Bering uClibc and I want to ultimately add a DMZ (moving up from two > cards to three). > > I've got three LinkSys EtherFast 10/100 pci cards in the box. > > > I'm trying to get the "simple" LAN working, using a private subnet of > 192.168.225. > > > On startup (or on /etc/init.d/networking restart) I get the following > message: > > > Reconfiguring network interfaces: Nothing to flush. > ifup: Don't seem to have all the variables for eth0/inet > done. > > My interfaces file has the following: > > > # Step 1: configure external interface > # uncomment/adjust one of the following 4 options > # Option 1.1 (default): eth0 / dynamic IP from pump/dhclient > auto eth0 iface eth0 inet dhcp >
Looks ok, are you sure there is a driver loaded for eth0? (lsmod). You can try to make a fixed config (like you did for eth1) to check if the interface is brought up correctly. Also take a look in the various logfiles (/var/log) to see some clues when you do an ifdown/ifup. Eric ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
