Created
December 2, 2012 14:23
-
-
Save samerlahoud/4188961 to your computer and use it in GitHub Desktop.
This file contains 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
vi /etc/config/network | |
config interface 'lan' | |
option ifname 'eth0' | |
option type 'bridge' | |
option proto 'static' | |
option ipaddr '192.168.1.66' | |
option netmask '255.255.255.0' | |
option gateway '192.168.1.1' | |
list dns '192.168.1.1' | |
list dns '8.8.8.8' | |
option ip6addr '2a01:240:fe00:80ab::1/64' | |
vi /etc/config/wireless | |
config wifi-device 'radio0' | |
option type 'mac80211' | |
option channel '11' | |
option macaddr 'f8:d1:11:bd:62:ce' | |
option hwmode '11ng' | |
option htmode 'HT20' | |
list ht_capab 'SHORT-GI-20' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment