05-23-2005 10:50 PM - edited 02-21-2020 12:09 AM
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.
05-24-2005 01:19 AM
Could you give more information about
192.168.100.2:1000 <---> 193.x.x.x:2000
192.168.100.3:1100 <---> 193.x.x.x:2000
05-24-2005 01:59 AM
Hi,
To be more accurate I need to create on my pix something like this ( was on some cisco router before ):
ip nat inside source static tcp 192.168.100.2 2000 interface FastEthernet0/0 2000
ip nat inside source static tcp 192.168.100.3 3000 interface FastEthernet0/0 3000
In this way these clients was able to connect to the p2p servers with high id each of them.( of course, everyone made some modifications upon the installed p2p client at the TCP port section ).
Regards.
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