Skip to content

Instantly share code, notes, and snippets.

@naranjja
Created February 4, 2020 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naranjja/69e430260b5453f8d7224c6458471af5 to your computer and use it in GitHub Desktop.
Save naranjja/69e430260b5453f8d7224c6458471af5 to your computer and use it in GitHub Desktop.
Create a internetless wireless LAN on *buntu
# Requierements
sudo apt install util-linux bash procps hostapd iproute2 iw haveged net-tools dnsmasq iptables
cd /opt && git clone https://github.com/oblique/create_ap
cd create_ap && sudo make install
# Get wireless adapter ID
iwconfig
# Create temporary WLAN (closing this process will remove WLAN)
sudo create_ap -n wlp0s20f3
> SSID: WLAN_JOSE
> Passphrase: <PASSWORD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment