I'm trying to get two networks to talk to each other.
The VPN router is running DD-WRT and using Private Internet Access VPN. The first Router is using Netgear firmware. Router 1 LAN connected to VPN Router WAN.
Router 1 IP is 192.168.0.1. VPN router IP is 192.168.1.1. It assigned 192.168.0.19 to VPN Router.
In DD-WRT commands:
iptables -I FORWARD -s 192.168.0.0/24 -j ACCEPT
Router 1 static routes:
Destination IP Address 192.168.0.0
Subnet 255.255.255.0
Gateway IP Address 192.168.0.19
Anything I'm missing? PC4 cannot connect to PC1.
The VPN router is running DD-WRT and using Private Internet Access VPN. The first Router is using Netgear firmware. Router 1 LAN connected to VPN Router WAN.
Router 1 IP is 192.168.0.1. VPN router IP is 192.168.1.1. It assigned 192.168.0.19 to VPN Router.
In DD-WRT commands:
iptables -I FORWARD -s 192.168.0.0/24 -j ACCEPT
Router 1 static routes:
Destination IP Address 192.168.0.0
Subnet 255.255.255.0
Gateway IP Address 192.168.0.19
Anything I'm missing? PC4 cannot connect to PC1.