All pastes #2104492 Raw Edit

Stuff

public text v1 · immutable
#2104492 ·published 2012-01-20 14:00 UTC
rendered paste body
auto lo br0

iface lo inet loopback

iface br0 inet static
        address 192.168.54.10
        network 192.168.54.0
        netmask 255.255.255.0
        broadcast 192.168.54.255
        gateway 192.168.54.1
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
	up ip link set $IFACE up promisc on
	down ip link set $IFACE down promisc off

iface eth0 inet manual
	up ip link set $IFACE up promisc on
	down ip link set $IFACE down promisc off