On 9/21/2005 22:12, Ken Gentle wrote:
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).

# 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

Try:

# Step 3 (optional): configure DMZ
# Default: eth2 / fixed IP = 192.168.1.100
auto eth2
iface eth2 inet static
        address 192.168.254.254
        netmask 255.255.255.0
        broadcast 192.168.254.255



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