Hello,
This a general PF question but I am using it in the FreeBSD environment.
I am using an rdr rule to forward http traffic to a jail.
rdr pass on $ext_if inet proto tcp from any to $ext_if port 8080 ->
$www_ad port 80
From what I can tell, an accompanying "pass" entry such as the
follo
.
I do however see the source in: /usr/src/sys/netinet/ip_divert.c
1. Am I overlooking the prebuilt module in 5.x?
2. Can I simply build the module on its own without a full buildkernel?
3. Given that buildkernel did not produce it, how can I produce it?
Best rega