Networking Forums

Networking Forums > Computer Networking > Windows Networking > IPSec tunnel to remote office; need proper static routes for RRAS

Reply
Thread Tools Display Modes

IPSec tunnel to remote office; need proper static routes for RRAS

 
 
guywolcott
Guest
Posts: n/a

 
      02-24-2008, 01:19 AM
I'm using SBS as my main office server/router/firewall, and I just
added a remote office. At the remote office, I have a hardware
firewall that supports only IPSec VPN tunnels. I have established an
IPSec VPN tunnel according to http://support.microsoft.com/kb/816514

The tunnel works fine, and I can see packets going across from the
remote office (hardware firewall) back to the main office (SBS). But
packets do not make it back the other way. It appears to be a routing
problem on SBS. I know that I need to add a static route to send
packets across the VPN tunnel rather than through the default gateway.
But the static route described in the KB article doesn't work. Here's
the setup:

Main Office (SBS as router/firewall):
Internal network (LAN): 192.168.16.0/24
Internal interface: 192.168.16.2
External interface: 67.100.185.126

Remote office (hardware firewall):
Internal network (LAN): 192.168.15.0/24
Internal interface: 192.168.15.1
External interface: 72.66.66.212

According to the article, the static route should be: 192.168.15.0/24
(gateway: 72.66.66.212; interface: external). But that doesn't work.
When you add that static route in RRAS, it is just ignored. When you
add it with ROUTE ADD, you get an error message saying the gateway is
not on the network.

I need to know the proper static route(s) to add to get the packets
from the main office (SBS) private network, across the VPN tunnel, to
the remote private network. I've read several places about using the
"VPN interface" rather than the "external interface", but that is not
an option. That seems to be something that comes along with a demand-
dial VPN, which this is not (see the KB article).

Any help would be most appreciated. I've been banging my head on this
for several days.
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      02-24-2008, 04:07 AM
My guess is that you have not correctly configured the IPSec filters.

You cannot use the routing methods used for other site to site VPNs. As
you point out, they rely on demand-dial interfaces as the interfaces
specified in the route commands.

"guywolcott" <(E-Mail Removed)> wrote in message
news:8d34529a-0ea7-4164-be2f-(E-Mail Removed)...
> I'm using SBS as my main office server/router/firewall, and I just
> added a remote office. At the remote office, I have a hardware
> firewall that supports only IPSec VPN tunnels. I have established an
> IPSec VPN tunnel according to http://support.microsoft.com/kb/816514
>
> The tunnel works fine, and I can see packets going across from the
> remote office (hardware firewall) back to the main office (SBS). But
> packets do not make it back the other way. It appears to be a routing
> problem on SBS. I know that I need to add a static route to send
> packets across the VPN tunnel rather than through the default gateway.
> But the static route described in the KB article doesn't work. Here's
> the setup:
>
> Main Office (SBS as router/firewall):
> Internal network (LAN): 192.168.16.0/24
> Internal interface: 192.168.16.2
> External interface: 67.100.185.126
>
> Remote office (hardware firewall):
> Internal network (LAN): 192.168.15.0/24
> Internal interface: 192.168.15.1
> External interface: 72.66.66.212
>
> According to the article, the static route should be: 192.168.15.0/24
> (gateway: 72.66.66.212; interface: external). But that doesn't work.
> When you add that static route in RRAS, it is just ignored. When you
> add it with ROUTE ADD, you get an error message saying the gateway is
> not on the network.
>
> I need to know the proper static route(s) to add to get the packets
> from the main office (SBS) private network, across the VPN tunnel, to
> the remote private network. I've read several places about using the
> "VPN interface" rather than the "external interface", but that is not
> an option. That seems to be something that comes along with a demand-
> dial VPN, which this is not (see the KB article).
>
> Any help would be most appreciated. I've been banging my head on this
> for several days.


 
Reply With Quote
 
guywolcott
Guest
Posts: n/a

 
      02-24-2008, 07:55 PM
I'm pretty sure the filters are right. I have one policy with two
rules. Each rule has one filter; they share the same "negotiate"
filter action (containing the Phase 2 IPSec stuff):

1st rule: Main to remote (filter: source: 192.168.16.0/24;
destination: 192.168.15.0/24;protocol: Any; Mirror: no)
2nd rule: Remote ro Main (filter: source: 192.168.15.0/24; dest:
192.168.16.0/24; prot: Any; Mirror: no)

If I change these, the tunnel itself doesn't seem to work, and they
match up with what I have read. But I have also read in several places
that IPSec is not a "routed" protocol (as implemented in Windows
Server 2003), so it needs static routing to get packets through the
tunnel. And now, when I tracert from the server to the remote office
(which should use the tunnel), it tries to go through the default
internet gateway, even though it is a private IP subnet.

> On Feb 24, 12:07*am, "Bill Grant" <not.available@online> wrote:
> * *My guess is that you have not correctly configured the IPSec filters.
>
> * * You cannot use the routing methods used for other site to site VPNs. As
> you point out, they rely on demand-dial interfaces as the interfaces
> specified in the route commands.
>
> "guywolcott" <guywolc...@gmail.com> wrote in message
>
> news:8d34529a-0ea7-4164-be2f-(E-Mail Removed)...

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ipsec tunnel mode vs ip in ip with ipsec transport Reji Linux Networking 1 09-20-2011 04:29 PM
Static routes needed to LAN routing aspect of RRAS? si via WinServerKB.com Windows Networking 9 05-25-2006 02:44 AM
IPSEC VPN tunnel, problems with routes Sjaakie Network Routers 1 05-09-2006 08:45 AM
Using static routes in routing & remote access for multiple gateways. jahyen Windows Networking 1 11-14-2005 01:25 PM
Static RRAS routes using dynamic DNS FQDNs SizzleMaster Windows Networking 1 04-20-2004 01:28 AM



1 2 3 4 5 6 7 8 9 10 11