Last active
April 20, 2016 15:15
-
-
Save jhjguxin/b359d96e8c2452d8a6cd18678c0e8440 to your computer and use it in GitHub Desktop.
make a Virtual Router (soft wifi host ap) Ubuntu 15
This file contains 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
```sh | |
#/bin/bash! | |
# sudo apt-get install hostapd | |
# git clone https://github.com/oblique/create_ap.git && cd create_ap | |
# sudo make install | |
iwconfig | |
sudo create_ap wlp3s0 enp4s0f0 francis-ubuntu aaabbbccc123 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment