From owner-freebsd-stable@FreeBSD.ORG Tue Mar 4 09:55:26 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9ECF1065672 for ; Tue, 4 Mar 2008 09:55:26 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (mail.1command.com [75.160.109.226]) by mx1.freebsd.org (Postfix) with ESMTP id 583838FC16 for ; Tue, 4 Mar 2008 09:55:26 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id m249tI5i077554 for ; Tue, 4 Mar 2008 01:55:24 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id m249tIGT077553 for freebsd-stable@freebsd.org; Tue, 4 Mar 2008 01:55:18 -0800 (PST) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [75.160.109.235]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Tue, 04 Mar 2008 01:55:18 -0800 Message-ID: <20080304015518.k4sufnve0o8o4kk0@webmail.1command.com> X-Priority: 3 (Normal) Date: Tue, 04 Mar 2008 01:55:18 -0800 From: "Chris H." To: freebsd-stable@freebsd.org References: <20080303174335.xzd80uz0so48o8sk@webmail.1command.com> <47CD186B.20609@FreeBSD.org> In-Reply-To: <47CD186B.20609@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Subject: Re: What's new on the 127.0.0/24 block in 7? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 09:55:26 -0000 Quoting Kris Kennaway : > Chris H. wrote: >> Greetings, >> I'm having some difficulty working with anything past 127.0.0.1. >> It seems impossible to use (create) any addresses on the "loopback" >> past 127.0.0.1. > > What evidence do you have for this? Show your ifconfig commands, etc. > Anything you like. > I use 127/8 addresses all the time without problems. Yes, I have heard that from several people on the list. The only reference to lo0 I have is in /etc/defaults/rc.conf: ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. #ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry. #ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0. #ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry. Neither server has anything other than this. The RELENG_6 server acts as everyone else has responded (including yourself). But the 7-RC3 server, and 7-B4 server, both provide only 127.0.0.1 Dunno what to think. In my desperation to get this application running as it did on the RELENG_6 server; I added the following to /et/rc.conf ifconfig_lo0="inet 127.0.0.1 netmask 255.255.255.0" Killed the BIND, and then ran /etc/netstart and I discovered I have all the 127's I will ever need. I then restarted the BIND and the application I'm trying to get working. Anyhow. I didn't intend to spam the list with the application issues. I'm simply trying to discover why the loopback block isn't functioning the same on my recent 7 installs as it has always functioned in the past. I'll be happy to provide any further details/data anyone might require. Thanks for taking the time to respond. --Chris H > > Kris > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- panic: kernel trap (ignored)