I have two Cisco RV325's successfully setup with a VPN. I can see/ping various devices on the remote side. When I go to try and connect via a browser to a known/working http server on the remote side, it connects, but won't load the page. Can't get the VoIP phone to work through the VPN either. Routing table looks fine, verified the LAN settings on the remote side matches the remote IP address range in the VPN tunnel (as I said, I can ping various devices). I ran nmap from a local machine on the remote subnet (through the VPN) and get a response from the various devices (small office, about 30 or so devices connected). It's only when I try to actually connect through http or the VoIP phone that it begins to fail. No connection for the phone and the http connection is really slow, then ultimately fails.
10.24.91.0/2 = RV325 local LAN
10.24.50.0/24 is the router we're behind locally. (I don't see how this can be a problem if the RV325 locally has an established VPN tunnel to the remote RV325)
192.168.1.x is the remote LAN.
VPN Log:
2022-09-15, 12:31:39 | VPN Log | [g2gips0] #1: [Tunnel Established] sent AI2, ISAKMP SA established |
2022-09-15, 12:31:39 | VPN Log | [g2gips0]: cmd=up-client peer=xx.xxx.32.55 peer_client=192.168.1.0/24 peer_client_net=192.168.1.0 peer_client_mask=255.255.255.0 |
2022-09-15, 12:31:39 | VPN Log | ip route add 192.168.1.0/24 via 10.24.50.1 dev eth1 metric 35 |
2022-09-15, 12:31:39 | VPN Log | iptables -t nat -I vpn -s 10.24.91.0/24 -d 192.168.1.0/24 -j ACCEPT |
2022-09-15, 12:31:39 | VPN Log | iptables -t nat -I vpn -s 192.168.1.0/24 -d 10.24.91.0/24 -j ACCEPT |
2022-09-15, 12:31:39 | VPN Log | iptables -t nat -I vpn_postrouting -s 10.24.91.0/24 -d 192.168.1.0/24 -j ACCEPT |
2022-09-15, 12:31:39 | VPN Log | iptables -t nat -I vpn_postrouting -o eth0 -s 192.168.1.0/24 -d 10.24.91.0/24 -j ACCEPT |
2022-09-15, 12:31:39 | VPN Log | [g2gips0] #2: [Tunnel Established] sent QI2, IPsec SA established {ESP=>0xc18bb0f8 < 0xc8ec10af NATOA=0.0.0.0} |