Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. network interface settings; autogenerated
  2. # Please do NOT modify this file directly, unless you know what
  3. # you're doing.
  4. #
  5. # If you want to manage part of the network configuration manually,
  6. # please utilize the 'source' or 'source-directory' directives to do
  7. # so.
  8. # PVE will preserve these directives, but will NOT its network
  9. # configuration from sourced files, so do not attempt to move any of
  10. # the PVE managed interfaces into external files!
  11.  
  12. auto lo
  13. iface lo inet loopback
  14.  
  15. auto eth0
  16. iface eth0 inet static
  17. address 138.201.49.162
  18. netmask 255.255.255.192
  19. gateway 138.201.49.129
  20. pointopoint 138.201.49.129
  21.  
  22. iface eth0 inet6 static
  23. address 2a01:4f8:172:aa1::2
  24. netmask 64
  25. gateway fe80::1
  26. up sysctl -p
  27.  
  28. auto vmbr0
  29. iface vmbr0 inet static
  30. address 138.201.49.162
  31. netmask 255.255.255.192
  32. bridge_ports none
  33. bridge_stp off
  34. bridge_fd 0
  35.  
  36. auto vmbr1
  37. iface vmbr1 inet static
  38. address 88.198.228.7
  39. netmask 255.255.255.248
  40. bridge_ports none
  41. bridge_stp off
  42. bridge_fd 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement