Advertisement
Guest User

Untitled

a guest
Apr 27th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. root@openstack2:/# 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. # The loopback network interface
  6. auto lo
  7. iface lo inet loopback
  8.  
  9. # The primary network interface
  10. auto eth0
  11. iface eth0 inet static
  12. address 10.255.132.3
  13. netmask 255.255.255.0
  14. network 10.255.132.0
  15. broadcast 10.255.132.255
  16. gateway 10.255.132.1
  17. # dns-* options are implemented by the resolvconf package, if installed
  18. dns-nameservers 10.252.229.4
  19. dns-search cil.com
  20.  
  21. auto eth1
  22. iface eth1 inet static
  23. address 192.168.22.1
  24. network 192.168.22.0
  25. netmask 255.255.255.0
  26. broadcast 192.168.22.255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement