0

I want handle options that are provided by TP-LINK router, like MAC filtering, wireless stats, forwarding and other features from my terminal.

7_R3X
  • 1,151
  • 1
  • 16
  • 31

1 Answers1

1

Xou can do this by using links2 which is a pure text based browser for terminal.

To install links2:

sudo apt-get install links2

Then you can call your router by its normal adress he has in the network example (taken from my network):

links2 192.168.0.1
Videonauth
  • 33,355
  • 17
  • 105
  • 120