From owner-freebsd-questions Wed Apr 11 9: 7:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uj.pfi.lt (uj.pfi.lt [193.219.52.129]) by hub.freebsd.org (Postfix) with ESMTP id 1934C37B423 for ; Wed, 11 Apr 2001 09:07:37 -0700 (PDT) (envelope-from Radical@hardcore.lt) Received: from tyras (megalogika.stp.lt [193.219.52.197]) by uj.pfi.lt (8.11.2/8.11.2) with SMTP id f3BFtRb03083 for ; Wed, 11 Apr 2001 17:55:28 +0200 From: "Radical" To: Subject: Two interfaces on same subnet? Date: Wed, 11 Apr 2001 18:06:51 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 In-Reply-To: <20010411094923.A6049@cec.wustl.edu> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I was wondered when I found that I can't set-up to interfaces on the same subnet. my rc.conf entry's looks like this: ---------------------------------- network_interfaces="lo0 ed0 rl0" ifconfig_lo0="inet 127.0.0.1" ifconfig_ed0="inet 192.169.1.21 netmask 255.255.255.0" ifconfig_rl0="inet 192.169.1.22 netmask 255.255.255.0" ---------------------------------- If I commenting line (ifconfig_rl0="inet 192.169.1.22 netmask 255.255.255.0") interface ed0 working correctly if I commenting another one then correctly working rl0 interface. When both are uncommented correctly start's only one interface. But ifconfig -a reporting that both interfaces working (UP). But when I trying to ping 192.169.1.22 address I'm getting answer that host is down. May be some one can help me to slow this problem? Thanks in advance. Radical To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message