Created
          February 4, 2020 21:46 
        
      - 
      
- 
        Save naranjja/69e430260b5453f8d7224c6458471af5 to your computer and use it in GitHub Desktop. 
    Create a internetless wireless LAN on *buntu
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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