Date: Fri, 9 Jun 2000 15:42:29 -0400 From: Alan Clegg <abc@firehouse.net> To: Juha Korkiakangas <sfp2011@post.netlink.se> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SV: Samba Fails with FreeBSD 3.3-release Message-ID: <20000609154228.A66715@ecto.greenpeas.org> In-Reply-To: <NEBBJKEBMLKJMJGKJAGPCEDOCAAA.sfp2011@post.netlink.se>; from sfp2011@post.netlink.se on Fri, Jun 09, 2000 at 09:35:34PM %2B0200 References: <20000609151633.A66612@ecto.greenpeas.org> <NEBBJKEBMLKJMJGKJAGPCEDOCAAA.sfp2011@post.netlink.se>
next in thread | previous in thread | raw e-mail | index | archive | help
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. \ <http://www.firehouse.net/> \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000609154228.A66715>