(E-Mail Removed) wrote:
> My home computing setup consists of a single multiboot PC (primarily
> running Fedora 9) and a Westell 6100-E90 DSL (wired) modem/router
> (supplied by Verizon).
>
> I've observed a bizarre pattern of packets being issued by the Westell
> 6100. Can someone here hazard a guess as to what the router is trying to do?
>
> Roughly every 20 seconds the router issues an HTTP connection request to
> Port 80 on my PC. The first request after boot logged by iptables in
> /var/log/messages has a source port of 1032. The source port increases
> by one for every subsequent request, e.g. 1197, 1198, 1199... Along with
> each connection request, the router issues an NBNS NBSTAT packet
> (NetBIOS), plus some other packets. This goes on continuously for as
> long as the PC is up and regardless of whether I'm doing anything on the PC.
> ...
Same modem, same thing. More actually. The modem/router does a slow "sweep"
through the private IP address space. It does an ARP request on each
address. If it is set to 10.0.0.1, it does "Who has 10.0.0.2?", then "Who
has 10.0.0.3?", etc all the way up to 254. It does one address every 1.2
seconds, in groups of 10. Whenever it finds a live box it probes it with
HTTP and NBSTAT, multiple times - it keeps returning to that system between
ARP'ing other addresses. As far as I can tell, this is Westell's idea of a
good way to "auto-discover" the local network. The HTTP and NBTSTAT probes
are apparently trying to determine the PC name, perhaps operating system
type. I don't see that it gets used, except to display the "My Network"
thing in the modem's management page.
I think it is harmless, annoying, and pointless, and I see no way to turn
it off.