Skip to content

Instantly share code, notes, and snippets.

@adonis0147
Last active December 21, 2015 07:08
Show Gist options
  • Save adonis0147/6268839 to your computer and use it in GitHub Desktop.
Save adonis0147/6268839 to your computer and use it in GitHub Desktop.
#Name:Default
#Type:DNSMASQ
interface=wlan0
dhcp-range=192.168.0.2,192.168.0.255,1h;
server=/www.google.com/8.8.8.8
#Name:Default
#Type:Hostapd
interface=wlan0
driver=nl80211
ssid=MyWiFI_AP
country_code=US
hw_mode=g
channel=7
macaddr_acl=0
wpa=3
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
wpa_passphrase=12345678
sudo apt-add-repository ppa:ekozincew/ppa
sudo apt-get update && sudo apt-get install wifi-hostapd-ap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment