How to open telnet port in wireless D-Link router

routertelnet

I want to access D-Link DIR-600L wireless router via terminal. Can i do this by opening telnet port. How to open telnet port in wireless routers?

Best Answer

  1. Login to the web interface.
  2. You can access shell terminal using: 192.168.0.1/shell.asp where 192.168.0.1 is your IP address of Wi-Fi router.
  3. In the shell terminal you type: telnetd.sh and press Apply.
  4. Using telnet client in your PC and type telnet 192.168.0.1 and you can see login prompt.

But I can’t find any information to login by root. Router say login incorrect when I type root in login prompt.

Related Question