Ubuntu Access Point

From wikidb
Revision as of 10:29, 31 October 2016 by Edc (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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