Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auto lo
- iface lo inet loopback
- iface eth0 inet manual
- iface eth1 inet manual
- auto br0
- iface br0 inet manual
- bridge_ports eth0 eth1
- up ifconfig $IFACE 0.0.0.0 up
- up ip link set $IFACE promisc on
- down ip link set $IFACE promisc off
- down ifconfig $IFACE down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement