From owner-freebsd-questions Thu Nov 15 11:48:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hemi.metrotv.com (hemi.metrotv.com [66.100.208.35]) by hub.freebsd.org (Postfix) with SMTP id 45D3537B405 for ; Thu, 15 Nov 2001 11:48:44 -0800 (PST) Received: (qmail 76257 invoked by uid 1009); 15 Nov 2001 19:49:41 -0000 Received: from powerstroke.metrotv.com (HELO ?192.168.1.43?) (66.100.208.34) by hemi.metrotv.com with SMTP; 15 Nov 2001 19:49:41 -0000 User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Thu, 15 Nov 2001 13:49:23 -0600 Subject: natd redirect_address From: Eric Long To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Running FreeBSD 4.4-STABLE, natd, ipfw, etc. etc. NATD is working fine, however, I can't figure out how to get the natd redirect_address to work. My natd.conf file is as follows: port 8668 interface xl0 use_sockets yes same_ports yes redirect_address 192.168.1.6 66.100.208.36 Without 66.100.208.36 bound to xl0, the above simply does not work. Traffic to 66.100.208.34 does not get redirected to 192.168.1.6. Pings do not go through, etc. With 66.100.208.36 bound to xl0, it is saying that no alias address (using the alias_address command) is specified, and natd won't launch. I'm looking for clarification on what the alias_address should be (yes, I read man natd) and whether or not I should be binding this public ip the interface xl0 for use with natd address redirection. -Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message