This app allows you to use your Linux computer as Wi-Fi router without losing full system functionality
To use your Linux-running PC as a router without losing fully-working system you need:
-
Ethernet cable with internet in it
-
Ethernet port in your computer connected with this cable
-
Wi-Fi adapter in you computer
USB Wi-Fi not yet supported
To install application just open Terminal. Now type this commands one-by-one:
sudo git clone https://github.com/artgonatiacool/Linux-router
cd Linux-router
sudo bash install.sh
Now wait a little bit and answer installation questions about SSID
and a password
of the network.
After installation successful your computer will reboot and you can now use your "router".
If you want to uninstall all this stuff just follow this commands:
sudo apt-get remove hostapd udhcpd
sudo apt-get autoremove