From owner-freebsd-questions@FreeBSD.ORG Mon Nov 26 16:26:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3027F16A41B for ; Mon, 26 Nov 2007 16:26:11 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep11-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 6F70613C4F5 for ; Mon, 26 Nov 2007 16:26:09 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [192.168.1.104] (really [80.99.119.201]) by viefep11-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20071126162608.YPYJ10068.viefep11-int.chello.at@[192.168.1.104]> for ; Mon, 26 Nov 2007 17:26:08 +0100 Message-ID: <474AF39F.7080905@shopzeus.com> Date: Mon, 26 Nov 2007 17:26:07 +0100 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <474475D6.3070200@shopzeus.com> In-Reply-To: <474475D6.3070200@shopzeus.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: xdmcp not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2007 16:26:11 -0000 Laszlo Nagy wrote: > On a client machine I invoke this command: > > X -broadcast > > On the server side, gdm is runnning with [debug] enabled=true and this > is logged: > > Nov 21 13:23:38 cassiopeia gdm-binary[1569]: DEBUG: decode_packet: > GIOCondition 1 > Nov 21 13:23:38 cassiopeia gdm-binary[1569]: DEBUG: XDMCP: Received > opcode QUERY from client : > Nov 21 13:23:38 cassiopeia gdm-binary[1569]: DEBUG: > gdm_xdmcp_host_allow: client->hostname is 192.168.0.139 > Nov 21 13:23:38 cassiopeia gdm-binary[1569]: DEBUG: XDMCP: Sending > WILLING to > Nov 21 13:23:41 cassiopeia gdm-binary[1569]: DEBUG: decode_packet: > GIOCondition 1 > Nov 21 13:23:41 cassiopeia gdm-binary[1569]: DEBUG: XDMCP: Received > opcode QUERY from client : > Nov 21 13:23:41 cassiopeia gdm-binary[1569]: DEBUG: > gdm_xdmcp_host_allow: client->hostname is 192.168.0.139 > Nov 21 13:23:41 cassiopeia gdm-binary[1569]: DEBUG: XDMCP: Sending > WILLING to > > This is repeating continuously. On the client side, I see the X server > with gray background, without windows. > > > ipfw on the server side (running gdm): > > 00100 624 60642 allow ip from any to any via lo0 > 00200 0 0 deny ip from any to 127.0.0.0/8 > 00300 0 0 deny ip from 127.0.0.0/8 to any > 65000 79294 34601476 allow ip from any to any > 65535 0 0 deny ip from any to any > > IPFIREWALL is not enabled on the client (X server) side. > > What did I wrong? I posted this 5 days ago, and nobody answered. What can I do? Should I re-post after a week? (Nobody knows the answer, or - hopefully - the guy who knows the answer did not read the question?) (I tried to look for a FAQ but I could not find it here: http://lists.freebsd.org/mailman/listinfo/freebsd-questions ) Thank you, Laszlo