auto lo port0 port1
iface lo inet loopback

# The primary network interface
allow-hotplug port0
iface port0 inet dhcp

allow-hotplug port1
iface port1 inet static
        address 192.168.255.1
        network 192.168.255.0/24
        netmask 255.255.255.0