# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo ath0 iface lo inet loopback # PPPoE connection auto provider iface provider inet ppp pre-up /sbin/ifconfig eth0 up provider provider allow-hotplug ath0 iface ath0 inet static pre-up /etc/init.d/ath0_preup.sh address 192.168.2.1 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.2.255