Guest User

Untitled

a guest
Aug 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. auto br0
  2. iface br0 inet static
  3. address 10.101.22.10
  4. netmask 255.255.255.0
  5. network 10.101.22.0
  6. broadcast 10.101.22.255
  7. gateway 10.101.22.253
  8. dns-nameservers 8.8.8.8
  9. bridge_ports enp3s0
  10. bridge_fd 9
  11. bridge_hello 2
  12. bridge_maxage 12
  13. bridge_stp off
  14.  
  15. auto enp1s0
  16. iface enp1s0 inet static
  17. address 10.101.22.11
  18. netmask 255.255.255.0
  19. network 10.101.22.0
  20. broadcast 10.101.22.255
  21. gateway 10.101.22.253
  22. dns-nameservers 8.8.8.8
Add Comment
Please, Sign In to add comment