natd not translating?
Michael Sierchio
kudzu at tenebras.com
Mon Nov 10 14:59:52 UTC 2014
On Thu, Nov 6, 2014 at 5:03 PM, Gary Aitken <vagabond at blackfoot.net> wrote:
>
> I have a non-gateway ip addr reserved for use by natd, and currently have
> divert 8668 ip from any to any via ep0
>
You almost certainly don't want to do that - each packet not destined for
the current host will get diverted twice. You want something like this
divert 8668 ip from any to any in recv ep0
divert 8668 ip from any to any out xmit ep0
as separate rules. I use kernel nat, but typical nat inbound traffic
before the rules and outbound after.
- M
More information about the freebsd-questions
mailing list