First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Why would a host/user send arp requests to all IP addresses in the entire range?

Currently I'm seeing broadcast traffic sent from a single host to every IP address, which can not be normal behavior given it won't be "looking" for each IP. Note that this is /22 as well, so it cycles through all IP's, asking "Who has...?"

Cross213's avatar
1
Cross213
asked 2021-08-12 07:29:21 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

That is unusual behavior. Hosts don't normally scan the entire subnet. The host should only send ARP when it needs a MAC address for an IP address. It is either a software bug, or installed software trying to find out what is connected to the network.

BigFatCat's avatar
31
BigFatCat
answered 2021-08-12 10:52:37 +0000
edit flag offensive 0 remove flag delete link

Comments

This is true and noted, I will have to check the host for anomalies, thanks.

Cross213's avatar Cross213 (2021-08-12 11:39:51 +0000) edit
add a comment see more comments
0

That is ARP working as it should. Why that host insists on polling each and every host in it's local subnet is something you need to investigate on the machine itself.

But it could be something as silly as defining a network printer by name and not the IP address. If th machine can't resolve the name it will poll each host on your network t find the printer.

Can you imagine what hapens to a switched network if you use 10.0.0.0/8 as local network?

hugo.vanderkooij's avatar
76
hugo.vanderkooij
answered 2021-08-12 09:54:02 +0000
edit flag offensive 0 remove flag delete link

Comments

A /8 would be painful indeed, thanks for input

Cross213's avatar Cross213 (2021-08-12 11:40:16 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer