How to set up Alpine as a wireless router: Difference between revisions

From Alpine Linux
Line 5: Line 5:
==== References ====
==== References ====


[[https://udhcp.busybox.net/README.udhcpc udhcpc]]
[https://udhcp.busybox.net/README.udhcpc udhcpc]<br>
[[https://linux.die.net/man/8/ez-ipupdate ez-ipupdate]]
[https://linux.die.net/man/8/ez-ipupdate ez-ipupdate]<br>
[[Alpine_Linux:FAQ#Dynamic_DNS|Dynamic_DNS]]
[[Alpine_Linux:FAQ#Dynamic_DNS|Dynamic_DNS]]<br>
[[Bridge|Alpine Linux Bridge]]
[[Bridge|Alpine Linux Bridge]]<br>
[[Connecting_to_a_wireless_access_point|Connect to wireless AP]]<br>
 
===== Pi Specific =====
[https://raspberrypi.stackexchange.com/questions/89803/access-point-as-wifi-router-repeater-optional-with-bridge/89804 Pi Wifi Repeater]<br>
==== Not Related, but Interesting ====
[https://blog.thewalr.us/2017/09/26/raspberry-pi-zero-w-simultaneous-ap-and-managed-mode-wifi AP and Managed Mode]<br>
[https://www.instructables.com/Using-a-Raspberry-PI-Zero-W-As-an-Access-Point-and AP and MQTT]<br>

Revision as of 22:20, 2 January 2021

Pi Zero W Wireless Router

This is a page to describe building a Wireless Access Point with two wired ethernet ports for building a home router that connects to the internet with one wired port, and internal Lan with the second wired port and the on-board WiFi.

References

udhcpc
ez-ipupdate
Dynamic_DNS
Alpine Linux Bridge
Connect to wireless AP

Pi Specific

Pi Wifi Repeater

Not Related, but Interesting

AP and Managed Mode
AP and MQTT