From owner-freebsd-net@FreeBSD.ORG Tue Aug 7 16:10:09 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9919F106566B; Tue, 7 Aug 2012 16:10:09 +0000 (UTC) (envelope-from prvs=15669bab8b=dunng@uncw.edu) Received: from tx2outboundpool.messaging.microsoft.com (tx2ehsobe005.messaging.microsoft.com [65.55.88.15]) by mx1.freebsd.org (Postfix) with ESMTP id 3F4FA8FC0C; Tue, 7 Aug 2012 16:10:08 +0000 (UTC) Received: from mail201-tx2-R.bigfish.com (10.9.14.239) by TX2EHSOBE006.bigfish.com (10.9.40.26) with Microsoft SMTP Server id 14.1.225.23; Tue, 7 Aug 2012 15:09:36 +0000 Received: from mail201-tx2 (localhost [127.0.0.1]) by mail201-tx2-R.bigfish.com (Postfix) with ESMTP id 01D4BD4022D; Tue, 7 Aug 2012 15:09:36 +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: -4 X-BigFish: VPS-4(z2b68kzbb2dI98dI9371I1443I1432I111aI1447Izz1202hzz8275dhz2fh668h839h944hd25hf0ah107ah) Received-SPF: pass (mail201-tx2: domain of uncw.edu designates 152.20.5.38 as permitted sender) client-ip=152.20.5.38; envelope-from=prvs=15669bab8b=dunng@uncw.edu; helo=mx1.uncw.edu ; mx1.uncw.edu ; Received: from mail201-tx2 (localhost.localdomain [127.0.0.1]) by mail201-tx2 (MessageSwitch) id 1344352173473137_13396; Tue, 7 Aug 2012 15:09:33 +0000 (UTC) Received: from TX2EHSMHS036.bigfish.com (unknown [10.9.14.239]) by mail201-tx2.bigfish.com (Postfix) with ESMTP id 654FDC40046; Tue, 7 Aug 2012 15:09:33 +0000 (UTC) Received: from mx1.uncw.edu (152.20.5.38) by TX2EHSMHS036.bigfish.com (10.9.99.136) with Microsoft SMTP Server id 14.1.225.23; Tue, 7 Aug 2012 15:09:31 +0000 Received: from pps.filterd (mx1 [127.0.0.1]) by mx1.uncw.edu (8.14.4/8.14.4) with SMTP id q77F3HnA023851; Tue, 7 Aug 2012 11:09:30 -0400 Received: from uncwexht2.dcs.uncw.edu (exchsmtp.uncw.edu [152.20.9.165]) by mx1.uncw.edu with ESMTP id 16k521g6j1-1; Tue, 07 Aug 2012 11:09:30 -0400 Received: from uncwexmb1.dcs.uncw.edu ([152.20.9.166]) by UNCWEXHT2.dcs.uncw.edu ([152.20.9.165]) with mapi; Tue, 7 Aug 2012 11:09:30 -0400 From: "Dunn, George Jr" To: Julian Elischer Date: Tue, 7 Aug 2012 11:09:29 -0400 Thread-Topic: networking perplexity Thread-Index: Ac1vOJ33S880W9m4TWOdrkaRaFUVlAFcStaF Message-ID: <1BB45AE37908DF40B3C2FAB9665E09453D39D51541@uncwexmb1.dcs.uncw.edu> References: <1BB45AE37908DF40B3C2FAB9665E09453D3A14E179@uncwexmb1.dcs.uncw.edu>, <50180621.8040501@freebsd.org> In-Reply-To: <50180621.8040501@freebsd.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: uncw.edu Cc: "freebsd-net@freebsd.org" Subject: RE: networking perplexity X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 16:10:09 -0000 Thanks for the reply... Sorry for the delay.. 10gb0 - 192.168.33.0/24 10gb1 - 192.168.32.0/24 igb0 - 152.x.x.x/24 igb3 - 192.168.34.0/24 all routed out through 152.x.x.254 gateway rc.conf (attempted, hangs on boot): hostname=3D"fqdn (resolvable)" ifconfig_igb3=3D"inet 192.168.34.2 netmask 255.255.255.0" ifconfig_ix0=3D"inet 192.168.33.2 netmask 255.255.255.0" ifconfig_ix1=3D"inet 192.168.32.2 netmask 255.255.255.0" ifconfig_igb0=3D"inet 152.x.x.x netmask 255.255.255.0" defaultrouter=3D"152.x.x.254" sshd_enable=3D"YES" firewall_enable=3D"NO" #firewall_type=3D"open" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev=3D"NO" # Local services zfs_enable=3D"YES" powerd_enable=3D"YES" # Network services sshd_enable=3D"YES" samba_enable=3D"YES" # NFS rpcbind_enable=3D"YES" nfs_server_enable=3D"YES" mountd_enable=3D"YES" mountd_flags=3D"-r" rpc_lockd_enable=3D"YES" rpc_statd_enable=3D"YES" # Synchronise time ntpdate_enable=3D"YES" ntpdate_hosts=3D"timeserver (fqdn)" The workaround that works for a minute I comment out the above ugb3 config = line and add the following in /usr/local/etc/rc.d !/bin/csh ifconfig igb3 inet 192.68.34.2 netmask 255.255.255.0 /etc/rc.d/routing restart Thanks again! Eddie ________________________________________ From: Julian Elischer [julian@freebsd.org] Sent: Tuesday, July 31, 2012 12:21 PM To: Dunn, George Jr Cc: freebsd-net@freebsd.org Subject: Re: networking perplexity On 7/31/12 7:21 AM, Dunn, George Jr wrote: > Hi, > > I am running Freebsd 9 with all current updates and am having some seriou= s 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= interfaces and the public working. > However when I add in the third private address on the other 1 gb interfa= ce the whole stack seems to freak. It will completely hang the boot usually= requiring 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 b= ring up the last interface and fix the routing table. It will boot then but= shortly after (15-45 mins) I lose all connectivity again. I have tried dif= ferent ports on the box as well as several different switches with the same= result so I don't think it's a hardware issue per se. doesn't sound particularly hairy.. can you draw a quick diag,with numbers and then show your config files? > > I really just need some input! Any takers? > > Thanks in advance! > > Eddie > > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > >