OpenBSD uses the packet filter pf to redirect communications to a
program. Is ther anything like this for Linux? I tried IPTABLES for this
task, like so: iptables -t filter -A INPUT -p udp -s 0/0 -d 66.47.159.11
--destination-port 53 -j REDIRECT dns ... As it turns out, REDIRECT
isn't for forwarding packets to another program...