Communication Redirect (Revised)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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...



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux