daily pastebin goal
3%
SHARE
TWEET

Untitled

a guest Jun 23rd, 2016 70 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. source /etc/network/interfaces.d/*
  5.  
  6. # The loopback network interface
  7. auto lo
  8. iface lo inet loopback
  9.  
  10. # The primary network interface
  11. auto eth1
  12.  
  13. iface eth1 inet static
  14.     address 69.99.74.143
  15.     netmask 255.255.255.224
  16.     gateway 69.99.74.129
  17.     dns-nameserver 69.90.74.150 8.8.8.8
  18.     post-up route add -net 192.168.253.0 netmast 255.255.255.0 gw 10.254.0.253
  19.     post-up route add -net 192.168.254.0 netmask 255.255.255.0 gw 10.254.0.2
  20.  
  21. auto eth0
  22.  
  23. iface eth0 inet static
  24.     address 10.254.0.110
  25.     netmask 255.255.255.0
  26.     gateway 10.254.0.1
  27.     dns-nameserver 10.254.0.3
  28.     post-up route add default via 69.99.74.129 dev eth1
RAW Paste Data
Top