Date: Mon, 27 Jun 2005 02:00:56 +1000 From: duckeo <duckeo@gmail.com> To: Garrett Cooper <youshi10@u.washington.edu> Cc: freebsd-questions@freebsd.org Subject: Re: [RESOLVED} Xvnc + inetd Message-ID: <8941595405062609005fed655a@mail.gmail.com> In-Reply-To: <89415954050626083972db6d64@mail.gmail.com> References: <89415954050626001752c3c470@mail.gmail.com> <42BE9CDB.5040502@u.washington.edu> <89415954050626052730dc30d4@mail.gmail.com> <894159540506260530596e4be9@mail.gmail.com> <42BEA24B.7060109@u.washington.edu> <894159540506260553650b78c@mail.gmail.com> <42BEA983.4080403@u.washington.edu> <8941595405062606254936734d@mail.gmail.com> <42BEBDC7.7080709@u.washington.edu> <89415954050626083972db6d64@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/27/05, duckeo <duckeo@gmail.com> wrote: > > >The guide I've been roughly following is at > > >http://oxo.rucus.net/docs/Terminal-Vnc-HOWTO, to give you an idea of > > >what I was aiming for. > > >=20 > KDM is definately listening, UDP 177: >=20 > frisbee# netstat -aln > Active Internet connections (including servers) > Proto Recv-Q Send-Q Local Address Foreign Address (state= ) > tcp4 0 0 *.5961 *.* LISTEN > udp6 0 0 *.177 *.* >=20 > 5861 being VNC, 177 being XDMCP. >=20 > I can't VNC from the local box, is there a way I can test local login > to KDM from the command line? I'm working on it remotely at the > moment, SSH'd in from Windows. >=20 > Just a thought, would the fact that it's listening on UDP6 be a factor? Resolved! KDM was only listening on udp6, by default now. Found a few references to it, but by changing net.inet6.ip6.v6only=3D1 to net.inet6.ip6.v6only=3D0 it now listens on udp46 which solved the problem! I'll probably be disabling ip6 support anyway for this box, but Garrett thanks very much for your help. It lead me to the problem.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8941595405062609005fed655a>