But if you had "+10.0.60.101" wouldn't it only accept a connection from that IP anyway, all others would be rejected? So does it need to have "-10.0.60.100" in there?
Ben ========================================================== Triumph International Ltd Arkwright Road, Groundwell, Swindon, SN25 5BE Ben Blackmore I.T. Department Phone: +44 (0) 1793 720126 Fax: +44 (0) 1793 720179 Mail: [EMAIL PROTECTED] Visit us at: http://www.triumph-international.co.uk ========================================================== This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. ========================================================== "Kaciuba, Michael - AUS To: "'[EMAIL PROTECTED]'" PER" <[EMAIL PROTECTED]> <[EMAIL PROTECTED] cc: au> Subject: RE: AuthHosts syntax 09/07/2003 03:06 The - sign means deny and the + sign means accept. For example an authhosts string which shows "-10.0.60.100:+10.0.60.101:?10.0.60.102" means that the ip address 10.0.60.100 can not use vnc where as 10.0.60.101 can. 10.0.60.102 has the ability to use vnc but will require authorisation on the users end. by the way, in a string you use a : to seperate ip addresses. Another example, if your script shows "-" then no ip address will be able to use vnc. This is good to stop all unwanted connections. To specify a connection you want to be available you simply add the ip address. eg "-:+10.0.60.100" in this string only 10.0.60.100 can use vnc. -----Original Message----- From: William Hooper [mailto:[EMAIL PROTECTED] Sent: Tuesday, 8 July 2003 6:50 PM To: [EMAIL PROTECTED] Subject: Re: AuthHosts syntax [EMAIL PROTECTED] said: > I have a question along the same lines. The syntax used for AuthHosts is > > +[ip-address-template] > ?[ip-address-template] > -[ip-address-template] > > I know the ? means it asks the user if they want to accept the incoming > connection, but what's the difference between the + and - (plus > & minus) it doesn't explain what they do under > http://www.uk.research.att.com/vnc/winvnc.html AuthHosts is controlled by the QuerySetting value (BTW the new page is at http://www.realvnc.com/winvnc.html , even though this is covered on the old page). By default, "+:Accept, ?:Query, -:Reject". -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
