daily pastebin goal
66%
SHARE
TWEET

Untitled

a guest Jul 2nd, 2015 192 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
RAW Paste Data
Top