# 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 interfaces to automatically bring up on boot
auto eth0 eth1
#auto eth0

# The primary network interface
# Uncomment this line and comment the lines below it to use DHCP
#iface eth0 inet dhcp
# Comment the above line and uncomment these lines to use static IP configuration
allow-hotplug eth0
iface eth0 inet static
	address 134.89.32.16
	netmask 255.255.254.0
	gateway 134.89.32.1
	broadcast 134.89.32.255

# Freewave network interface
iface eth1 inet static
	address 10.250.33.1
	netmask 255.255.255.0
