Skip to content

Configure a Raspberry Pi to act as a wireless access point relaying DHCP.

License

Notifications You must be signed in to change notification settings

Dipricyn/rpi_access_point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Wireless AP w/ DHCP pass-through

Set up a Raspberry Pi 2B as wifi access point (AP).

The script creates a bridge between a local ethernet interface and a wifi interface:

[DHCP server] <--> eth0 <--> [RPi] <--> wlan0 <--> [wireless device]

The AP will obtain an IP address via DHCP through eth0. DHCP requests of clients are passed to the DHCP server in the network. The AP gets configured to use the exisiting DHCP server.

Usage

Run the installation script:

sudo ./setup.sh

Reboot afterwards.

System Information

Tested on:

  • Raspberry Pi 2B rev 1.1 with Raspbian Buster Lite

About

Configure a Raspberry Pi to act as a wireless access point relaying DHCP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages