From: "Taylor, Grant" <gtaylor@riverviewtech.net>
To: netfilter@lists.netfilter.org
Subject: Re: udp connection tracking
Date: Tue, 17 May 2005 14:50:09 -0500 [thread overview]
Message-ID: <428A4AF1.2020605@riverviewtech.net> (raw)
In-Reply-To: <003301c55b13$eae37a90$3c01a8c0@ts.communitytrust.ca>
> Firstly thank you for your reply!
You are welcome!
> Currently i have a rule in my firewall that DNATS to the client machine,
> I'm guessing that i will also need to DNAT that single packet but im not
> sure where to place the rule.
> could i use the two rules you gave me with this additional one:
>
> iptables -t nat -A PREROUTING -i ${INet} -p udp -m recent --rcheck --seconds
> 60 --name WSWE8 -- source -j DNAT --to-destination $CLIENT_IP
Yes, you should be able to DNAT like you have suggested. Heads up, you have "-- source" when it should be "--rsource" in your rule. :)
> thank you again,
No problem. This is what this list is for.
next prev parent reply other threads:[~2005-05-17 19:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-17 15:35 udp connection tracking Steve Melo
2005-05-17 16:53 ` Taylor, Grant
2005-05-17 19:09 ` Steve Melo
2005-05-17 19:50 ` Taylor, Grant [this message]
2005-05-18 13:49 ` Steve Melo
2005-05-18 14:17 ` Taylor, Grant
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=428A4AF1.2020605@riverviewtech.net \
--to=gtaylor@riverviewtech.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.