This repository was archived by the owner on Sep 30, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1k
[NOT MAINTAINED] This script creates a NATed or Bridged WiFi Access Point.
License
NotificationsYou must be signed in to change notification settings
oblique/create_ap
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project is no longer maintained.
- linux-wifi-hotspot - Fork that is focused on providing GUI and improvements.
- linux-router - Fork that is focused on providing new features andimprovements which are not limited to WiFi. Some interesting features are:sharing Internet to a wired interface and sharing Internet via a transparentproxy using redsocks.
- Create an AP (Access Point) at any channel.
- Choose one of the following encryptions: WPA, WPA2, WPA/WPA2, Open (no encryption).
- Hide your SSID.
- Disable communication between clients (client isolation).
- IEEE 802.11n & 802.11ac support
- Internet sharing methods: NATed or Bridged or None (no Internet sharing).
- Choose the AP Gateway IP (only for 'NATed' and 'None' Internet sharing methods).
- You can create an AP with the same interface you are getting your Internet connection.
- You can pass your SSID and password through pipe or through arguments (see examples).
- bash (to run this script)
- util-linux (for getopt)
- procps or procps-ng
- hostapd
- iproute2
- iw
- iwconfig (you only need this if 'iw' can not recognize your adapter)
- haveged (optional)
- dnsmasq
- iptables
git clone https://github.com/oblique/create_apcd create_apmake installpacman -S create_apemerge laymanlayman -f -a jorgicioemerge net-wireless/create_apcreate_ap wlan0 eth0 MyAccessPointcreate_ap wlan0 eth0 MyAccessPoint MyPassPhrasecreate_ap -n wlan0 MyAccessPoint MyPassPhrasecreate_ap -m bridge wlan0 eth0 MyAccessPoint MyPassPhrasecreate_ap -m bridge wlan0 br0 MyAccessPoint MyPassPhrasecreate_ap wlan0 wlan0 MyAccessPoint MyPassPhrasecreate_ap --driver rtl871xdrv wlan0 eth0 MyAccessPoint MyPassPhraseecho -e "MyAccessPoint" | create_ap wlan0 eth0echo -e "MyAccessPoint\nMyPassPhrase" | create_ap wlan0 eth0create_ap --ieee80211n --ht_capab '[HT40+]' wlan0 eth0 MyAccessPoint MyPassPhrasecreate_ap --isolate-clients wlan0 eth0 MyAccessPoint MyPassPhraseUsing the persistentsystemd service
systemctl start create_apsystemctl enable create_apFreeBSD
About
[NOT MAINTAINED] This script creates a NATed or Bridged WiFi Access Point.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published