I moved the router over to 192.168.1.1 and I cannot seem to access the console via ssh. I feel like this is probably a silly problem but I cannot find any settings regarding this access.
Anyone have any thoughts?
Thank you!
EDIT: I was missing my input firewall rule for local network accessing the router… face palm
Thank you all for the help.
I have tried accessing it via different hosts.
I have disabled firewalls on these hosts.
nmap output:
Starting Nmap 5.51 ( http://nmap.org ) at 2016-06-29 16:15 CDT
Nmap scan report for router (192.168.1.1)
Host is up (0.00028s latency).
PORT STATE SERVICE
22/tcp filtered ssh
MAC Address: 6C:3B:6B:0B:C8:16 (Unknown)
Nmap done: 1 IP address (1 host up) scanned in 0.25 seconds
Does not give me much to go on. Looking into more options to use with nmap - not very familiar with this command.
Yes, your rules are in the proper chain.
The counters in the screenshot show zero packets - I don’t know if this is because the screenshot was taken after a reboot / clearing of the counters, and before any attempts to ssh into the box… but if not, then the packets are just not making it to the router. I suspect the counters were cleared, though, since you’ve edited the original post with the solution (thanks for doing so, by the way).
I was missing a rule in my firewall filters that allowed internal access to the router. My rudimentary understanding tells me that I was blocking access through one of my drop rules.
Thanks again for all your help.