09-29-2004 02:27 AM - edited 02-21-2020 01:22 PM
hi,
i want to restrict access to my peer vpn to allow him to access my server in just ftp service,
but when i do an access-list which allow just ftp, tcp 21, the pix displas a warning message that the vpn could not work properly.
can somebody tells me why? and how can i solve this problem.
thanks.
09-29-2004 03:31 AM
Yes. The inbould ACL should also allow IKE and IKAKMP traffic as well.
I am assuming you are using IOS. In IOS, the inbound ACL is evaluavate before and after decryption. With newer release, this is however not the case.
You can refer to
for more info on this matter.
Cheers,
~preetham
09-29-2004 03:39 AM
hi, i am usign finesse(cisco pix firewall,) does it make any difference??
thanks.
09-29-2004 08:00 AM
About what access-list are you talking:
1.) The VPN access-list
2.) The global inbount access-list on the outside interface.
3.) The NONAT access-list
Have you tryed this (for Point 1):
access-list VPN permit tcp inside-network inside-netmask PeerNetwork PeerMask eq 20
access-list VPN permit tcp inside-network inside-netmask PeerNetwork PeerMask eq 21
crypto map VPNmap 10 match address VPN
For Point 2:
access-list acs-outside permit udp host VPNPeer host MyPublicIP eq isakmp
access-list acs-outside permit esp host VPNPeer host MyPublicIP
access-list acs-outside permit ah host VPNPeer host MyPublicIP
access-list acs-outside permit tcp PeerNetwork PeerMask inside-network inside-netmask eq 21
access-list acs-outside permit tcp PeerNetwork PeerMask inside-network inside-netmask eq 20
access-group acs-outside in interface outside
You probably do not need the rules for TCP 20
sincerly
Patrick
09-30-2004 02:33 AM
hi,
i was talking abouy the vpn access-list
thanks.
09-29-2004 09:18 PM
In the case of PIX, packets destined to the device are not evaluavate against the inbound ACL.
Have a look at the discussion at
- this will perhaps have answers to your queries.
Cheers,
~preetham
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide