Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. source /etc/network/interfaces.d/*
  5.  
  6. # The loopback network interface
  7. auto lo xenbr0
  8. iface lo inet loopback
  9.  
  10. # Xen bridge interface
  11. allow-hotplug xenbr0
  12. iface xenbr0 inet static
  13. bridge_ports none
  14. address 10.10.10.2
  15. broadcast 10.10.10.255
  16. netmask 255.255.255.0
  17. gateway 10.10.10.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement