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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pcAnywhere

Status
Not open for further replies.

naingtan

MIS
Aug 29, 2002
11
US
i would like to connect inside three computers protected by cisco pix515 with ver 6.1 from outside using pcanywhere only one ip public address. Is there a way?

Any help would be appreciated.
 
Yes,

Use the static command to create a mapping from the public ip to the privet ip

>static (inside,outside) 192.168.x.x XXX.XXX.XXX.XXX netmask 255.255.255.255
192.168.x.x = ip of the PcAnywhere host
XXX.XXX.XXX.XXX = your public ip

Then you need access-list to allow the port traffic for that public ip
>access-list 100 permit tcp any host XXX.XXX.XXX.XXX eq 5631<-pcanywhere ports
> access-list 100 permit tcp any host XXX.XXX.XXX.XXX eq 5632<-pcanywhere ports
XXX.XXX.XXX.XXX = your public ip

Apply the access-list to an interface
>access-group in interface outside

ports may vary on the version of pcanywhere you are using

here is the link to the port numbers used by pcanywhere

Brock D. Mowry
Hardware Specialist
 
How do you setup vpn with Pix515 and what equipment do we need to setup?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top