Advertisement
Guest User

Untitled

a guest
Dec 30th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. auto br0
  2. iface br0 inet static
  3. address 192.168.1.5
  4. netmask 255.255.255.0
  5. gateway 192.168.1.1
  6. dns-nameservers 192.168.1.1
  7. bridge_ports eth0
  8. bridge_maxwait 0
  9. bridge_stp off
  10. bridge_hello 1
  11. # bridge_maxage 4
  12. bridge_maxage 0
  13. bridge_fd 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement