From owner-freebsd-questions@FreeBSD.ORG Sat Jan 3 08:58:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3BC816A4CE for ; Sat, 3 Jan 2004 08:58:43 -0800 (PST) Received: from lakemtao04.cox.net (lakemtao04.cox.net [68.1.17.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B78843D4C for ; Sat, 3 Jan 2004 08:58:33 -0800 (PST) (envelope-from srenna@vdbmusic.com) Received: from mars ([68.100.162.26]) by lakemtao04.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040103165832.LUBW19895.lakemtao04.cox.net@mars> for ; Sat, 3 Jan 2004 11:58:32 -0500 From: "Scott Renna" To: Date: Sat, 3 Jan 2004 11:58:32 -0500 Message-ID: <000001c3d21a$d3cd36d0$0201a8c0@mars> 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, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: problem with 2 nics in same box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 16:58:44 -0000 Hello List, I am having some difficulty in getting my xl0 and xl1 3com cards to work the way I'd like. I'm running 5.1 Release and I'm basically trying to have one interface with no IP address(specifying it as such in /etc/rc.conf as ifconfig_xl1="up") And I'd like to have the other(xl0) to have an IP address of my Internal Network. The purpose of this setup is to sniff traffic with the interface that has no IP address and allow for management and reporting over the interface that has an IP associated with the Internal network. For some reason, this is just not working for me at all. I've tried to configure via rc.conf and this fails to work. I've also tried assigning an RFC 1918 address to the interface I want sniffing as this traffic should not be routable, but it doesn't seem to work. Can anyone make a suggestion? Here's what my rc.conf looks like: Hello List, I am having some difficulty in getting my xl0 and xl1 3com cards to work the way I'd like. I'm running 5.1 Release and I'm basically trying to have one interface with no IP address(specifying it as such in /etc/rc.conf as ifconfig_xl1="up") And I'd like to have the other(xl0) to have an IP address of my Internal Network. The purpose of this setup is to sniff traffic with the interface that has no IP address and allow for management and reporting over the interface that has an IP associated with the Internal network. Here's the first few lines of my /etc/rc.conf defaultrouter="192.168.1.1" hostname="charon" ifconfig_xl0="inet 192.168.1.6 netmask 255.255.255.0" ifconfig_x11="up" Will this accomplish what I'm trying to do successfully? Scott