This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linuxmce_ap [2016/03/16 17:18] – [/etc/network/interfaces] 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 180: | 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 217: | Line 211: | ||
# | # | ||
</ | </ | ||
+ | |||
+ | ===== Change firewall ===== | ||
+ | |||
+ | pluto main -> firewall -> IntIF -> eth0 to br0 | ||
+ | |||
+ | ===== Run hostap ===== | ||
+ | |||
+ | sudo hostapd / | ||
====== Guest Network (IGNORE) ====== | ====== Guest Network (IGNORE) ====== |