From: Jim Redman <jredman@ergotech.com>
To: Ramin Dousti <ramin@cannon.eng.us.uu.net>
Cc: netfilter@lists.netfilter.org
Subject: Re: UDP Redirects
Date: Tue, 16 Sep 2003 11:20:41 -0600 [thread overview]
Message-ID: <20030916172041.GE1321@charizard> (raw)
In-Reply-To: <20030916155245.GF16559@cannon.eng.us.uu.net>; from ramin@cannon.eng.us.uu.net on Tue, Sep 16, 2003 at 09:52:45 -0600
On 2003.09.16 09:52, Ramin Dousti wrote:
> On Tue, Sep 16, 2003 at 09:42:20AM -0600, Jim Redman wrote:
>
> > Ramin,
> >
> > On 2003.09.16 08:24, Ramin Dousti wrote:
> > >Do the packets belong to one UDP session? If not, this number of
> > >packets
> > >might overflow your connection-tracking table.
> >
> > The packets are all individual entities. Any solution if this is
> the
> > problem? Any way to test? (There are no indications in the syslog
> > that I've noticed).
>
> I'm sure there are better ways of doing this but a simple
>
> cat /proc/net/ip_conntrack | wc
Seems I must have told you an untruth since this is all I have in the
file relating to the particular connection. 192.168.2.189 is the
device sending data to me and 192.168.2.97 is me. I suspect the first
line is a connection from my app back to the device, since it only
appears when the app is running.
udp 17 179 src=192.168.2.97 dst=192.168.2.189 sport=32815
dport=995 src=192.168.2.189 dst=192.168.2.97 sport=995 dport=32815
[ASSURED] use=1
udp 17 179 src=192.168.2.189 dst=192.168.2.97 sport=995 dport=995
src=192.168.2.97 dst=192.168.2.189 sport=1995 dport=995 [ASSURED] use=1
Today, however, everything is working (at least at the moment)! It's
very strange. Nothing has changed. I took the notebook home and
brought it back. Same software running here, same device still sending
the values, etc. etc.
I still don't know that it's a netfilter problem. I see the packet
with tcpdump and don't receive them in the application. NMAP says the
port is open and the code is just open connection & receive (in Java).
Ugh. Well, better get on with the debugging while I'm receiving data.
Ji
--
Jim Redman
(505) 662 5156 x85
http://www.ergotech.com
prev parent reply other threads:[~2003-09-16 17:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-16 0:07 UDP Redirects Jim Redman
2003-09-16 1:05 ` Jim Redman
2003-09-16 14:24 ` Ramin Dousti
2003-09-16 14:52 ` Jim Redman
2003-09-16 15:42 ` Jim Redman
[not found] ` <20030916154220.GC8490@charizard.ergotech-usa.com>
[not found] ` <20030916155245.GF16559@cannon.eng.us.uu.net>
2003-09-16 17:20 ` Jim Redman [this message]
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=20030916172041.GE1321@charizard \
--to=jredman@ergotech.com \
--cc=netfilter@lists.netfilter.org \
--cc=ramin@cannon.eng.us.uu.net \
/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.