From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 07:39:24 2004 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 E20ED16A4CE for ; Fri, 12 Mar 2004 07:39:24 -0800 (PST) Received: from out010.verizon.net (out010pub.verizon.net [206.46.170.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F6143D39 for ; Fri, 12 Mar 2004 07:39:24 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.161.120.219]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040312153923.FHXN26728.out010.verizon.net@mac.com>; Fri, 12 Mar 2004 09:39:23 -0600 Message-ID: <4051DA0B.60107@mac.com> Date: Fri, 12 Mar 2004 10:40:59 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: yusca@yus.ca References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [68.161.120.219] at Fri, 12 Mar 2004 09:39:23 -0600 cc: questions@FreeBSD.org Subject: Re: ip binding 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: Fri, 12 Mar 2004 15:39:25 -0000 yusca@yus.ca wrote: > Does freebsd have limit to bind IP address on one network card? > > What is the advantage to use one ip on one NIC instead of several ip > addresses to bind a NIC? You can use "ifconfig ... alias" to bind more than one IP address to a NIC; you must you a different subnet mask, however (usually 0xfffffff). You also can use netgraph (ng_many2one?) to trunk several NICs together for fault-tolerance. It was not clear to me which capability you were asking for, or maybe it simply is the case that you're asking why someone would do this? -- -Chuck