I have a PIX506.
I cannot connect to a specific port(5905) from the outside to a specific computer on the inside.
However connections to other ports(like 80) to the same computer on the inside works fine, and connections to the port(5905) on other machines on the inside also works fine.
Here is some of the setup:
access-group outside_access_in in interface outside
access-list outside_access_in permit tcp any any eq www
access-list outside_access_in permit tcp any any eq 5905
The service on port 5905 on that computer works, because I'm able to connect to it from another machine on the inside.
Any ideas?
I cannot connect to a specific port(5905) from the outside to a specific computer on the inside.
However connections to other ports(like 80) to the same computer on the inside works fine, and connections to the port(5905) on other machines on the inside also works fine.
Here is some of the setup:
access-group outside_access_in in interface outside
access-list outside_access_in permit tcp any any eq www
access-list outside_access_in permit tcp any any eq 5905
The service on port 5905 on that computer works, because I'm able to connect to it from another machine on the inside.
Any ideas?