# 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 p1p1
iface p1p1 inet static
address 192.168.0.251
netmask 255.255.255.0
gateway 192.168.0.1
iface p1p1 inet6 auto
dns-nameservers 192.168.0.1 8.8.8.8 8.8.4.4
auto p4p1
iface p4p1 inet static
address 192.168.0.252
netmask 255.255.255.0
iface p4p1 inet6 auto
dns-nameservers 192.168.0.1 8.8.8.8 8.8.4.4