If you cannot access the LUCI OpenWRT page of the TP Link WDR4300 router, the below may help. Set PC ip: 192.168.1.2 and subnetmask 255.255.255.0 and gateway 192.168.1.1 Power off the router Disconnect the WAN cable Only connect your PC Ethernet cable to ETH0 Power On the router Wait for the router to start the … Continue reading How to reset TP Link WDR4300 router after bad install of OpenWRT LEDE
Tag: telnet
Login to server using SSH
Normally, use of telnet to connect to a server is not recommended, as it is inherently insecure. In place of telnet, it is recommended to use SSH. SSH comes in 2 flavors. SSH-1, now defunct, due to security issues, and SSH-2. Always, make sure you use SSH protocol version 2 (SSH-2) to connect to your … Continue reading Login to server using SSH