Skip to main content

Questions tagged [arp]

ARP (Address Resolution Protocol) is a protocol used to find an address from the link layer (Ethernet, for example) from the network layer address (such as an IP address).

0 votes
1 answer
2k views

How to setup proxy ARP in linux network namespace?

I'm running a veth pair - one end in the root namespace(let's call it inner), the other(let's call it outer) inside a different namespace. From the namespace I'd like to set up proxy ARP on outer ...
Radu Stoenescu's user avatar
0 votes
1 answer
670 views

Is XArp detecting a false positive?

Today I really got into ARP protocol and its attacks. I tried to download xArp to test my network and it said there was an attack detected. Then I researched something more about it, but I found ...
Lorenzo's user avatar
2 votes
0 answers
73 views

I don't recognize this HW address format

I'm looking at the contents of /proc/net/arp from a google wifi onhub's diagnostic report and the format of the HW address is confusing because it's missing a character and ends with an asterix. Does ...
Jason Wall's user avatar
0 votes
2 answers
3k views

How does a network device update its MAC table?

When a network device updates its MAC table, what protocol is being called? I am pretty sure it is ARP, but correct me if I am wrong! What messages are being sent and from whom, what information is ...
James Ukilin's user avatar
1 vote
1 answer
3k views

Chain arp and nslookup to get hostname for each ip (Win)

I would like to see the name of the devices when i do arp -a. As far as I understand there is no option to do it directly with arp. So I thought that maybe it is possible to do nslookup for every ip ...
Stef's user avatar
  • 11
0 votes
1 answer
3k views

Need of ARP request before DHCP Offer [duplicate]

When I connect my system with Router, the IP address is assigned by DHCP Server in that router. When the DHCP Request goes to the DHCP server from the system, it offers the IP address as broadcast. ...
Sathishkumar Thangaraj's user avatar
-1 votes
2 answers
281 views

Laptop keeps disconnecting from WiFi (Netgear WNR614 N300)

So my laptop(Ubuntu 20.04) keeps DC'ing from my WiFi. But my phone is properly connected to it and so is my amazon fire stick. I ran wireshark to check the problem and there seemed to be an ARP issue. ...
Anon's user avatar
  • 9
0 votes
2 answers
3k views

Unable to Get LAN Device Name Using NMAP or Arp

I want to get a list of the "friendly" device names on my network. Everything I'm reading says, I should absolutely be able to do this via nmap. However, it doesn't work for me: Starting ...
Levi Hackwith's user avatar
1 vote
0 answers
70 views

could see half list of ip,mac addresses and host name

Here is my code, I have tried in power shell, I can see only half list of IP, mac address and host-name, unable to see my manager's IP address while I can see my colleagues IP address. $result = New-...
Madhurika Tiwari's user avatar
1 vote
0 answers
358 views

ARP requests not reaching user space on raspberry pi

I have a couple Raspberry Pi 3B/3B+ that I'm running k3s on. The Pis are connected using WiFi only. I'm trying to use MetalLB to get load balancing, but I have problems getting it to work. MetalLB ...
Epcylon's user avatar
  • 153
0 votes
1 answer
248 views

How to prevent ARP spoofing in local network

ARP poisoning is rampant in my local network, lucky for those computer that can install programs that defend against it, but not every devices can be installed one such as some smartphones(requires ...
DrakeJest's user avatar
  • 197
1 vote
1 answer
718 views

how does arp scanning cross the network layer?

I have the following setup in my network: cc:cc:cc:cc:cc:cc -------- 192.168.1.5/24 phone bb:bb:bb:bb:bb:bb (other networks and ...
cablewelo2ma's user avatar
0 votes
2 answers
424 views

Who does this IP belong to, possible spoofing attack?

I am currently using a TalkTalk router to access my home network. I've had issues previously with my connection being either slow or cutting out fully (not a common issue). I download XARP ...
Pepwave Dave's user avatar
0 votes
0 answers
474 views

Correlation between DHCP and ARP

Can someone explain why there are so many ARP packets broadcasted from my client? And why is looking for my DHCP server?
Onu's user avatar
  • 1
1 vote
1 answer
2k views

delete several permanent entries from arp table by command line

I am trying to remove the permanent entries from my arp table. but the following command only removes those that are not permanent ip -s -s neigh flush all With the arp utility I was able to ...
acgbox's user avatar
  • 785

15 30 50 per page
1
3 4
5
6 7
19