Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # interfaces(5) file used by ifup(8) and ifdown(8)
- auto lo
- iface lo inet loopback
- auto eth0
- iface eth0 inet dhcp
- dns-nameservers 8.8.8.8 8.8.4.4
- up ethtool -s eth0 wol g
- # Below works but disabled to improve boot time
- #auto wlan0
- #iface wlan0 inet dhcp
- #iface wlan0 inet manual
- # Proxy Server network interface
- # auto eth1
- # iface eth0:1 inet static
- # address 10.0.3.1
- # broadcast 10.0.0.255
- # gateway 10.0.0.1
- # dns-nameservers 8.8.8.8 8.8.4.4
- # up ethtool -s eth0:1 wol g
- # netmask 255.255.255.0
- # broadcast 10.0.0.255
- # gateway 10.0.0.1
- # #network 10.0.0.0
- # dns-nameservers 8.8.8.8
- # pre-up ifconfig $IFACE up
- # up ethtool -s eth1 wol g
- # post-down ifconfig $IFACE down
- # Set up the internal wired/wireless network bridge
- #
- auto br0
- iface br0 inet static
- address 10.0.0.102
- netmask 255.255.255.0
- gateway 10.0.0.1
- bridge_ports eth0 eth1
- bridge_stp off
- #bridge_fd 0
- bridge_maxwait 0
- bridge_hw 6a:b4:5c:66:12:2b
- dns-nameservers 8.8.8.8 8.8.4.4
- up ethtool -s br0 wol g
- # 06:ef:4a:02:8a:f3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement