Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # The external network interface
- auto eth1
- iface eth1 inet manual
- pre-up ifconfig $IFACE up
- post-down ifconfig $IFACE down
- # The external bridge interface
- auto br-ext
- iface br-ext inet static
- address 1.2.3.4
- netmask 255.255.255.0
Advertisement
Add Comment
Please, Sign In to add comment