Michael Berg
New Around Here
Hello,
I recently upgraded my very old Linksys router to an Asus RT-AC68U. Everything has been great until now, where I have run into a strange problem.
Before I go on let me just say that the router is running in "Wireless router mode / AiMesh Router mode (Default)" mode, using the latest available firmware, which at the time of writing is 3.0.0.4.385_20252-ga052d4c
My network setup is pretty much default all around. I have a bunch of mixed clients which uses the router as an access point, primarily on the 5Ghz band. And in this case I have two Linux computers where I would like to SSH from one of them to the other. This does not appear to be possible, but only in one direction.
First computer: 192.168.1.187
Second: 192.168.1.143
First computer$ ping 192.168.1.143 (no problem)
Second computer$ ping 192.168.1.187 (no problem)
First computer$ ssh username@192.168.1.143 (no problem)
Second computer$ ssh username@192.168.1.187 - hangs
And when I say "hangs", here's what happens:
michael@michael-kontor:~$ ssh -vvv -X -C michael@192.168.1.187
OpenSSH_8.0p1 Ubuntu-6build1, OpenSSL 1.1.1c 28 May 2019
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolve_canonicalize: hostname 192.168.1.187 is address
debug2: ssh_connect_direct
debug1: Connecting to 192.168.1.187 [192.168.1.187] port 22.
Then it just sits there. In the other direction the connection works fine. I should mention that yes, the openssh server is of course running. No there are no firewall issues, this all worked just fine on the old Linksys router. No firewalls are active.
On the computer where the ssh hangs:
michael@michael-kontor:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default RT-AC68U-1C68 0.0.0.0 UG 600 0 0 wlp4s0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 wlp4s0
172.16.59.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8
192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp4s0
192.168.112.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1
michael@michael-kontor:~$ traceroute 192.168.1.187
traceroute to 192.168.1.187 (192.168.1.187), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
The traceroute should stop immediately and show just one hop over to the other pc' but for some reason it doesn't.
I'm no network expert here. Anyone got some tips for me? Things to try?
-Michael
I recently upgraded my very old Linksys router to an Asus RT-AC68U. Everything has been great until now, where I have run into a strange problem.
Before I go on let me just say that the router is running in "Wireless router mode / AiMesh Router mode (Default)" mode, using the latest available firmware, which at the time of writing is 3.0.0.4.385_20252-ga052d4c
My network setup is pretty much default all around. I have a bunch of mixed clients which uses the router as an access point, primarily on the 5Ghz band. And in this case I have two Linux computers where I would like to SSH from one of them to the other. This does not appear to be possible, but only in one direction.
First computer: 192.168.1.187
Second: 192.168.1.143
First computer$ ping 192.168.1.143 (no problem)
Second computer$ ping 192.168.1.187 (no problem)
First computer$ ssh username@192.168.1.143 (no problem)
Second computer$ ssh username@192.168.1.187 - hangs
And when I say "hangs", here's what happens:
michael@michael-kontor:~$ ssh -vvv -X -C michael@192.168.1.187
OpenSSH_8.0p1 Ubuntu-6build1, OpenSSL 1.1.1c 28 May 2019
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolve_canonicalize: hostname 192.168.1.187 is address
debug2: ssh_connect_direct
debug1: Connecting to 192.168.1.187 [192.168.1.187] port 22.
Then it just sits there. In the other direction the connection works fine. I should mention that yes, the openssh server is of course running. No there are no firewall issues, this all worked just fine on the old Linksys router. No firewalls are active.
On the computer where the ssh hangs:
michael@michael-kontor:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default RT-AC68U-1C68 0.0.0.0 UG 600 0 0 wlp4s0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 wlp4s0
172.16.59.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet8
192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp4s0
192.168.112.0 0.0.0.0 255.255.255.0 U 0 0 0 vmnet1
michael@michael-kontor:~$ traceroute 192.168.1.187
traceroute to 192.168.1.187 (192.168.1.187), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
The traceroute should stop immediately and show just one hop over to the other pc' but for some reason it doesn't.
I'm no network expert here. Anyone got some tips for me? Things to try?
-Michael