# 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
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual
up /etc/init.d/udhcpc start eth0
down /etc/init.d/udhcpc stop eth0
pre-up if nfs-root; then exit 1; fi

iface eth1 inet dhcp
iface wlan0 inet dhcp

# Configuration for the Cingular / Sierra Wireless AC8xx AirCard
iface ppp0 inet ppp
	provider ac850
	down poff -a
