Guest User

Untitled

a guest
Jun 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto eth0
  5. iface eth0 inet static
  6. address 1.1.1.2
  7. netmask 255.255.255.0
  8. gateway 1.1.1.1
  9. post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
  10.  
  11.  
  12. auto vmbr0
  13. iface vmbr0 inet static
  14. address 1.1.1.3
  15. netmask 255.255.255.0
  16. bridge_ports none
  17. bridge_stp off
  18. bridge_fd 0
Add Comment
Please, Sign In to add comment