This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linuxmce_ap [2016/01/23 21:04] – [Guest Network] admin | linuxmce_ap [2016/07/22 20:24] (current) – admin | ||
---|---|---|---|
Line 4: | Line 4: | ||
sudo apt-get install bridge-utils hostapd | sudo apt-get install bridge-utils hostapd | ||
- | ===== Run hostap ===== | ||
- | |||
- | sudo hostapd / | ||
- | |||
- | |||
- | |||
- | ===== Change firewall ===== | ||
- | |||
- | pluto main -> firewall -> IntIF -> eth0 to br0 | ||
===== Configs ===== | ===== Configs ===== | ||
Line 45: | Line 36: | ||
iface br0 inet static | iface br0 inet static | ||
+ | | ||
+ | | ||
| | ||
| | ||
Line 178: | Line 171: | ||
ssid=test | ssid=test | ||
hw_mode=g | hw_mode=g | ||
- | channel=1 | + | channel=7 |
+ | ieee80211n=1 | ||
+ | wmm_enabled=1 | ||
+ | ht_capab=[SHORT-GI-40] | ||
macaddr_acl=0 | macaddr_acl=0 | ||
auth_algs=1 | auth_algs=1 | ||
Line 215: | Line 211: | ||
# | # | ||
</ | </ | ||
+ | |||
+ | ===== Change firewall ===== | ||
+ | |||
+ | pluto main -> firewall -> IntIF -> eth0 to br0 | ||
+ | |||
+ | ===== Run hostap ===== | ||
+ | |||
+ | sudo hostapd / | ||
====== Guest Network (IGNORE) ====== | ====== Guest Network (IGNORE) ====== |