# Configure Loopback
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
	address 192.168.1.202
	netmask 255.255.255.0
	broadcast 192.168.1.255
	gateway 192.168.1.254
	modulname scb9328
	serial 0
	tcpport 3333
	udpport 8002

#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
