From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 14:46:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BF031065675 for ; Mon, 20 Jun 2011 14:46:03 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from x.it.okstate.edu (x.it.okstate.edu [139.78.2.13]) by mx1.freebsd.org (Postfix) with ESMTP id E7FDA8FC1B for ; Mon, 20 Jun 2011 14:46:02 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by x.it.okstate.edu (8.14.4/8.14.4) with ESMTP id p5KEk2wL089474 for ; Mon, 20 Jun 2011 09:46:02 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201106201446.p5KEk2wL089474@x.it.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <89472.1308581162.1@dc.cis.okstate.edu> Date: Mon, 20 Jun 2011 09:46:02 -0500 From: Martin McCormick Subject: Re: Two Networks on one System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 14:46:03 -0000 Matthew Seaman writes: > Yes. It's common in the sense that a lot of people think its something > that should work, and get confused when it doesn't prove simple to set up. Thank you. I think I may have stumbled on to what I need to do discussed in the Handbook under the multi-homed host section. We won't be doing any routing between the two networks but I think I have been using the wrong form of the route command as there is an example of something very similar which I will try to see if the second NIC will finally find its router. I appreciate your answer as it clears up a few more questions I had. My thanks also to Gary Gatten >Probably only a single active "default" global ip route, but you can add network/host routes to prefer a specific interface for said routes. Again thanks to all. I will keep digging.