daily pastebin goal
71%
SHARE
TWEET

network-redlunchbox

a guest Jul 23rd, 2012 21 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. seadmin@earth:/etc/apt$ cat /etc/network/interfaces
  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. # The primary network interface
  10. auto eth0
  11. iface eth0 inet static
  12.         address 192.168.1.20
  13.         netmask 255.255.255.0
  14.         network 192.168.1.0
  15.         broadcast 192.168.1.255
  16.         gateway 192.168.1.1
  17.         # dns
  18.         dns-nameservers 192.168.12.162 192.168.12.83
  19.         dns-search example.com
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top