Created
August 4, 2013 20:18
-
-
Save kitchen/6151779 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto lo | |
iface lo inet loopback | |
auto eth0 | |
iface eth0 inet manual | |
bond-master bond0 | |
auto eth1 | |
iface eth1 inet manual | |
bond-master bond0 | |
auto bond0 | |
iface bond0 inet manual | |
hwaddr 00:25:90:c2:a4:ae | |
bond-mode 802.3ad | |
bond-miimon 100 | |
mond-lacp-rate 1 | |
bond-slaves none | |
auto br0 | |
iface br0 inet static | |
address 10.2.0.158 | |
gateway 10.2.0.1 | |
netmask 255.255.255.0 | |
dns-nameservers 10.2.0.58 | |
bridge_ports bond0 | |
bridge_tp off | |
bridge_fd 9 | |
bridge_hello 2 | |
bridge_maxage 12 | |
bridge_maxwait 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment