Hi,
I have a strange probleme.
Here my setup:
1xRT-AC68U 376.48_1 as main router
2xRT-AC66U 3.0.0.4.374.38_1 as AP and an other doing double NAT
So I have something like:
My main subnet is 192.168.1.1/24 and I have double NAT at 192.168.2.1/24
So nothing complicated.
On my main subnet, I have a server running some VMs. One of them do an VPN and connect to a subnet like 60.5.1.1/24 (routable address, not 10.x.x.x OR 192.168.x.x). This VM's ip is 192.168.1.20. I created a static route like:
ip route add net 60.5.1.1/24 via 192.148.1.20 ... and it works. When I traceroute, for exemple 60.5.1.1, I get:
->192.168.1.1
->192.168.1.20
->60.5.1.1
So everything is perrfect! and if I try to reach a webservice, it works also.
But here the probleme. When I'm in my Double NAT (192.168.2.1), I can ping any ip of 60.5.1.1/24. If I traceroute, I have almost the same as above plus the router ip in top so:
->192.168.2.1
->192.168.1.1
->192.168.1.20
->60.5.1.1
BUT, and this is why I'm here, If I try to reach a webservice in 60.5.1.1/24, it doesn't work.
Does anyone have an idea why??
I have a strange probleme.
Here my setup:
1xRT-AC68U 376.48_1 as main router
2xRT-AC66U 3.0.0.4.374.38_1 as AP and an other doing double NAT
So I have something like:
My main subnet is 192.168.1.1/24 and I have double NAT at 192.168.2.1/24
So nothing complicated.
On my main subnet, I have a server running some VMs. One of them do an VPN and connect to a subnet like 60.5.1.1/24 (routable address, not 10.x.x.x OR 192.168.x.x). This VM's ip is 192.168.1.20. I created a static route like:
ip route add net 60.5.1.1/24 via 192.148.1.20 ... and it works. When I traceroute, for exemple 60.5.1.1, I get:
->192.168.1.1
->192.168.1.20
->60.5.1.1
So everything is perrfect! and if I try to reach a webservice, it works also.
But here the probleme. When I'm in my Double NAT (192.168.2.1), I can ping any ip of 60.5.1.1/24. If I traceroute, I have almost the same as above plus the router ip in top so:
->192.168.2.1
->192.168.1.1
->192.168.1.20
->60.5.1.1
BUT, and this is why I'm here, If I try to reach a webservice in 60.5.1.1/24, it doesn't work.
Does anyone have an idea why??
Last edited: