Hi, I know, admit and confess that this is might be considered a weird setup but msybe someone can help anyhow: I'm using my own html <HTML> <HEAD> <TITLE> VNC VIEWER </TITLE> </HEAD> <BODY> <OBJECT classid="java:vncviewer" WIDTH=1024 HEIGHT=786 CODEBASE="./" ARCHIVE=vncviewer.jar" CODETYPE="application:x-java-applet"> <param name="HOST" value="212.255.x.x"> <param name=PORT value=5800> <param name="view only" value="Yes"> <param name="CODE" value="vncviewer.class"> <param name="ARCHIVE" value="vncviewer.jar"> <param name="type" value="application.x-java-applet"> </OBJECT> </BODY> </HTML> This works perfectly and extremely fast as compared to anything else...... IF I run it with one single IP target, i.e the html and applet are on the same server as the effective target say 212.255.x.x BUT IF I want to have the html and applet seperated a different server - for which I have reason - (say 195.143.y.y) (there's also reason to use port 5800 not 5900 - it works!) to the actual target (212.255.x.x) I get the applet loaded fast as hell but then: com.ms.security SecurityExceptionEx[rfpProto.<init>] Unable to check numeric address "212.255.x.x" (i.e actual target) What concerns me here is the the source and reason for "unable to check (?) numeric address.." I believe I've read somewhere in the archives that html/applet need noit necessarily sit on the same server after all. so what am I doing wrong? Anybody's got a hint? - Dietmar [demime 0.97b removed an attachment of type application/ms-tnef which had a name of winmail.dat] --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------