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?
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
If you have only a single registered ip address on the pix, then the solution is to use some kind of VPN (either PPTP or IPSEC) terminated on the pix and the remote PCAW.
Note the ports and protocols you need are:
TCP port 5631
UDP port 5632
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.