Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vpn between pix 501 - FW1

Status
Not open for further replies.

anerikkehvadderskals

IS-IT--Management
Dec 5, 2002
23
0
0
DK
Hi,

I have made a vpn between a pix501 - FW1 and its working fine. However, i would like to limit what the users from FW1 can see. Today the have access to the entire net and all ports, I would like to limit them to one ip address, and perhaps also one port (http 80). How do I do that?

TIA

Lasse

The lines I'm using today:

access-list 115 permit ip 193.100.100.0 255.255.255.0 172.30.2.0 255.255.255.0
crypto ipsec transform-set myset esp-des esp-sha-hmac
crypto map rtpmap 10 ipsec-isakmp
crypto map rtpmap 10 match address 115
crypto map rtpmap 10 set peer 130.x.x.12
crypto map rtpmap 10 set transform-set myset
crypto map rtpmap 10 set security-association lifetime seconds 3600 kilobytes 46
08000
crypto map rtpmap interface outside
isakmp enable outside
isakmp key ******** address 130.x.x.12 netmask 255.255.255.240
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400

 
mmm it will depend of the checkpoint version you have.

you can modify you ACLS and NAT like this
access-list 115 permit tcp 193.100.100.1 255.255.255.255 172.30.2.0 255.255.255.0 eq 80

and you must have a NAT0 line too ;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top