Hi all,
First time OpenWRT user here doing my first install on a TPLink OnHub router.
I've followed the website's guide and everything seems to have gone well except for getting access to the device via ssh.
Current state is:
- Device is powered
- LED ring is multi-colored (rainbow / red green blue etc)
- USB, flashed with balenaEtcher and the correct .bin file
- https://openwrt.org/inbox/toh/google/onhub_tp-link_tgr1900#installation
- I used the "OnHub TGR1900" Firmware OpenWrt Install URL.
- Device is plugged into a network switch which indicates it is active
-
tracert
from my Win11 cmd prompt actually shows OpenWRT in the listing:
-
>tracert 192.168.86.232
Tracing route to OpenWrt.lan [192.168.86.232]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms OpenWrt.lan [192.168.86.232]
Trace complete.
However when I attempt to ssh to this device, I simply get connection refused:
ssh root@192.168.86.232
ssh: connect to host 192.168.86.232 port 22: Connection refused
SSH is occuring from a different device on the same network which can also see the IP.
Nmap ran and I think this shows why I can't connect, but I don't really know what to do about it:
# nmap -v 192.168.86.232
Starting Nmap 7.92 ( https://nmap.org ) at 2023-03-04 05:37 UTC
Initiating ARP Ping Scan at 05:37
Scanning 192.168.86.232 [1 port]
Completed ARP Ping Scan at 05:37, 0.05s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 05:37
Completed Parallel DNS resolution of 1 host. at 05:37, 0.00s elapsed
Initiating SYN Stealth Scan at 05:37
Scanning 192.168.86.232 [1000 ports]
Increasing send delay for 192.168.86.232 from 0 to 5 due to 22 out of 72 dropped probes since last increase.
Increasing send delay for 192.168.86.232 from 5 to 10 due to 11 out of 16 dropped probes since last increase.
Increasing send delay for 192.168.86.232 from 10 to 20 due to 11 out of 11 dropped probes since last increase.
Increasing send delay for 192.168.86.232 from 20 to 40 due to 11 out of 11 dropped probes since last increase.
Completed SYN Stealth Scan at 05:37, 38.47s elapsed (1000 total ports)
Nmap scan report for 192.168.86.232
Host is up (0.0013s latency).
All 1000 scanned ports on 192.168.86.232 are in ignored states.
Not shown: 1000 closed tcp ports (reset)
MAC Address: 18:A6:F7:E0:61:81 (Tp-link Technologies)
Read data files from: /usr/bin/../share/nmap
Nmap done: 1 IP address (1 host up) scanned in 38.67 seconds
Raw packets sent: 1085 (47.724KB) | Rcvd: 1001 (40.028KB)
Specifically the message:
All 1000 scanned ports on 192.168.86.232 are in ignored states.
Would love any help you can offer.
Just another edit:
I ran another nmap specifically against port 22:
# nmap -p 22 192.168.86.232
Starting Nmap 7.92 ( https://nmap.org ) at 2023-03-04 05:52 UTC
Nmap scan report for 192.168.86.232
Host is up (0.0015s latency).
PORT STATE SERVICE
22/tcp closed ssh
MAC Address: 18:A6:F7:E0:61:81 (Tp-link Technologies)
Nmap done: 1 IP address (1 host up) scanned in 0.20 seconds