> Hi all, > > is it possible to limit the visiting ip address in VNC? > > For example, I want to configure to only accept one ip address to > connect in by VNC client.
Yes. In the Connections page of the config dialogue box, you can organise the IP addresses that are permitted to connect in the Access Control box. To only allow 192.168.0.42 to connect in, you would have two lines as follows: +192.168.0.42/255.255.255.255 -0.0.0.0/0.0.0.0 The first line permits only 192.168.0.42, the second disallows everything else. If you want to allow more than one IP address, you can either specify each one with another + line (above the -0.0.0.0 line) or use a wider subnet (the part after the /) as follows: +192.168.0.0/255.255.255.0 -0.0.0.0/0.0.0.0 This would permit any 192.168.0.x IP address to connect but disallow anything else. HTH, Stewart _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
