Difference between revisions of "Ubuntu Access Point"
From wikidb
(Created page with "= Unorganized Notes = Attempt to set Hood up as an access point without disrupting its wire less. They appear to be mutually exclusive. I'll continue to use an HW access poin...") |
(→hostapd) |
||
Line 28: | Line 28: | ||
iface wlan0 inet dhcp | iface wlan0 inet dhcp | ||
wpa-ssid ROSWorkshop | wpa-ssid ROSWorkshop | ||
− | + | wpa-psk eagle705nest |
Revision as of 10:30, 31 October 2016
Unorganized Notes
Attempt to set Hood up as an access point without disrupting its wire less. They appear to be mutually exclusive. I'll continue to use an HW access point instead.
hostapd
iw list sudo apt-get install hostapd sudo emacs /etc/default/hostapd &
create the following new file
sudo emacs /etc/hostapd/hostapd.conf&
https://www.aelius.com/njh/subnet_sheet.html
sudo emacs interfaces&
cat interfaces.accesspoint # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp wpa-ssid ROSWorkshop wpa-psk eagle705nest