From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 16:00:29 2003 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 5F74216A4C0 for ; Tue, 26 Aug 2003 16:00:29 -0700 (PDT) Received: from web20102.mail.yahoo.com (web20102.mail.yahoo.com [216.136.226.39]) by mx1.FreeBSD.org (Postfix) with SMTP id D713343FA3 for ; Tue, 26 Aug 2003 16:00:28 -0700 (PDT) (envelope-from bsdneophyte@yahoo.com) Message-ID: <20030826230028.42768.qmail@web20102.mail.yahoo.com> Received: from [68.66.233.65] by web20102.mail.yahoo.com via HTTP; Tue, 26 Aug 2003 16:00:28 PDT Date: Tue, 26 Aug 2003 16:00:28 -0700 (PDT) From: Bsd Neophyte To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: having problems with getting two interfaces running on FreeBSD 5.1 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: Tue, 26 Aug 2003 23:00:29 -0000 i have two NICs in my FreeBSD 5.1 box. the idea was to have the box run as a proxy server down the line... possibly an IDS as well. i'm having issues with getting both interfaces up and running. here's the output with "ifconfig -a": fxp0: flags=8843 mtu 1500 inet 192.168.1.244 netmask 0xfffffff0 broadcast 192.168.100.255 ether 00:a0:c9:31:b5:d2 media: Ethernet autoselect (100baseTX ) status: active fxp1: flags=8843 mtu 1500 ether 00:a0:c9:de:cb:70 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 this is what my rc.conf looks like: #Network settings defaultrouter="192.168.1.254" hostname="neptune.adelphia.net" ifconfig_fxp0="inet 192.168.1.244 netmask 255.255.255.240" ifconfig_fxp1="inet 192.168.1.245 netmask 255.255.255.240" i'm sure this is causing problems for samba as well. because... well samba isn't working... and when i type: "smbclient -L //neptune" i get the following: added interface ip=192.168.1.244 bcast=192.168.1.255 nmask=255.255.255.240 can't determine netmask for fxp1 anyone know what to do here? __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com