Date: Thu, 26 Aug 2004 17:45:13 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Bob Ababurko <ababurko@adelphia.net> Cc: questions@freebsd.org Subject: Re: cannot get rc.conf to configure an second interface Message-ID: <20040826174513.4e529fa3.wmoran@potentialtech.com> In-Reply-To: <5.2.1.1.0.20040824183938.01a70a08@mail.dc2.adelphia.net> References: <5.2.1.1.0.20040824183938.01a70a08@mail.dc2.adelphia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Bob Ababurko <ababurko@adelphia.net> wrote: > Hello- > > I am trying to configure rc.conf to set up my second interface. Right > now, I have these lines in the rc.conf file and when I boot the mahine, > fxp1 is not configured. Also, it seems that that ipv6 is set up an I am > not sure how to disable it. Here is my rc.conf entries that refer to the > network: > > ifconfig_fxp0="inet 192.168.102.14 netmask 255.255.255.0" > ifconfig_fxp1="inet 192.168.102.15 netmask 255.255.255.0" > defaultrouter="192.168.102.1" Add a line: network_interfaces="lo0 fxp0 fxp1" IPv6 is built into the kernel. To my knowledge, you'll have to recompile your kernel sans IPv6 to get rid of it. -- Bill Moran Potential Technologies http://www.potentialtech.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040826174513.4e529fa3.wmoran>