# Configure Loopback
auto lo
iface lo inet loopback

# Next interface for udpconfig, DO NOT REMOVE THIS LINE
auto eth0
iface eth0 inet static
	address 192.168.1.199
	netmask 255.255.255.0
	broadcast 192.168.1.255
	gateway 192.168.1.254
	modulname CAN2Web Advanced eth0
	serial 0
	tcpport 3333
	udpport 8002


# Next interface for udpconfig, DO NOT REMOVE THIS LINE
#auto eth1
iface eth1 inet static
	address 192.168.1.200
	netmask 255.255.255.0
	broadcast 192.168.1.255
	gateway 192.168.1.254
	modulname CAN2Web Advanced eth1
	serial 0
	tcpport 3333
	udpport 8002

