Here is the route -n I forgot.
This one is with the tunnel down
Destination Gateway Genmask Flags Metric Ref Use Iface
10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
98.x.x.0 0.0.0.0 255.255.255.224 U 0 0 0 eth0
192.168.22.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
0.0.0.0 98.x.x.x 0.0.0.0 UG 0 0 0 eth0
This one is with the tunnel up
Destination Gateway Genmask Flags Metric Ref Use Iface
10.36.0.9 0.0.0.0 255.255.255.255 UH 0 0 0 tun1
10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
98.x.x.x 0.0.0.0 255.255.255.224 U 0 0 0 eth0
192.168.22.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.36.0 10.36.0.9 255.255.255.0 UG 0 0 0 tun1
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
10.36.0.0 10.36.0.9 255.255.255.0 UG 0 0 0 tun1
0.0.0.0 98.x.x.x 0.0.0.0 UG 0 0 0 eth0
Here is the tracert from a pc in the lan. It stops at the lan gateway
Tracing route to 192.168.36.24 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 98.X.X.X [192.168.22.1]
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 * * * Request timed out.
16 * * * Request timed out.
I haven't tried to add routes to the far end b/c I didn't think they would be neeeded since it doesn't need routes for standalone OpenVPN clients and ultimately the far site is going to see everything as coming from the clients boxes IP and from what I can see the problem is getting out of the client's lan first. If it was timing out after hitting the OpenVPN gateway then I would think routes on the far end need added.
That said I clearly don't know how to accomplish my goal so let's throw out what I think and go with what you think
