# 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 br0 iface lo inet loopback # The primary network interface #iface p2p1 inet dhcp # Set up interface manualy, avoiding conflicts with, e.g., network manager iface p2p1 inet manual # Bridge setup iface br0 inet static bridge_ports p2p1 address 192.168.0.110 netmask 255.255.255.0 gateway 192.168.0.1 post-up iptables-restore < /etc/iptables.up.rules