From owner-freebsd-questions@FreeBSD.ORG Sat Feb 12 16:06:28 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 806F316A4CE for ; Sat, 12 Feb 2005 16:06:28 +0000 (GMT) Received: from zephon.secspace.de (zephon.secspace.de [62.75.136.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AC943D1F for ; Sat, 12 Feb 2005 16:06:28 +0000 (GMT) (envelope-from ml@ps102.de) Received: from [192.168.17.11] (p548523D3.dip.t-dialin.net [84.133.35.211]) by zephon.secspace.de (Postfix) with ESMTP id AE34A6EB29; Sat, 12 Feb 2005 17:06:25 +0100 (CET) Message-ID: <420E2992.10509@ps102.de> Date: Sat, 12 Feb 2005 17:06:42 +0100 From: Volker Kindermann User-Agent: Mozilla Thunderbird 1.0 (X11/20050206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dgw@liwest.at References: <200502112206.43267.dgw@liwest.at> <420D2348.4020408@spintech.ro> <200502121505.20754.dgw@liwest.at> In-Reply-To: <200502121505.20754.dgw@liwest.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Alin-Adrian Anton cc: questions@freebsd.org Subject: Re: How do I set the source address on a multi-homed host? 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: Sat, 12 Feb 2005 16:06:28 -0000 Hi Daniela, > Yes, this happens when I connect from my machine (which functions as a router > with NAT to allow the other LAN machines connect to the internet) to another > LAN machine. When the router establishes a connection to another point in the > intranet, the source address used is my official IP, and not 10.0.0.1, which > is the intranet IP of the router. please post the output of the following commands: ifconfig -a netstat -nr -volker