daily pastebin goal
85%
SHARE
TWEET

Untitled

a guest Dec 23rd, 2012 28 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.  
  8. # The primary network interface
  9. auto eth0
  10. iface eth0 inet static
  11.         address 192.168.2.202
  12.         netmask 255.255.255.0
  13.         gateway 192.168.2.1
  14.         network 192.168.2.0
  15.  
  16. iface eth1 inet static
  17.         address 192.168.5.202
  18.         netmask 255.255.255.0
  19.  
  20. iface eth2 inet static
  21.         address 192.168.4.202
  22.         network 255.255.255.0
  23.  
  24. iface eth3 inet static
  25.         address 192.168.3.202
  26.         netmask 255.255.255.0
RAW Paste Data
Top