From owner-freebsd-questions Tue May 11 20:27:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id D2051150E7 for ; Tue, 11 May 1999 20:27:41 -0700 (PDT) (envelope-from danielb@almazs.pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.2/8.9.2) with SMTP id UAA23533 for ; Tue, 11 May 1999 20:27:41 -0700 (PDT) Date: Tue, 11 May 1999 20:27:41 -0700 (PDT) From: daniel B To: freebsd-questions@freebsd.org Subject: RE: Multiple NICs in one subnet Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Realy need help on this one; My network topology: [ DSL router ]---[ fbsd firewall ]-----[ DNS/SMTP/HTTP machine ] ep1 ep0 I have a /27 subnet and am trying to install firewall for my network on a seperate FreeBSD machine with two nics running 3.1. . All nics configured correctly with their own IPs . kernel configured for IPFIREWALL_VERBOSE . /etc/rc.conf setup for fire wall & gateway_enable=YES Problem #1: I keep getting the following errors: /frank routed[89]: ep1 (204.1.212.130/27) is duplicated by ep0 (204.1.212.131/27) frank /kernel: arp: 204.1.212.156 is on ep0 but got reply from 00:20:4f:45 on ep1 How do I force ep1 to pass packets from router to firewall and ep0 from firewall to internal fbsd machine while having everything on the same subnet? Is it possible? If not what do I need to change/modify for it to work? Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message