Questions tagged [arp]

Address Resolution Protocol is a layer 2 networking protocol used for resolving layer 3 addresses (such as IP addresses) into layer 2 addresses (such as Ethernet MACs). It is used by network devices when communicating with devices on the same layer 2 network.

421 questions
0
votes
1 answer

Switch CAM table and ARP messages

When the switch CAM table is empty and it receives an ARP message, does it add to the CAM table the source MAC address ? In Packet Tracer I saw that it does add it, but I read in some book that the switch ignores them. Thank you.
coredump
  • 397
  • 1
  • 3
  • 7
0
votes
2 answers

arp -n responds with (incomplete) on the wrong subnet, can't remove it

context There are 2 servers: server1 - eth0 10.129.76.16 eth0.2 192.168.0.103 server2 - eth0 10.129.79.1 eth0.2 192.168.62.101 The 192.x.x.x addresses are connected to the same vlan (vlan2) and are able to see eachother. The…
Hannes
  • 135
  • 1
  • 3
  • 17
0
votes
1 answer

One To One NAT, only works on WAN?

We are attempting to test a One To One NAT configuration on a Cisco RV180 router, Cisco SMB support says that this setup below would not work. (they seem to be right) I know it has something to do with ARP entries. ISP Gateway | | (public IP…
700 Software
  • 2,233
  • 10
  • 49
  • 77
0
votes
2 answers

Activate Passive Arp learning

I want to enable my linux-kernel to passively listen (learn) the arp request broadcasted in the lan segment (arp request in the network not destined for me). Is there any configuration available?
sahil
  • 121
  • 1
0
votes
3 answers

ARP broadcast and router performance

My employer subscribes to a fiber based leased Internet from a publicly owned incumbent ISP. The ISP admin says that he cannot give a subnet bigger than /30 because he fears that the ISP edge router would become unstable and start rebooting because…
nixnotwin
  • 1,543
  • 5
  • 35
  • 55
0
votes
1 answer

ARP Connectivity on cisco small LAN

I feel so lame to have this doubt, so there is the question : Why do I not have connectivity ? The case is simple, I have configured the topology and have connectivity between each PC and respective gateway. The problem is when I tried to ping a…
cgasp
  • 171
  • 1
  • 14
0
votes
1 answer

Router is continually broadcasting the same ARP request, with the exact contents

I hope the question is clear and that this is correct place to post the question. My router is broadcasting the same ARP frame over and over (once every second). It's probably not a big deal, but I want to understand what is going on here. The…
m4design
  • 103
  • 4
0
votes
1 answer

ARP issues across MAN

We have a large area MAN provided by a local cable company. Each location has a cable modem that connects directly back to a central location, i.e. it doesn't cross the internet, it is a private connection. Each out building shows shows up at the…
0
votes
1 answer

Why is a ping response being sent to the wrong gateway?

In a previous question, I was trying to determine why my OpenVPN clients could not ping the server LAN, even though the server LAN could ping the clients. Having investigated this further, I determined that, at least in the case of one of the…
jonseymour
  • 243
  • 1
  • 5
  • 13
0
votes
1 answer

Linux storing arp cache entries using wrong interface

I'm trying to get two virtual machines (running CentOS) to talk to host (Ubuntu 10.04) using VDE and the outside network. So far I'm running into an ARP issue. On Host I have a physical eth0 and a virtual tap0 interfaces bridged by br0. All on the…
Dmitry Shvedov
  • 101
  • 1
  • 5
0
votes
1 answer

Adding entries for incoming arp requests to ARP cache?

Given a host A und B within the same broadcast domain whose ARP caches are both empty, under what circumstances would B add an entry for A to its ARP cache when replying to an incoming ARP request received from A? As far as I understand all the…
aka
  • 143
  • 1
  • 4
0
votes
1 answer

Many ARP requests in TCP dump?

I have been experiencing very slow upload speeds on my cable network lately. I ran a tcpdump and found many ARP requests. I'm not sure what process they are coming from, but could this be related to the slow upload speeds, and do these look "normal"…
chaimp
  • 105
  • 5
0
votes
1 answer

arp requests are sent continuously and my linux machine disconnected to the world

I have the following problem and really need your help I'm implementing a small server to receive request from client on port 18999(just sample) using TCP socket. When I tested my server by using a lot of requests from a tablet through a router, I…
sees
  • 9
  • 3
0
votes
2 answers

postgres fallback to standby server, switching ip address, clear ARP cache

I'm using a hot standby server for my postgres database. I've assigned a virtual ip address to the server. In case of a failure I'm switching the virtual ip from the master to the hot standby server. The problem is, that clients accessing the db,…
markus
  • 1,080
  • 5
  • 18
  • 38
0
votes
2 answers

ARP requests, etc.

I'm trying to run arp spoofing on a network. I've been working on this for about a week, and all the information I find is dated year 2000-2001. My issue is, after testing a script that uses arpspoof on one network (worked fine, more or less), on…
smaslennikov
  • 196
  • 6