dasto created page: meetings presentation schedule authored by David St-Onge's avatar David St-Onge
......@@ -114,6 +114,7 @@ Since MistLab current dongles are Realtek rtl8188 a firmware need to be download
## To set up an AP with Intel7260 mini-PCI
`sudo apt-get install hostapd isc-dhcp-server`
create `/etc/hostapd/hostapd.conf` with:
```
interface=wlan1
......@@ -138,6 +139,7 @@ wpa_pairwise=TKIP
rsn_pairwise=CCMP
```
then in `/etc/default/hostapd` and `/etc/init.d/hostapd`: `DAEMON_CONF=/etc/hostapd/hostapd.conf`
In `/etc/dhcp/dhcpd.conf`, comment the lines that say
```
option domain-name "example.org";
......
......