Displaying 1 result from an estimated 1 matches for "ifds0".
2006 Mar 14
1
iptables+iproute problem
...quot;eth0" is external and "eth1" is internal"
#
# NOTE: If this doesnt EXACTLY fit your configuration, you must
# change the EXTIF or INTIF variables above. For example:
#
# If you are a PPPoE or analog modem user:
#
# EXTIF="ppp0"
#
IFDS0="eth1"
IFADSL="eth2"
IFLAN="eth0"
echo " External Interfaces: $IFDS0,$IFADSL"
echo " Internal Interface: $IFLAN"
echo " ---"
# Specify your Static IP address here or let the script take care of it
# for you.
#
# If you prefer to us...