User Tools

Site Tools


linuxmce_ap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linuxmce_ap [2016/01/23 21:52] – [Guest Network] adminlinuxmce_ap [2016/07/22 22: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 /etc/hostapd/hostapd.conf 
- 
- 
- 
-===== Change firewall ===== 
- 
-pluto main -> firewall -> IntIF -> eth0 to br0 
  
 ===== Configs ===== ===== Configs =====
Line 45: Line 36:
  
 iface br0 inet static iface br0 inet static
 +         post-up /usr/sbin/hostapd -B /etc/hostapd/hostapd.conf
 +         post-up service isc-dhcp-server restart
          bridge_ports eth0 wlan0          bridge_ports eth0 wlan0
          address 192.168.80.1          address 192.168.80.1
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 216: Line 212:
 </code> </code>
  
-====== Guest Network ======+===== Change firewall ===== 
 + 
 +pluto main -> firewall -> IntIF -> eth0 to br0 
 + 
 +===== Run hostap ===== 
 + 
 +  sudo hostapd /etc/hostapd/hostapd.conf 
 + 
 +====== Guest Network (IGNORE) ======
  
 old mac address: old mac address:
linuxmce_ap.1453582327.txt.gz · Last modified: 2016/01/23 21:52 by admin