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

<snip commented lines>

# Step 2: configure  internal interface
# Default: eth1 / fixed IP = 192.168.1.254
auto eth1
iface eth1 inet static
        address 192.168.225.254
        netmask 255.255.255.0
        broadcast 192.168.225.255


Would someone kindly point me at the FM to RT on this one, please? I'm stumped, Google wasn't of any help, and I think I followed the instructions correctly...

TIA

        Ken




-------------------------------------------------------
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/

Reply via email to