Guest User

interfaces

a guest
May 31st, 2015
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. cat /etc/network/interfaces
  2. # This file describes the network interfaces available on your system
  3. # and how to activate them. For more information, see interfaces(5).
  4.  
  5. source /etc/network/interfaces.d/*
  6.  
  7. # The loopback network interface
  8. auto lo
  9. iface lo inet loopback
  10. auto eth0
  11. iface eth0 inet static
  12. address 192.168.0.102
  13. netmask 255.255.255.0
  14. gateway 192.168.0.1
  15. auto xenbr0
  16. iface xenbr0 inet static
  17. address 192.168.0.102
  18. netmask 255.255.255.0
  19. gateway 192.168.0.1
  20. bridge_ports eth0
Advertisement
Add Comment
Please, Sign In to add comment