Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  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. auto eth0
  10. iface eth0 inet static
  11. address 192.168.210.195
  12. netmask 255.255.255.0
  13. gateway 192.168.210.1
  14.  
  15. auto eth1
  16. iface eth1 inet static
  17. address 192.168.168.195
  18. netmask 255.255.255.0
  19. gateway 192.168.168.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement