Advertisement
Guest User

Untitled

a guest
May 6th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 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. auto lo
  5. iface lo inet loopback
  6.  
  7. auto eth0
  8. iface eth0 inet dhcp
  9.  
  10. auto eth1
  11. iface eth1 inet static
  12. address 192.168.56.201
  13. netmask 255.255.255.0
  14. network 192.168.56.0
  15. broadcast 192.168.56.255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement