Score:0

Static ARP Entries aren't being added

de flag

So I'm trying to create a static ARP Entry with the ip and MAC Address of my router. I'm currently using admin command prompt and the command arp -s [ip] [mac address], but it isn't working. Every time I check the table with arp -a, I just see the ip and mac address under an interface (there are two) with type dynamic. How do I set up the static entry? Also, can anyone clear up to me what the interfaces are? (I'm kind of a tech noob lol) Edit: To clarify, this is windows 10

Here are some pictures:

https://i.stack.imgur.com/BsEg7.png

https://i.stack.imgur.com/xDF5d.png

uz flag
Screenshots would be helpful.
Ryan Ding avatar
de flag
Okay, should i blur anything out or can i just take them
uz flag
If you're dealing with non-public IP addresses, then there is nothing to hide.
joeqwerty avatar
cv flag
Why are you trying to create a static ARP entry for your router?
Ryan Ding avatar
de flag
Okay, I added Pictures.
Zac67 avatar
ru flag
Those screenshots don't show anything. Please show the `arp -s` input and the response.
Score:-1
cn flag

Try Netsh -c interface ipv4 add neighbours "your connection type" "your ip" "Mac address of your router" store=persistent

Score:-2
cn flag

I'm not sure about the arp -s command, but I am doing it using /etc/ethers file
I've put static entries like these :

root@r2w:~# cat /etc/ethers  
b4:2e:99:1b:60:97 193.355.204.2 

and then doing arp -f /etc/ethers
which replaces arp table with those manual entries

Ryan Ding avatar
de flag
Hi, Is this for windows or linux?
bocian85 avatar
cn flag
for linux of course, there is no /etc/ directory on windows
Ryan Ding avatar
de flag
oof. I was asking for a windows laptop lol
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.