From owner-freebsd-current@FreeBSD.ORG Sat Mar 16 16:00:56 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BABE44A7 for ; Sat, 16 Mar 2013 16:00:56 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8F65F308 for ; Sat, 16 Mar 2013 16:00:56 +0000 (UTC) Received: from gjp by noop.in-addr.com with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UGtXS-000Cch-GK; Sat, 16 Mar 2013 12:00:54 -0400 Date: Sat, 16 Mar 2013 12:00:54 -0400 From: Gary Palmer To: Daniel Nebdal Subject: Re: multi-homing in freebsd Message-ID: <20130316160054.GB52706@in-addr.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on noop.in-addr.com); SAEximRunCond expanded to false Cc: Zaphod Beeblebrox , Yasir hussan , Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 16:00:56 -0000 On Sat, Mar 09, 2013 at 01:29:27PM +0100, Daniel Nebdal wrote: > Going by Zaphod's recommendation of using a /32 for each IP, how about this? > > ifconfig arge0 inet 192.168.1.100/32 > ifconfig arge0 alias 192.169.1.100/32 > > I wouldn't recommend 192.169, though - only 192.168.x.x is reserved > for private networks, and 192.169 is a valid IP-routable prefix, > assigned to some US company. > To be exact: The ranges from RFC1918 are 10.0.0.0/8, 172.16.0.0 /20 > and 192.168.0.0/24. I think you mean the RFC1918 ranges are 10.0.0.0/8 (aka 10.0.0.0 through 10.255.255.255) 172.16.0.0/12 (aka 172.16.0.0 through 172.31.255.255) 192.168.0.0/16 (aka 192.168.0.0 through 192.168.255.255) Regards, Gary