Guest User

Untitled

a guest
Jan 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. auto enp61s0f0
  2. iface enp61s0f0 inet manual
  3. bond-master bond0
  4. mtu 9000
  5. auto enp61s0f1
  6. iface enp61s0f1 inet manual
  7. bond-master bond0
  8. mtu 9000
  9. auto bond0
  10. iface bond0 inet manual
  11. bond-mode balance-xor
  12. bond-miimon 100
  13. bond-slaves none
  14. mtu 9000
  15. auto bond0.170
  16. iface bond0.170 inet static
  17. vlan-raw-device bond0
  18. address 192.168.170.190
  19. netmask 255.255.255.0
  20. network 192.168.170.0
  21. broadcast 192.168.170.255
  22. gateway 192.168.170.1
  23. dns-nameservers 192.168.170.100 192.168.170.101
  24. dns-search network.lan
  25. mtu 9000
  26. auto bond0.186
  27. iface bond0.186 inet static
  28. vlan-raw-device bond0
  29. address 192.168.186.225
  30. netmask 255.255.255.0
  31. network 192.168.186.0
  32. broadcast 192.168.186.255
  33. mtu 9000
Add Comment
Please, Sign In to add comment