From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 31 01:02:22 2007 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1116D16A41F for ; Tue, 31 Jul 2007 01:02:22 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from mail.inigo-tech.com (gambit.inigo-tech.com [202.190.74.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9111413C4D5 for ; Tue, 31 Jul 2007 01:02:21 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from [192.168.1.20] (unknown [60.53.3.90]) by mail.inigo-tech.com (Postfix) with ESMTP id 640E8250488; Tue, 31 Jul 2007 08:33:24 +0800 (MYT) From: Khairil Yusof To: Sebastian Nowicki In-Reply-To: <20070727165936.G20719@volt.iem.pw.edu.pl> References: <20070727165936.G20719@volt.iem.pw.edu.pl> Content-Type: text/plain Date: Tue, 31 Jul 2007 08:33:27 +0800 Message-Id: <1185842007.1463.40.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org Subject: Re: gdm remote connection X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 01:02:22 -0000 On Fri, 2007-07-27 at 17:10 +0200, Sebastian Nowicki wrote: > Hi, > I'm trying to configure gdm, so I can connect to my server remotry. > But when I'm connection from another server to my server (X -query > ) I have only grey screen, no login window. > Xdmcp is enabled. I don't understand what is wrong. > I'm attaching my gdm configuration file. > Thanks for any kind of help. Try it from the simplest configuration first. in custom.conf only have this option enabled: [xdmcp] Enable=true Then restart gdm. Check that it's listening on udp/177 using sockstat -l4 (or 6 if on ipv6). Check that you can connect to it locally, try Xnest :1 -query localhost Finally check with a remote client. By running make config in x11/gdm check whether it was built with ipv6 option checked. There are some reports, that clients compiled with ipv6 may fail to connect to ipv4 gdm servers even if they're both on ipv4 network. I know that current gdm is working ok for xdmcp serving clients to Ubuntu 6.0.6 and 7.04 clients, as well as other FreeBSD clients. Hope this helps.