Re: Pix 501 Tunnelling problem
- From: "SAto" <anders.lastad@xxxxxxxxx>
- Date: 22 Aug 2006 07:01:26 -0700
James skrev:
access-list no-nat deny tcp host 10.0.0.2 host 1.1.2.2 eq smtp
access-list no-nat permit ip 10.0.0.0 255.255.255.0 1.1.2.0
255.255.255.0
You may also need to add the deny rule to your Crypto Access-List
otherwise the PIX will still try to send the packets over the VPN.
This is excatly what I've done, I can se the pix create a nat entry for
it in the sh xlate table
but the packet never exits the outside interface. I use capture on the
outside interface to see traffic. I'm thinking maybe the deny statement
in the crypto access list is forcing the pix to drop the packet?
Surprisingly enough editing the crypto map on my side doesn't break the
tunnel.
access-list inside_outbound_nat0_acl deny ip host 10.0.0.2 host 1.1.2.2
access-list inside_outbound_nat0_acl permit ip 10.0.0.0 255.255.255.0
1.1.2.0 255.255.255.0
access-list outside_cryptomap_20 deny ip host 10.0.0.2 host 1.1.2.2
access-list outside_cryptomap_20 permit ip 10.0.0.0 255.255.255.0
1.1.2.0 255.255.255.0
Maybe the 10.0.0.0/24 <-> 1.1.2.0/24 mapping on both ends match so that
the VPN doesnt break, I would expect it to break if I changed it to
several smaller subnets to exclude the mail server that way though.
This may not be possible to accomplish at all.
Is it possible to put a route map on the incoming interface sending the
packet out the outside interface instead? I could create the route map
but didn't find a way to put it on the interface. Don't know the
correct pix 6.3 syntax.
-SAto
.
- Follow-Ups:
- Re: Pix 501 Tunnelling problem
- From: James
- Re: Pix 501 Tunnelling problem
- From: James
- Re: Pix 501 Tunnelling problem
- References:
- Pix 501 Tunnelling problem
- From: SAto
- Re: Pix 501 Tunnelling problem
- From: James
- Pix 501 Tunnelling problem
- Prev by Date: Re: SSH Question
- Next by Date: Re: Minor Problem with remote access VPN
- Previous by thread: Re: Pix 501 Tunnelling problem
- Next by thread: Re: Pix 501 Tunnelling problem
- Index(es):
Relevant Pages
|