19Nov/150
smrshnode
Raspberry Pi Wireless host
[post to come eventually]
Linkdump:
- http://wiki.stocksy.co.uk/wiki/Multiple_SSIDs_with_hostapd
- http://wiki.stocksy.co.uk/wiki/Raspberry_Pi_Internet_in_a_box
- https://jenssegers.com/43/Realtek-RTL8188-based-access-point-on-Raspberry-Pi hostapd for my realtek wireless that doesn't support nl80211
Notes:
- Custom hostapd doesn't seem to install as on-boot service correctly, had to force installation
# update-rc.d hostapd enable
update-rc.d: using dependency based boot sequencing
update-rc.d: error: no runlevel symlinks to modify, aborting!
# insserv -v -r hostapd
# insserv -v -d hostapd
- RTL8188 or my device or whatever doesn't support multiple bssids. So sad.
- Next step: openvpn routing link to main smrshnet
Leave a comment
You must be logged in to post a comment.