From owner-freebsd-stable Mon Apr 22 12:28:14 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gactr.uga.edu (smtpgw.gactr.uga.edu [128.192.37.25]) by hub.freebsd.org (Postfix) with ESMTP id B32D937B405 for ; Mon, 22 Apr 2002 12:28:05 -0700 (PDT) Received: (qmail 73154 invoked from network); 22 Apr 2002 19:19:20 -0000 Received: from unknown (HELO gactr.uga.edu) ([10.10.100.125]) (envelope-sender ) by smtpgw.servers.nat (qmail-ldap-1.03) with SMTP for ; 22 Apr 2002 19:19:20 -0000 Message-ID: <3CC46237.2B82743E@gactr.uga.edu> Date: Mon, 22 Apr 2002 15:19:19 -0400 From: Robin Blanchard Organization: Georgia Center Information Technology X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.5-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org Subject: multiple interfaces problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Sometime within the last month, ifconfig has changed so that the following rc.conf entries do not properly initialise the second (in this case fxp0) interface. network_interfaces="auto" ifconfig_ti0="inet 10.10.10.221 netmask 255.255.0.0" ifconfig_fxp0="inet 10.10.10.222 netmask 255.255.0.0" defaultrouter="10.10.0.1" hostname="test.servers.nat" there is still a sysctl knob # sysctl -a |grep arp net.link.ether.inet.log_arp_wrong_iface: 0 that deals with multiple interfaces on the same net, so seems that this behaviour should be allowed, whether frowned upon or not. I ran into this this morning after brining up this test box and installing a new world onto it (it had been sleeping for about a month when it had a previous 4.5 STABLE world). -- ---------------------------------------- Robin P. Blanchard Systems Design and Support Georgia Center for Continuing Education fon: 706.542.2404 <> fax: 706.542.6546 ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message