On Mar 23, 10:24 am, "Robert Jacobs" <robertjacob...@gmail.com> wrote:
> On Mar 23, 10:03 am, Frank Winkler <frank-use...@kfw-family.org>
> wrote:
>
>
>
>
>
> > Robert Jacobs wrote:
>
> > >So it's already there? Currently we have a static route that sends
> > >all data over our frame relay. When I removed this route, no traffic
> > >went over the site-to-site vpn (that was destined for our second
> > >network). Also, how can you tell the router which traffic to send
> > >over the vpn tunnel, and which traffic to send over the frame if it is
> > >implicitly there? Man, now I'm confused.
>
> > Are you sure the tunnel is working? If so, you should have ACLs telling the
> > router what traffic is to be encrypted and sent through the tunnel.
>
> > IIRC other vendors create tunnel interfaces and you have to point a route
> > into it. This seems to be more legible.
>
> > Regards
>
> > fw
>
> And here's the other router. Notice the numbers at the end of
> ESP-3DES-SHA don't match?!? Problem?
>
> crypto map SDM_CMAP_1 isakmp authorization list sdm_vpn_group_ml_1
> crypto map SDM_CMAP_1 client configuration address respond
> crypto map SDM_CMAP_1 1 ipsec-isakmp
> description Tunnel to63.162.x.x
> set peer 63.162.x.x
> set transform-set xyzxyz
> match address 101
>
> crypto map SDM_CMAP_1 2 ipsec-isakmp
> description Tunnel to151.164.x.x
> set peer 151.164.x.x
> set transform-set ESP-3DES-SHA4
> match address 107
>
> interface FastEthernet0/1
> description $ES_WAN$$FW_OUTSIDE$$ETH-WAN$
> ip address 216.195.x.x 255.255.255.240
> ip verify unicast reverse-path
> no ip redirects
> no ip unreachables
> no ip proxy-arp
> ip nat outside
> ip inspect DEFAULT100 out
> ip ips sdm_ips_rule in
> ip virtual-reassembly
> duplex auto
> speed auto
> crypto map SDM_CMAP_1- Hide quoted text -
>
> - Show quoted text -
I found the ACL I think:
Router A:
access-list 111 remark SDM_ACL Category=4
access-list 111 remark IPSec Rule
access-list 111 permit ip 151.164.27.72 0.0.0.3 216.195.117.160
0.0.0.15
access-list 111 remark IPSec Rule
Router B:
access-list 107 remark SDM_ACL Category=4
access-list 107 remark IPSec Rule
access-list 107 permit ip 216.195.117.160 0.0.0.15 151.164.27.72
0.0.0.3
Does this look right? Also, is there a way to say, all network
traffic take one route, and all internet traffic take another route?
Just as a secondary question which I don't expect to be answered.
|