> ################ Office3 > > rl1: inet 192.168.2.254 netmask 0xffffff00 broadcast 192.168.2.255 > description: Internal interface > tun1: inet 10.8.0.2 --> 10.8.0.1 netmask 0xffffffff > description: office2 interface > > netstat -rn -f inet > Routing tables > > Internet: > Destination Gateway Flags Refs Use Mtu Interface > default 10.8.0.1 UGS 2 9489 - tun1 > 10.8.0.1 10.8.0.2 UH 3 2059 - tun1 > 192.168.2/24 link#2 UC 1 0 - rl1 > 192.168.2.1 0:13:d4:d1:3f:f1 UHLc 0 9 - rl1
You lack routes here. Add 192.168.197.0/24 with gateway 10.8.0.1 and 192.168.1.0/24 with gateway 10.8.0.1. The default route through the VPN looks like a routing loop (the VPN packets cannot go through the VPN). Either that or you omitted some of the routing table.

