From owner-freebsd-net@FreeBSD.ORG Fri Sep 2 03:04:55 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B696C16A41F for ; Fri, 2 Sep 2005 03:04:55 +0000 (GMT) (envelope-from drgenio@hotmail.com) Received: from hotmail.com (bay103-f3.bay103.hotmail.com [65.54.174.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 660D443D48 for ; Fri, 2 Sep 2005 03:04:53 +0000 (GMT) (envelope-from drgenio@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 1 Sep 2005 20:04:52 -0700 Message-ID: Received: from 65.54.174.200 by by103fd.bay103.hotmail.msn.com with HTTP; Fri, 02 Sep 2005 03:04:52 GMT X-Originating-IP: [65.54.174.200] X-Originating-Email: [drgenio@hotmail.com] X-Sender: drgenio@hotmail.com From: "Dr. Genio" To: freebsd-net@freebsd.org Date: Fri, 02 Sep 2005 03:04:52 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 02 Sep 2005 03:04:52.0960 (UTC) FILETIME=[16D8DE00:01C5AF6B] Subject: Re: routing question 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: Fri, 02 Sep 2005 03:04:55 -0000 ifconfig xl1 xxx.xxx.xxx.63/27 sysctl net.link.ether.inet.proxyall=1 And use xxx.xxx.xxx.32/27 in internal net for the customers with default gateway xxx.xxx.xxx.63. Swap masks if you want more then /27 for customers: nic 1: xl0, xxx.xxx.xxx.2/30 nic 2: xl1, xxx.xxx.xxx.63/27 and net.link.ether.inet.proxyall=1 I can't subnet. the public static addresses are arbitrary, and there are also other servers which I have no control of. that's why I'm trying to use static routes with /32's. can it be done that way?