<div dir="ltr">In /etc/sysconfig/vncservers I have something like this:<br><br>VNCSERVERS="1:myusername"<br>VNCSERVERARGS[1]="-geometry 1400x1050 -depth 16 -localhost"<br><br>(so I can only use localhost, which means I only allow connections over ssh or from the local machine).<br>
<br>Yours might be something like this:<br><br>VNCSERVERS="1:robert"<br>VNCSERVERARGS[1]="-geometry 1400x1050 -depth 16 InTransports=IPv6,IPv4"<br><br>then obviously as root:<br>service vncserver restart<br>
<br>Have you tried that?  Does VNC work over IPv4?<br><br><br><div class="gmail_quote">On Fri, Aug 8, 2008 at 3:55 PM, Robert Moskowitz <span dir="ltr"><<a href="mailto:rgm@htt-consult.com">rgm@htt-consult.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><a href="http://www.realvnc.com/products/enterprise/4.1/ipv6.html" target="_blank">http://www.realvnc.com/products/enterprise/4.1/ipv6.html</a><br>

<br>
<br>
   IPv6 support in VNC Server E4.1.7/P4.1.2<br>
<br>
VNC Server E4.1.7 & P4.1.2 are fully IPv6-aware, but is shipped with IPv6 support disabled by default, for security reasons. IPv6 can be enabled by setting "InTransports=IPv6,IPv4" (the default being IPv4 only), either on the command-line when starting vncserver under Unix<br>

<br>
Ok.  we have vnc-server-4.1.2-9.el5.i386.rpm, so it SHOULD support IPv6.<br>
<br>
Don't know how to add a setting to the command-line, as I rund VNCserver via the service command, but I added it to /etc/sysconfig/vncservers:<br>
<br>
InTransports="IPv6"   (note I also tried without the quotes)<br>
<br>
and netstat -na|grep 5902<br>
<br>
shows vncserver only running on IPv4 and I can only connect to it via IPv4.<br>
<br>
So what am I missing?????<br>
<br></blockquote></div><br></div>