Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. auto lo
  2.  
  3. iface lo inet loopback
  4.  
  5. iface eth0 inet static
  6. address 10.10.10.100
  7. netmask 255.255.255.0
  8. gateway 10.10.10.10
  9. hwaddress ether b8:27:eb:48:1f:1f
  10.  
  11. iface br0 inet manual
  12.  
  13. iface vpn inet static
  14. address 10.10.10.100
  15. netmask 255.255.255.0
  16. gateway 10.10.10.10
  17. hwaddress ether 00:aa:bb:bb:aa:00
  18. bridge_ports eth0 tap_soft
  19. bridge_fd 6
  20. bridge_stp no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement