Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 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. auto em1
  8. iface em1 inet static
  9. address 192.168.210.191
  10. netmask 255.255.255.0
  11. gateway 192.168.210.1
  12. dns-servers 192.168.210.20 192.168.210.21
  13.  
  14.  
  15.  
  16.  
  17. auto em2
  18. iface em2 inet static
  19. address 192.168.168.191
  20. netmask 255.255.255.0
  21. gateway 192.168.168.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement