Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 975 Bytes

File metadata and controls

39 lines (23 loc) · 975 Bytes

Linux-router

This app allows you to use your Linux computer as Wi-Fi router without losing full system functionality

Needen components

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

Installation

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".

Uninstallation

If you want to uninstall all this stuff just follow this commands:

sudo apt-get remove hostapd udhcpd

sudo apt-get autoremove