From owner-freebsd-questions@FreeBSD.ORG Mon Mar 7 19:53:00 2005 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 D8D2616A4CE for ; Mon, 7 Mar 2005 19:53:00 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC2C43D53 for ; Mon, 7 Mar 2005 19:53:00 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so1163569rnf for ; Mon, 07 Mar 2005 11:53:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=D5gp+FPq0LizFa8NIaoXKsJwITdndFnNN7hLqvbmO1bGA17mQJreBjRv49lfCRVYl4dyiOu50lAWiAHINt4DeyPQprofH+BYjVtK6xCRRU9IU4DKNiMAAdWQW/0y+9PqD6OZh/+A9UXR8Zq0UFJa3DPlgk6pd4UyMSxs/x6VP68= Received: by 10.38.92.78 with SMTP id p78mr12888rnb; Mon, 07 Mar 2005 11:52:59 -0800 (PST) Received: by 10.38.79.52 with HTTP; Mon, 7 Mar 2005 11:52:59 -0800 (PST) Message-ID: Date: Mon, 7 Mar 2005 11:52:59 -0800 From: patrick To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Re: IP aliases and forcing outbound IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: patrick List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 19:53:01 -0000 Should I assume by the lack of replies that this just isn't possible under FreeBSD? Seems like it should be doable. Any help would be greatly appreciated, Patrick On Thu, 3 Mar 2005 13:04:37 -0800, patrick wrote: > I have a FreeBSD 4.11 box whose ethernet card has several IP address. > > inet 10.0.1.254 netmask 0xffffff00 broadcast 10.0.1.255 > inet 10.0.1.111 netmask 0xffffffff broadcast 10.0.1.111 > > Is there a way I can cause outbound connections to certain hosts to be > from 10.0.1.111 instead of the default 10.0.1.254? I used to be able > to do this fairly easy in Linux because each alias is actually a > separate ethernet device (eg. eth0:0, eth0:1, etc.), but I haven't > figured out how to do this in FreeBSD. > > Patrick >