From: Sapient2003 <sapient@qwest.net>
To: netfilter <netfilter@lists.netfilter.org>
Subject: Communication Redirect (Revised)
Date: Wed, 30 Apr 2003 16:50:37 -0400 [thread overview]
Message-ID: <3EB0371D.8080300@qwest.net> (raw)
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...
next reply other threads:[~2003-04-30 20:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-30 20:50 Sapient2003 [this message]
2003-04-30 22:47 ` Communication Redirect (Revised) Cedric Blancher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EB0371D.8080300@qwest.net \
--to=sapient@qwest.net \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.