From: Ray Olszewski <ray@comarre.com>
To: linux-newbie@vger.kernel.org
Subject: Re: tcpdump: How do I filter 'bootp' packets?
Date: Wed, 08 Dec 2004 07:50:38 -0800 [thread overview]
Message-ID: <5.1.0.14.1.20041208074743.02034e78@celine> (raw)
In-Reply-To: <41B6FDFC.3070309@gelm.net>
At 08:13 AM 12/8/2004 -0500, chuck gelm wrote:
>Howdy:
>
> I have cable modem access to the internet now and the download speed is
>double my original DSL speed. :-) However, I am concerned about
>security.
>
> Can other cable modem subscribers see my packets?
>
> To test this, I am trying to use tcpdump to monitor packets that my
>cable modem is sending to my 'router'.
>
> I am using these arguments:
>tcpdump -i eth1 -c 9 -nt not arp and not host W.X.Y.Z > \
>http://gelm.net/tcpdump.txt
>
>
> (<W.X.Y.Z> == My assigned IP address)
>
> I am still seeing many 'bootp' packets.
>
>How do filter out 'bootp' packets with tcpdump?
Since bootp packets necessarily preceed assignment of an IP address, they
are commonly broadcast (255.255.255.255) packets, removing the option of
filtering by address. But they do come from standaard ports -- 67 for the
server, 68 for the client -- so you can try filtering on port number.
Information connecting port numbers to service labels can be found in
/etc/services (for the common ones), for future reference.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2004-12-08 15:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-08 2:26 right form for sources.list entries James Miller
2004-12-08 2:41 ` J.
2004-12-08 3:59 ` James Miller
2004-12-08 6:27 ` Ray Olszewski
2004-12-08 13:13 ` tcpdump: How do I filter 'bootp' packets? chuck gelm
2004-12-08 15:50 ` Ray Olszewski [this message]
2004-12-08 22:10 ` Jim Nelson
2004-12-08 22:56 ` chuck gelm
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=5.1.0.14.1.20041208074743.02034e78@celine \
--to=ray@comarre.com \
--cc=linux-newbie@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox