# interfaces(5) file used by ifup(

and ifdown(

auto lo
iface lo inet loopback
post-up iptables-restore < /etc/iptables.conf
auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf
provider dsl-provider
auto eth1
iface eth1 inet manual
auto eth0
iface eth0 inet static
address 192.168.137.1
netmask 255.255.255.0
auto forts
iface forts inet ppp
#post-up /sbin/ip route add 224.0.0.0/4 dev ppp1
post-up /etc/start-mcproxy.sh
provider forts