BosseSwede
Regular Contributor
As discussed in another thread here I have configured an ASUS RT-AC51U to connect back home to my OpenVPN server to allow streaming geo-blocked videos from the remote location where it is connected.
I have provided my brother-in-law with this and he has started it up abroad and it works very well.
Now I have a question concerning the access to the config website on the router on address 192.168.213.1:
I have tried from the VPN server to connect to the config interface on this router by using both the remote IP address 192.168.213.1 and the VPN tunnel address of the router 10.8.0.133, but both fail to connect.
I have set up the VPN for this client to route backwards from the server LAN to the client LAN and I have also set up the route on my home LAN router to route the remote addresses through the OpenVPN server.
I have another site where this works fine but it uses an RT-AC86U router like my home LAN does.
So when I ping the remote router on the RT-AC51U site from the vpn server I get this:
And to the working remote site:
Why the "Redirect Host" messages for the RT-AC51U site?
I have provided my brother-in-law with this and he has started it up abroad and it works very well.
Now I have a question concerning the access to the config website on the router on address 192.168.213.1:
I have tried from the VPN server to connect to the config interface on this router by using both the remote IP address 192.168.213.1 and the VPN tunnel address of the router 10.8.0.133, but both fail to connect.
I have set up the VPN for this client to route backwards from the server LAN to the client LAN and I have also set up the route on my home LAN router to route the remote addresses through the OpenVPN server.
I have another site where this works fine but it uses an RT-AC86U router like my home LAN does.
So when I ping the remote router on the RT-AC51U site from the vpn server I get this:
Code:
$ ping 192.168.213.1
PING 192.168.213.1 (192.168.213.1) 56(84) bytes of data.
From 192.168.119.1 icmp_seq=2 Redirect Host(New nexthop: 216.119.168.192)
From 192.168.119.1 icmp_seq=3 Redirect Host(New nexthop: 216.119.168.192)
...
Code:
$ ping 192.168.117.1
PING 192.168.117.1 (192.168.117.1) 56(84) bytes of data.
64 bytes from 192.168.117.1: icmp_seq=1 ttl=64 time=3.85 ms
64 bytes from 192.168.117.1: icmp_seq=2 ttl=64 time=4.41 ms
64 bytes from 192.168.117.1: icmp_seq=3 ttl=64 time=4.29 ms
...
Why the "Redirect Host" messages for the RT-AC51U site?