Skip to content
forked from oblique/create_ap

This script creates a NATed WiFi Access Point.

Notifications You must be signed in to change notification settings

jianw/create_ap

This branch is 259 commits behind oblique/create_ap:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc6fe47 · Sep 28, 2013

History

6 Commits
Sep 28, 2013
Sep 28, 2013

Repository files navigation

Dependencies

  • bash (to run this script)
  • util-linux (for getopt)
  • hostapd
  • dnsmasq
  • iptables
  • iproute2
  • haveged (optional)

Examples

No passphrase (open network):

./create_ap wlan0 eth0 MyAccessPoint

WPA + WPA2 passphrase:

./create_ap wlan0 eth0 MyAccessPoint MyPassPhrase

AP without Internet sharing:

./create_ap -n wlan0 MyAccessPoint MyPassPhrase

About

This script creates a NATed WiFi Access Point.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published