Am 18.04.2025 18:13 schrieb TSS:

Search engines have not helped me out with this one, but my search skills
were dubious even before the AI era.

how about:
pass out quick on vio0 proto udp from any port 1337 nat-to (vio0) port 13337 pass in quick on vio0 proto udp from any to self port 31337 rdr-to (vio0) port 1337

works for me w/ little netcat testing like "nc -u -p 1337 remote-box 31337" and on target (remote-box) "nc -l -u 31337" (and vice versa and tcpdump ..)

interface names to be adapted ofc.

--
pb

Reply via email to