Modwrt on Command Line

From lechacal
Revision as of 12:11, 13 August 2019 by Administrator (talk | contribs) (Created page with " =Accessing the shell prompt= If not password has been set in the web interface the shell prompt can be accessed using telnet. telnet modwrt Otherwise use ssh to get to t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Accessing the shell prompt

If not password has been set in the web interface the shell prompt can be accessed using telnet.

telnet modwrt

Otherwise use ssh to get to the prompt

ssh root@modwrt

telnet and ssh tool are available using Putty if not on a *nix computer.

Stop/Start the modwrt service

Modwrt is a service running as deamon. It can be stopped and started with the commands below.

/etc/init.d/modwrt stop
/etc/init.d/modwrt start