Skip to content

Instantly share code, notes, and snippets.

@makefu
Created August 15, 2013 10:10
Show Gist options
  • Save makefu/6239794 to your computer and use it in GitHub Desktop.
Save makefu/6239794 to your computer and use it in GitHub Desktop.
Bridge Mode for wr703
## /etc/config/wireless
config wifi-device radio0
option disabled 0
option type mac80211
option channel 11
option macaddr ec:17:2f:dd:28:ae
option hwmode 11ng
option htmode HT20
list ht_capab SHORT-GI-20
list ht_capab SHORT-GI-40
list ht_capab RX-STBC1
list ht_capab DSSS_CCK-40
# Access Point mode
config wifi-iface
option device radio0
option network lan
option mode ap
option ssid MaintenanceNet
option encryption psk2
option key 'lolwut internet'
option hidden 1
# /etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option ifname 'eth0'
option type 'bridge'
option proto 'dhcp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment