cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
317
Views
0
Helpful
1
Replies

Configure P2P connection PIX 7.0.1 problem

ionut.stanescu
Level 1
Level 1

Hi,

I have next problem on my CISCO PIX 515e IOS 7.0.1.

I have defined a basic PAT( i have just only valid ip address ) that working ok, but some of my users want to access some p2p application over pix.

So, for they to have high id inside of p2p application I need to define some access rules over pix to comply these needs:

192.168.100.2:1000 <---> 193.x.x.x:2000

192.168.100.3:1100 <---> 193.x.x.x:2000

Could you advice me ?

Thank you.

1 Reply 1

mictho
Level 1
Level 1

try this....

access-list inside_access_in allow tcp host 192.168.100.2 any eq 1000

cess-list inside_access_in allow tcp host 192.168.100.3 any eq 1000

access-list inside_access_in permit ip any any

access-group inside_access_in in interface inside

write memory

clear xlate

you'll have to do the same on the other end with the ip's you want to allow access.

Review Cisco Networking for a $25 gift card