https://github.com/eifinger/rpi3-dns-ap-setup
Setup script for a DNS and WLAN Access Point on a Raspberry Pi 3
https://github.com/eifinger/rpi3-dns-ap-setup
access-point dns-server dnsmasq raspberry-pi-3 rpi rpi3 wifi wlan wlanap
Last synced: 24 days ago
JSON representation
Setup script for a DNS and WLAN Access Point on a Raspberry Pi 3
- Host: GitHub
- URL: https://github.com/eifinger/rpi3-dns-ap-setup
- Owner: eifinger
- License: gpl-3.0
- Created: 2018-01-24T17:45:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T14:06:41.000Z (about 5 years ago)
- Last Synced: 2025-04-12T08:58:57.899Z (24 days ago)
- Topics: access-point, dns-server, dnsmasq, raspberry-pi-3, rpi, rpi3, wifi, wlan, wlanap
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpi3-dns-ap-setup
This script installs a DNS using dnsmasq and sets up a WLAN Access Point.
If an ethernet cable is connected, the Access Point is bridged to the wired network.
This means if your Raspberry has internet connection via Ethernet, all clients connected to the WLAN AP have internet too.
The Access Point configuration is proven to work with the Dell Edge Gateway 3001 running Ubuntu Core 16.04 as a client.
## Prerequisites
A fresh install of rasbian
Tested on 2017-11-29-raspbian-stretch-lite
## Usage
1. `git clone https://github.com/eifinger/rpi3-dns-ap-setup`
or
`wget https://raw.githubusercontent.com/eifinger/rpi3-dns-ap-setup/master/rpi3-ap-with-dns-setup.sh`
2. `chmod +x rpi3-ap-with-dns-setup.sh`
3. `sudo bash ./rpi3-ap-with-dns-setup.sh`
4. Enter SSID and password when prompted