need help using ng_patch to modify src/dst packets or alternative way
Eugene Grosbein
eugen at grosbein.net
Sun Dec 17 09:29:34 UTC 2017
17.12.2017 14:52, Sami Halabi пишет:
> hi,
>
> Can you help in my situation? My goal is so Box in my lan 10.1.1.2 to talk
> to 10.1.1.1 and actually it would be talking to X.X.X.X outside ip using
> one of my public IPs say 1.1.1.1.
If you need this just for single or several tcp ports, easiest way
is to use any of port forwarders/bouncers like this:
pkg install bounce
bounce -a 10.1.1.1 -b 1.1.1.1 -p 443 X.X.X.X 443
More information about the freebsd-net
mailing list