Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2001 06:49:32 +0200
From:      "Michael Nottebrock" <michaelnottebrock@gmx.net>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   natd / ipfw question: How to deny nat for certain machines - correction
Message-ID:  <01a201c0b8d4$d2684440$0508a8c0@lofi.dyndns.org>
References:  <012601c0b8cf$f27ea120$0508a8c0@lofi.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> add 50 divert natd all from any to any
> add 51 divert 1234 tcp from any to any     ; mss-clamping, necessary
for

Those two lines are actually:

add 50 divert natd all from any to any via tun0
add 51 divert 1234 tcp from any to any via tun0 setup


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?01a201c0b8d4$d2684440$0508a8c0>