Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 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. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. # The primary network interface
  9. auto eth0
  10. iface eth0 inet dhcp
  11. #iface eth0 inet static
  12. # address 195.230.130.104
  13. # netmask 255.255.255.224
  14. # network 195.230.130.96
  15. # broadcast 195.230.130.127
  16. # gateway 195.230.130.97
  17. # # dns-* options are implemented by the resolvconf package, #if installed
  18. # dns-nameservers 195.230.129.3
  19. # dns-search KHOR
  20.  
  21. #local network interface
  22. auto eth1
  23. iface eth1 inet static
  24. adress 192.168.8.1
  25. netmask 255.255.255.255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement