From: "Gáspár Lajos" <swifty@freemail.hu>
To: Vasantha Kumar Puttappa <vasanthakumar@iitb.ac.in>
Cc: netfilter@lists.netfilter.org
Subject: Re: Packets lost
Date: Wed, 16 May 2007 16:48:09 +0200 [thread overview]
Message-ID: <464B19A9.700@freemail.hu> (raw)
In-Reply-To: <3388.10.107.26.27.1179320821.squirrel@gpo.iitb.ac.in>
Vasantha Kumar Puttappa írta:
> Hi All,
> Please somebody guide me here.
>
> I am tracking all udp packets (in particular, SIP based UDP packets)that
> goes through iptables using LOG mechanism.
> I use the following command,
> iptables -A INPUT -p udp -j LOG --log-level-4.
>
Maybe you also need the following rule:
iptables -A FORWARD -p udp -j LOG --log-level-4
> In addition, i also run 'Ethereal' to make sure that all the packets
> captured goes through iptables as well.
>
Ethereal sees the packets BEFORE iptables.
So maybe some of your rules drops the packet.
> Here is the problem,
> Sometimes, a random number of packets doesnot go through IPtables and
> they are completely lost. Although, I can see those packets in Ethereal.
>
> I tried increasing the backlog queue and ip_queue length, but still no use.
> I am using Netgear's wireless network card (WG511, made in taiwan).
>
>
> Somebody please guide me. How do I findout the cause of this.
>
> Regards
> Vasanth
>
Swifty
next prev parent reply other threads:[~2007-05-16 14:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-16 13:07 Packets lost Vasantha Kumar Puttappa
2007-05-16 14:48 ` Gáspár Lajos [this message]
2007-05-17 6:54 ` Vasantha Kumar Puttappa
2007-05-21 15:59 ` Gáspár Lajos
2007-05-19 12:50 ` Packets lost: Softirq Vasantha Kumar Puttappa
2007-05-19 19:28 ` Eric Dumazet
-- strict thread matches above, loose matches on Subject: below --
2015-06-25 15:55 Packets lost Daeyoung Kim
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=464B19A9.700@freemail.hu \
--to=swifty@freemail.hu \
--cc=netfilter@lists.netfilter.org \
--cc=vasanthakumar@iitb.ac.in \
/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.