Advertisement
Guest User

Untitled

a guest
Jan 28th, 2022
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. source /etc/network/interfaces.d/*
  2.  
  3. auto lo
  4. iface lo inet loopback
  5.  
  6. iface eno1 inet static
  7. address 192.168.1.62/24
  8. gateway 192.168.1.1
  9.  
  10. auto vmbr0
  11. iface vmbr0 inet static
  12. address 192.168.1.27/24
  13. gateway 192.168.1.1
  14. bridge-ports eno1
  15. bridge-stp off
  16. bridge-fd 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement