Advertisement
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).
- # The loopback network interface
- auto lo
- iface lo inet loopback
- # The primary network interface
- auto eth0
- iface eth0 inet static
- address 172.31.252.143
- netmask 255.255.252.0
- network 172.31.252.0
- broadcast 172.31.255.255
- gateway 172.31.252.1
- dns-nameservers 172.31.252.2
- dns-search polopoly.com
- auto br100
- iface br100 inet static
- address 192.168.100.253
- netmask 255.255.255.0
- bridge_stp off
- bridge_fd 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement