Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 13:31:17 -0500
From:      Mark Thomas <thomas@pmpro.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   natd and interfaces
Message-ID:  <3.0.6.32.19990126133117.0089c100@pmpro.com>

next in thread | raw e-mail | index | archive | help

If I have interface fxp0 configured with two IP addresses, say:

YYY.YYY.YYY.2	main-host 
YYY.YYY.YYY.3	natd-host

and I'm using ipfw to divert all traffic through this interface to natd:

divert 8668 ip from any to any via fxp0

and natd is running:

natd -m -s -u -i fxp0 -a YYY.YYY.YYY.3

Will packets going through this interface end up being remapped to the .2
or .3 address?

I'd like to be able to apply filtering rules differently to the actual host
.2 and the natd hidden hosts on .3


-----
Mark
Mark Thomas -- pmpro, inc. -- thomas@pmpro.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.6.32.19990126133117.0089c100>