Guest User

Untitled

a guest
Oct 31st, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # The external network interface
  2. auto eth1
  3. iface eth1 inet manual
  4. pre-up ifconfig $IFACE up
  5. post-down ifconfig $IFACE down
  6.  
  7. # The external bridge interface
  8. auto br-ext
  9. iface br-ext inet static
  10. address 1.2.3.4
  11. netmask 255.255.255.0
Advertisement
Add Comment
Please, Sign In to add comment