From owner-freebsd-net@FreeBSD.ORG Tue Jul 31 14:22:02 2012 Return-Path: <owner-freebsd-net@FreeBSD.ORG> Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5661106566C for <freebsd-net@freebsd.org>; Tue, 31 Jul 2012 14:22:02 +0000 (UTC) (envelope-from prvs=155931d7d5=dunng@uncw.edu) Received: from co1outboundpool.messaging.microsoft.com (co1ehsobe003.messaging.microsoft.com [216.32.180.186]) by mx1.freebsd.org (Postfix) with ESMTP id 764728FC0C for <freebsd-net@freebsd.org>; Tue, 31 Jul 2012 14:22:02 +0000 (UTC) Received: from mail174-co1-R.bigfish.com (10.243.78.247) by CO1EHSOBE004.bigfish.com (10.243.66.67) with Microsoft SMTP Server id 14.1.225.23; Tue, 31 Jul 2012 14:21:56 +0000 Received: from mail174-co1 (localhost [127.0.0.1]) by mail174-co1-R.bigfish.com (Postfix) with ESMTP id 3F8FBDC0300 for <freebsd-net@freebsd.org>; Tue, 31 Jul 2012 14:21:56 +0000 (UTC) X-Forefront-Antispam-Report: CIP:152.20.5.38; KIP:(null); UIP:(null); IPV:NLI; H:mx1.uncw.edu; RD:mx1.uncw.edu; EFVD:NLI X-SpamScore: -1 X-BigFish: VPS-1(zzc85fh1443Izz1202hzz8275bh8275dhz2fh668h839hd25hf0ah107ah) Received-SPF: pass (mail174-co1: domain of uncw.edu designates 152.20.5.38 as permitted sender) client-ip=152.20.5.38; envelope-from=prvs=155931d7d5=dunng@uncw.edu; helo=mx1.uncw.edu ; mx1.uncw.edu ; Received: from mail174-co1 (localhost.localdomain [127.0.0.1]) by mail174-co1 (MessageSwitch) id 1343744514109999_29608; Tue, 31 Jul 2012 14:21:54 +0000 (UTC) Received: from CO1EHSMHS006.bigfish.com (unknown [10.243.78.236]) by mail174-co1.bigfish.com (Postfix) with ESMTP id 0F06D8A003F for <freebsd-net@freebsd.org>; Tue, 31 Jul 2012 14:21:54 +0000 (UTC) Received: from mx1.uncw.edu (152.20.5.38) by CO1EHSMHS006.bigfish.com (10.243.66.16) with Microsoft SMTP Server id 14.1.225.23; Tue, 31 Jul 2012 14:21:51 +0000 Received: from pps.filterd (mx1 [127.0.0.1]) by mx1.uncw.edu (8.14.4/8.14.4) with SMTP id q6VEISYW005433 for <freebsd-net@freebsd.org>; Tue, 31 Jul 2012 10:21:50 -0400 Received: from uncwexht1.dcs.uncw.edu (exchsmtp.uncw.edu [152.20.9.164]) by mx1.uncw.edu with ESMTP id 16eg2kgj61-1 for <freebsd-net@freebsd.org>; Tue, 31 Jul 2012 10:21:50 -0400 Received: from uncwexmb1.dcs.uncw.edu ([152.20.9.166]) by UNCWEXHT1.dcs.uncw.edu ([152.20.9.164]) with mapi; Tue, 31 Jul 2012 10:21:50 -0400 From: "Dunn, George Jr" <dunng@uncw.edu> To: "freebsd-net@freebsd.org" <freebsd-net@freebsd.org> Date: Tue, 31 Jul 2012 10:21:50 -0400 Thread-Topic: networking perplexity Thread-Index: Ac1pCkZHgm4tEXEeT4WVmj1uBcQR7A== Message-ID: <1BB45AE37908DF40B3C2FAB9665E09453D3A14E179@uncwexmb1.dcs.uncw.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-OriginatorOrg: uncw.edu Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: networking perplexity X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net> List-Post: <mailto:freebsd-net@freebsd.org> List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 31 Jul 2012 14:22:02 -0000 Hi, I am running Freebsd 9 with all current updates and am having some serious = issues with the networking/routing stack. I have a machine that has 2 - 10gb interfaces and 2 - 1gb interfaces that I= wish to configure. The desired effect is to have all interfaces except one of the 1Gb ports to= be broadcast only private address spaces for running nfs. I have one public fully routable address. Trying to configure the interfaces with rc.conf I am able to get the 10gb i= nterfaces and the public working. However when I add in the third private address on the other 1 gb interface= the whole stack seems to freak. It will completely hang the boot usually r= equiring a hard power off and single user mode to fsck to reboot. I tried to work around by placing a script in the new rc.local place to bri= ng up the last interface and fix the routing table. It will boot then but s= hortly after (15-45 mins) I lose all connectivity again. I have tried diffe= rent ports on the box as well as several different switches with the same r= esult so I don't think it's a hardware issue per se. I really just need some input! Any takers? Thanks in advance! Eddie