SHARE
TWEET
Untitled
a guest
Jun 23rd, 2016
70
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- source /etc/network/interfaces.d/*
- # The loopback network interface
- auto lo
- iface lo inet loopback
- # The primary network interface
- auto eth1
- iface eth1 inet static
- address 69.99.74.143
- netmask 255.255.255.224
- gateway 69.99.74.129
- dns-nameserver 69.90.74.150 8.8.8.8
- post-up route add -net 192.168.253.0 netmast 255.255.255.0 gw 10.254.0.253
- post-up route add -net 192.168.254.0 netmask 255.255.255.0 gw 10.254.0.2
- auto eth0
- iface eth0 inet static
- address 10.254.0.110
- netmask 255.255.255.0
- gateway 10.254.0.1
- dns-nameserver 10.254.0.3
- post-up route add default via 69.99.74.129 dev eth1
RAW Paste Data
