The routes are wrong.
Should be....
At Home: (on machines only, not Netgear Box)
192.168.15.128 MASK 255.255.255.128 <Home Netgear IP>
At Office: (on machines only, not Netgear Box)
192.168.15.0 MASK 255.255.255.128 <Office Netgear IP>
I see no point in the other 3rd route.
The Netgear boxes don't need a "route" added on themselves,...they are
already "aware" of what they directly connect to.
*Also*, if the Netgear boxes are also used for the Internet (most likely
are), then you shouldn't need any routes added anywhere since the Netgears
boxs are already used for "unknown" destinations to begin with, so the
clients will send any traffic to them that isn't part of their own local
subnet (determined by the Mask). Since the Netgear boxes are already aware
of any "directly-connected-networks" (which the VPN makes that "true") they
will already know what to do with traffic for the opposite subnet at the
other end of the VPN link.
Static routes are only required when there are two subnets separated by a
*third* subnet that is between them,...and I don't think that is the case
here by what you described. The VPN creates a simple *two* subnet setup
with the two subnets being directly-connected to each other,...the fact that
the Internet is between them on the outside of the Tunnel is irrelevant.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
> Thanks for the advice!
>
> I'd love to NAT, but I'm using two Netgear FVS318s. I know of no
> conceivable way of NATing. What I DID try was to split the 15 network
> into 192.168.15.0/ and 192.168.15.128/ . The 15.0 for the home and the
> 15.128 for the office.
>
> Basically, I have two static routes on my office box and one on my home
> box:
>
> Home: 192.168.15.0 MASK 255.255.255.128 192.168.5.254
> Office: 192.168.15.0 MASK 255.255.255.128 192.168.5.254
> 192.168.0.0 MASK 255.255.255.0 192.168.15.254
>
> 192.168.15.254 is the home router that connects to the client's
> 192.168.0.0/24 network.
>
> Right now, I'm trying to ping back to an office-machine's 15.0 IP
> address from home without luck. I can ping this internal 192.168.15.0
> IP from within my 192.168.5.0/24 network though since I have a static
> route for it at the office router.
>
> Why would the packets from my home network not get properly delivered
> to my 192.168.5.254 router?
>