Skip to content

Setup your GNU/Linux box as an access point: dumb-proof-easy script + confs

License

Notifications You must be signed in to change notification settings

fanfani/instant-ap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

instant-ap

Setup your GNU/Linux box as an access point: dumb-proof-easy script + confs

features:

  • minimal, a single bash script, just edit the first lines to setup.

  • minimal requirements, just dnsmasq and hostapd.

  • self-contained, everything you need in one file. No need to edit system-wide configurations.

  • init style control script, with the familiar "start|stop|status" syntax.

USAGE:

# ./instant-ap.sh start

defaults are as follows:

  • wan interface: ppp0

  • radio interface: wlan0

  • ssid: instant-ap

  • security: wpa2

  • lan settings: 10.0.0.0/24

  • dhcp lease: 12h

About

Setup your GNU/Linux box as an access point: dumb-proof-easy script + confs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages