Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auto lo
- iface lo inet loopback
- auto eth0
- iface eth0 inet manual
- #iface eth0 inet static
- # address 10.163.209.15
- # netmask 255.255.255.0
- # gateway 10.163.209.1
- # dns-nameservers 10.102.4.44
- # dns-search enseval.com
- iface br0 inet static
- address 10.163.209.15
- network 10.163.209.0
- netmask 255.255.255.0
- broadcast 10.163.209.255
- gateway 10.163.209.1
- dns-nameservers 10.102.4.44
- bridge_ports eth0
- bridge_stp off
- auto br0
Advertisement
Add Comment
Please, Sign In to add comment