Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # The primary network interface
  2. auto eth0
  3. iface eth0 inet manual
  4.  
  5. # add bridge ports
  6. auto br0
  7. iface br0 inet static
  8. address 10.33.6.150
  9. network 10.33.6.0
  10. netmask 255.255.255.0
  11. broadcast 10.33.6.255
  12. gateway 10.33.6.1
  13. bridge_ports eth0
  14. bridge_fd 9
  15. bridge_hello 2
  16. bridge_maxage 12
  17. bridge_stop off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement