Discussion:
ten bytes every nine seconds
(too old to reply)
Fred Atkinson
2007-09-24 17:14:09 UTC
Permalink
I have a friend that is running PPPoE via his radio ISP
connection.

He has noticed that his PC is sending ten bytes to his ISP
every nine seconds and receiving ten bytes from the ISP at about the
same intervals.

Does anyone know what is going on with this?

Regards,



Fred
James Carlson
2007-09-25 15:07:57 UTC
Permalink
Post by Fred Atkinson
I have a friend that is running PPPoE via his radio ISP
connection.
He has noticed that his PC is sending ten bytes to his ISP
every nine seconds and receiving ten bytes from the ISP at about the
same intervals.
Does anyone know what is going on with this?
Does your friend have any network monitoring software or equipment?
He should find out if wireshark (once known as ethereal), tcpdump, or
similar is available. That should reveal what the traffic contains.

At a guess, it's LCP Echo-Request messages, which are used to detect
broken links. Many PPP implementations can be configured to send LCP
Echo-Request messages periodically, and if the peer doesn't respond
with LCP Echo-Reply for some period of time, this means the peer has
stopped running PPP and the link should be torn down.

But without a trace, we're flying blind.
--
James Carlson, Solaris Networking <***@sun.com>
Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
Unruh
2007-09-25 16:19:31 UTC
Permalink
Post by Fred Atkinson
I have a friend that is running PPPoE via his radio ISP
connection.
He has noticed that his PC is sending ten bytes to his ISP
every nine seconds and receiving ten bytes from the ISP at about the
same intervals.
Does anyone know what is going on with this?
Regards,
Probably a keep alive signal-- ie his computer testing to see if the link
is still up.
man pppd
lcp-echo-* options.
You could always enable debugging and look in the logs.
Post by Fred Atkinson
Fred
Loading...