nat udp

  1. H

    IPFW Redirect udp traffic based on port for any destination address

    Hi, I'm looking at a solution to redirect traffic using IPFW and Kernel NAT (libalias) so I can reproduce the behavior of the following iptable rule: iptables -t nat -A PREROUTING ! -d 127.0.0.1/32 -p udp -m udp --dport 53 -j DNAT --to-destination 127.0.0.1:53 I was thinking (from my...
Back
Top