Comment 23 for bug 249404

Revision history for this message
slinger (slinger-to) wrote :

Alexander just stupid question cause i am not that skilled. What should i clean up in my interfaces?

auto lo
iface lo inet loopback

auto eth2
#iface eth2 inet dhcp

auto ath0
#iface ath0 inet dhcp

auto wlan0
#iface wlan0 inet dhcp

iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf
provider dsl-provider

iface eth1 inet static
address x.x.x.x
netmask x.x.x.x
gateway x.x.x.x

auto eth1