# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
iface lo inet loopback

# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
	address 24.19.151.68
	netmask 255.255.255.0
	network 24.19.151.0
	broadcast 24.19.151.255
	gateway 24.19.151.1
        mtu 1452
	dns-search aokiconsulting.com
	dns-nameservers 195.238.2.21 195.238.2.22

# The second network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth1
iface eth1 inet static
	address 192.168.1.1
	netmask 255.255.255.0
	network 192.168.1.0
	broadcast 192.168.1.255