Skip to content

Instantly share code, notes, and snippets.

Created June 1, 2013 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1c4ef5275cd5229cd00a to your computer and use it in GitHub Desktop.
Save anonymous/1c4ef5275cd5229cd00a to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
#iface eth0 inet dhcp
auto bond0
allow-hotplug bond0
iface bond0 inet static
address 192.168.1.114
gateway 192.168.1.1
netmask 255.255.255.0
broadcast 192.168.1.255
bond-slaves eth0
bond-mode active-backup
bond-miimon 100
bond-primary eth0
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
bond-master bond0
bond-mode active-backup
bond-miimon 100
bond-give-a-chance 10
wpa-bridge bond0
wpa-scan-ssid 1
wpa-ap-scan 2
wpa-proto RSN
wpa-pairwise TKIP
wpa-group TKIP
wpa-key-mgmt WPA-PSK
wpa-ssid "ssid"
wpa-psk "pass"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment