From owner-freebsd-isp Mon Nov 8 4:31:13 1999 Delivered-To: freebsd-isp@freebsd.org Received: from hugin.ipf.net.uk (roxen.ipf.net.uk [62.164.129.27]) by hub.freebsd.org (Postfix) with ESMTP id C9E5314E66 for ; Mon, 8 Nov 1999 04:31:00 -0800 (PST) (envelope-from imacdonald@bond.co.uk) Received: from exchangeuk.bond.co.uk (hidden-user@[62.164.195.70]) by hugin.ipf.net.uk (8.9.1/8.9.1) with ESMTP id MAA07060 for ; Mon, 8 Nov 1999 12:30:57 GMT Received: by exchangeuk.bond.co.uk with Internet Mail Service (5.5.2232.9) id <452827T0>; Mon, 8 Nov 1999 12:32:04 -0000 Message-ID: <119A28E471BDD1118EEC00A0245CFD656DFEFC@exchangeuk.bond.co.uk> From: Ian MacDonald To: freebsd-isp@freebsd.org Subject: natd question. Date: Mon, 8 Nov 1999 12:32:03 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a FreeBSD box with 2 nics (xl0, xl1). It is configured as follows: xl0 has address 10.1.1.101/16 and alias 10.1.1.102/16 xl1 has address 192.168.100.253/24 there is a route via a router at 192.168.100.230 to 192.168.1.0/24. The route works fine. Nat is running on xl0 with a redirect_address to 192.168.1.6 from 10.1.1.102. The packets go out to 192.168.1.6 fine but the origin is left as 10.1.1.* and not changed to 192.168.100.253 and as such the destination does not know how to get back. Has anyone got any ideas how I can force natd to change the source ip addr when the source and dest are both reserved IP ranges? Thanks. Ian. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message