Can you send the output of 'svccfg -s xend listprop' ? If you want the VNC console accessible only from the localhost, you should delete the vnc-listen property:
% svccfg -s xend 'delprop config/vnc-listen' You'll then need to refresh and restart xend: % svcadm refresh xend; svcadm restart xend (this will kill any active HVM domains) Blake Irvin wrote: > I've set xend service properties as follows: > > config/vnc-listen astring \'0.0.0.0\' > config/vncpasswd astring \'vnc\' > config/default-nic astring 'nge1' > > but I get an authentication error whenever I try to connect to the > console with > > 'vncviewer :0' - I'm on the xvm host itself. > > other relevant data: > > SunOS xvm0 5.11 snv_83 i86pc i386 i86xpv > > What I really want is a way to set a null password for the VNC console > if possible, since I don't intend to allow remote connections, but > instead will launch them with X over an ssh tunnel. > > Any ideas? > > cheers, > Blake > > -- ----------------------------------------------------- Russ Blaine | Solaris Kernel | [EMAIL PROTECTED] _______________________________________________ xen-discuss mailing list [email protected]
