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
Last revisionBoth sides next revision
linuxmce_ap [2016/01/23 20:48] – [/etc/hostapd/hostapd.conf] adminlinuxmce_ap [2016/03/16 17:21] – [Change firewall] 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 216: Line 209:
 </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:
Line 222: Line 223:
   10:9a:dd:c3:67:c4   10:9a:dd:c3:67:c4
      
-change it to 02:9a:dd:c3:67:30 using:+change it to **02**:9a:dd:c3:67:**30** using (bold values are required, the middle part can be taken from the original mac address):
  
   ifconfig wlan0 down   ifconfig wlan0 down
linuxmce_ap.txt · Last modified: 2016/07/22 20:24 by admin