Route does not exist even though IP route looks fine
I'm trying to run SSH on a non-standard port. But I can't even get a TCP packet through. IP routing works fine on port 22 and so does the actual connection: downstream@localhost:~$ ip route get 172.234.232.12 ipproto tcp dport 22 172.234.232.12 via 172.234.224.1 dev eth0 src 172.234.224.188 uid 1000 cache downstream@localhost:~$ nc -zvw2 172.234.232.12 22 Co