All of lore.kernel.org
 help / color / mirror / Atom feed
* Communication Redirect (Revised)
@ 2003-04-30 20:50 Sapient2003
  2003-04-30 22:47 ` Cedric Blancher
  0 siblings, 1 reply; 2+ messages in thread
From: Sapient2003 @ 2003-04-30 20:50 UTC (permalink / raw)
  To: netfilter

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-30 22:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-30 20:50 Communication Redirect (Revised) Sapient2003
2003-04-30 22:47 ` Cedric Blancher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.