Guest User

Untitled

a guest
May 11th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #interfaces(5) file used by ifup(8) and ifdown(8)
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. auto eno1
  6. iface eno1 inet manual
  7.  
  8.  
  9. auto br0
  10. iface br0 inet static
  11. address 192.168.10.7
  12. netmask 255.255.255.0
  13. network 192.168.10.0
  14. gateway 192.168.10.1
  15. dns-nameservers 188.xxx.97.57 8.8.8.8
  16. bridge_ports eno1
  17. bridge_fd 9
  18. bridge_hello 2
  19. bridge_maxage 12
  20. bridge_stp off
Add Comment
Please, Sign In to add comment