Advertisement
Guest User

Untitled

a guest
May 18th, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 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. allow-hotplug eth0
  10. iface eth0 inet static
  11. address 192.168.200.15
  12. netmask 255.255.0.0
  13. #network 192.168.0.0
  14. #broadcast 192.168.255.255
  15. #gateway 192.168.100.254
  16. # dns-* options are implemented by the resolvconf package, if installed
  17. #dns-nameservers 8.8.8.8 8.8.4.4
  18. #dns-search shop-stream.ru
  19. allow-hotplug eth1
  20. iface eth1 inet static
  21. address 154.0.4.56
  22. netmask 255.255.255.0
  23. #network
  24. #broadcast
  25. gateway 154.0.4.53
  26. # dns-* options are implemented by the resolvconf package, if installed
  27. dns-nameservers 8.8.8.8 8.8.4.4
  28. #dns-search shop-stream.ru
  29.  
  30. root@mail:/home/lousx#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement