Skip to content

Instantly share code, notes, and snippets.

@nkapliev
Last active April 15, 2018 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkapliev/104e29b43181c9c6606e009f63b225e8 to your computer and use it in GitHub Desktop.
Save nkapliev/104e29b43181c9c6606e009f63b225e8 to your computer and use it in GitHub Desktop.
pi wifi

How to make your raspberry pi a wifi router:

pc0---(via wifi)--\
pc1---(via wifi)---[wlan0 raspbery-pi eth0]---[ISP router]---internet
pc2---(via wifi)--/

old manual: https://raspberrypihq.com/how-to-turn-a-raspberry-pi-into-a-wifi-router/
old extra tip: https://www.raspberrypi.org/forums/viewtopic.php?t=191678

new manual: https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md
the new manual requires a kernel fix which is not released yet.
so, do rpi-update; @see raspberrypi/linux#2437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment