Displaying 1 result from an estimated 1 matches for "ipds0".
Did you mean:
ifds0
2006 Mar 14
1
iptables+iproute problem
...nux distributions:
#
#EXTIP1="`$IFCONFIG $EXTIF1 | $AWK \
# /$EXTIF1/''{next}//{split($0,a,":");split(a[2],a," ");print a[1];exit}''`"
# For users who wish to use STATIC IP addresses:
#
# # out the EXTIP line above and un-# out the EXTIP line below
#
IPDS0="200.36.148.163"
NETDS0="200.36.148.160/27"
GWDS0="200.36.148.161"
IPADSL="172.16.0.49"
NETADSL="172.16.0.0/16"
GWADSL="172.16.0.1"
echo " External IP1: $IPDS0"
echo " External IP2: $IPADSL"
echo " ---"
#...