From owner-freebsd-stable Fri Dec 21 9:39:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail19a.dulles19-verio.com (mail19a.dulles19-verio.com [161.58.134.133]) by hub.freebsd.org (Postfix) with SMTP id 198FF37B419 for ; Fri, 21 Dec 2001 09:39:22 -0800 (PST) Received: from 198.104.176.109 (198.104.176.109) by mail19a (RS ver 1.0.60s) with SMTP id 0146784; Fri, 21 Dec 2001 12:38:51 -0500 (EST) Message-ID: <3C237340.8C87FB47@pythonemproject.com> Date: Fri, 21 Dec 2001 09:37:04 -0800 From: Rob X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Kevin Oberman Cc: "freebsd-stable@FreeBSD.ORG" Subject: Re: X xauth problems with DHCP- maybe FBSD settings issue References: <200112211716.fBLHGBd17784@ptavv.es.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kevin Oberman wrote: > > Rob, > > My condolences on the loss of your @Home service. The old @Home node > names are not used by ATTBI, so the name you are specifying fails to > translate to an IP address and xauth gets upset. > > The fix is probably to add the name of your system (and I would > strongly urge you to re-name it) to /etc/hosts. That seems to have > done the trick for me. > > 192.168.168.100 pikes.es.net pikes > > You can create the unix socket because it is a truly a named socket > and there is no issue with associating it with an IP address. (Also, > note that there is no attbi.com name on my system. That was my choice > since ATTBI does not seem interested in properly configuring DNS.) > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 Thanks Kevin, Its funny that the C888746-a shows up in my lease file. Here it is: lease { interface "fxp0"; fixed-address 12.224.209.139; option subnet-mask 255.255.252.0; option routers 12.224.208.1; option domain-name-servers 204.127.198.4,63.240.76.4; option host-name "c888746-a"; option domain-name "attbi.com"; option broadcast-address 255.255.255.255; option dhcp-lease-time 345600; option dhcp-message-type 5; option dhcp-server-identifier 12.242.16.34; renew 0 2001/12/23 00:58:22; rebind 1 2001/12/24 12:58:22; expire 2 2001/12/25 00:58:22; } lease { interface "fxp0"; fixed-address 12.224.209.139; option subnet-mask 255.255.252.0; option routers 12.224.208.1; option domain-name-servers 204.127.198.4,63.240.76.4; option host-name "c888746-a"; option domain-name "attbi.com"; option broadcast-address 255.255.255.255; option dhcp-lease-time 345600; option dhcp-message-type 5; option dhcp-server-identifier 12.242.16.34; renew 0 2001/12/23 16:10:13; rebind 2 2001/12/25 04:10:13; expire 2 2001/12/25 16:10:13; } I'll play around with it today. You've set me down the right path! Thanks, Rob. -- The Numeric Python EM Project www.pythonemproject.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message