Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
/ router-pi Public archive

Turn your Raspberry Pi into simple Wi-Fi hotspot

License

Notifications You must be signed in to change notification settings

MikeWent/router-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Router Pi

Turn your Raspberry Pi into simple Wi-Fi hotspot

How to use

Install software

sudo apt install dnsmasq hostapd iptables

Copy config files

sudo cp -r etc/* /etc/

Also it might be needed to add denyinterfaces wlan0 to /etc/dhcpcd.conf

Change Wi-Fi password

sudo nano /etc/hostapd/hostapd.conf

Set iptables rules

You need to run this script after every reboot

./forward.sh

Start services

sudo systemctl start hostapd dnsmasq

License

MIT

About

Turn your Raspberry Pi into simple Wi-Fi hotspot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages