Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2003 08:40:13 -0700 (PDT)
From:      Paolo <shjkanrub@tiscalinet.it>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/45490: tightvnc leaks connection
Message-ID:  <200305101540.h4AFeDKj031028@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/45490; it has been noted by GNATS.

From: Paolo <shjkanrub@tiscalinet.it>
To: scheidell@secnap.net, <freebsd-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: ports/45490: tightvnc leaks connection
Date: Sat, 10 May 2003 17:30:12 +0200 (CEST)

 Hi, after digging in the sources, I've found that with '-nolisten tcp' the
 server is working ok etc.., but Xvnc no more listen on 6000+DISPLAY
 [at least with '-localhost']
 
 [I use Xvnc on a handeld, the c700 Zaurus]
 
 example:
 
 Xvnc -localhost -geometry 640x480 -depth 16 -pixelformat RGB565 :1 &
 
 # netstat -aln
 Active Internet connections (servers and established)
 Proto Recv-Q Send-Q Local Address           Foreign Address         State
 tcp        0      0 127.0.0.1:5901          0.0.0.0:*               LISTEN
 tcp        0      0 0.0.0.0:6001            0.0.0.0:*               LISTEN
 tcp        0      0 127.0.0.1:5901          127.0.0.1:1058          ESTABLISHED
 tcp        0      0 127.0.0.1:1058          127.0.0.1:5901          ESTABLISHED
 
 
 
 Xvnc -localhost -nolisten tcp -geometry 640x480 -depth 16 -pixelformat RGB565 :1 &
 
 # netstat -aln
 Active Internet connections (servers and established)
 Proto Recv-Q Send-Q Local Address           Foreign Address         State
 tcp        0      0 127.0.0.1:5901          0.0.0.0:*               LISTEN
 tcp        0      0 127.0.0.1:1057          127.0.0.1:5901          ESTABLISHED
 tcp        0      0 127.0.0.1:5901          127.0.0.1:1057          ESTABLISHED
 
 
 
 
 
 
 Hope this help.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305101540.h4AFeDKj031028>