From owner-freebsd-questions Fri Jun 9 12:42:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from firehouse.net (rdu25-28-177.nc.rr.com [24.25.28.177]) by hub.freebsd.org (Postfix) with SMTP id 70B7D37C52C for ; Fri, 9 Jun 2000 12:42:36 -0700 (PDT) (envelope-from abc@firehouse.net) Received: (qmail 66866 invoked by uid 1000); 9 Jun 2000 19:42:29 -0000 Date: Fri, 9 Jun 2000 15:42:29 -0400 From: Alan Clegg To: Juha Korkiakangas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SV: Samba Fails with FreeBSD 3.3-release Message-ID: <20000609154228.A66715@ecto.greenpeas.org> References: <20000609151633.A66612@ecto.greenpeas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from sfp2011@post.netlink.se on Fri, Jun 09, 2000 at 09:35:34PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Out of the ether, Juha Korkiakangas spewed forth the following bitstream: > Thanks Alan, you really saved my weekend, works perfectly now. How do i make > this ifconfig-thing permanent permanent? In /etc/rc.conf maybe? If you explicitly list each interface in /etc/rc.conf (like this): network_interfaces="fxp0 lo0" # List of network interfaces (or "auto"). Then be sure that 1) you have lo0 in the list (I did not) 2) you have: ifconfig_lo0="inet 127.0.0.1 netmask 255.255.255.0" in there too. Note that #2 should be in /etc/defaults/rc.conf so you should not really need it. AlanC {who had disabled interfaces by not having them listed in the network_interfaces list, but also disabled lo0 at the same time} -- \ Alan B. Clegg Just because I can \ abc@firehouse.net does not mean I will. \ \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message