Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Cisco PIX Firewall Version 6.3(5)Cisco PIX Device Manager Version 3.0(4)Compiled on Thu 04-Aug-05 21:40 by morleeI need some help with determining the correct command line that will allow access for TightVNC into a single server 192.168.1.2 on the in...
I need to change:access-list <name> permit ip host 192.168.1.2 192.168.50.0 255.255.255.0to access-list <name> permit ip host 192.168.1.8 192.168.50.0 255.255.255.0Wondering if someone could give me the command syntax or steps to get this done, even ...
no access-group anywhere withinI have 2 existing access-list entries:access-list permit ip host 192.168.1.2 192.y.y.y 255.255.255.0access-list permit ip host 10.1.x.x 192.y.y.y 255.255.255.0these are for a 3rd party VPN, have nothing to do with set...
the only line that seems close is static (inside,outside) 10.1.x.x access-list 0 0nothing else showing up in the show config output has (inside, outside) within
Just determined that I need VNC to run encrypted (HIPAA compliance and all that), so I'll need to run VNC over an SSH tunnel on nonstd SSH port 9765 to the same .2 box where the SSH server is listeningconf tstatic (inside,outside) tcp interface 9765 ...
Thanks Jon,Think the VNC port 5900 is both UDP and TCP. I'll have to investigate the settings, I'm out of the office till Monday, but I'll give the above a go then and follow back up, appreciate the helpm
Jon> Are you coming in from the internet ? yes, all the vnc client activity will be coming in from the internet, no vnc client activity will be started from within the office. This is purely for remote access to the office from outside sources/IP's>...