Questions tagged [arp]
33 questions
7
votes
2 answers
How to protect from ARP spoofing
In my campus, some people they are using netcut in Windows and they are blocking us not to use Internet.
Since I am a Ubuntu user, I can't install neither nutcut nor netcut-defender to protect and even I tried TuxCut. It's is also not working…
Suresh
- 349
4
votes
2 answers
Problems while switching IP and MAC adresses
I've got two Ubuntu-Servers, each of them with two Ethernet cards. I'm trying to switch from one to the other for high availability purposes.
Unfortunately, when querying arp I always get the MAC address of the first card (eth0) and not the one of…
dan
- 41
3
votes
2 answers
How to format arp -a output?
I'm trying to format arp -a output to my liking. For example at the moment it outputs:
MyRouter (172.16.3.x) at XX:XX:XX:XX:XX:XX [ether] on eth0
PC1 (172.16.3.x) at XX:XX:XX:XX:XX:XX [ether] on eth0
PC2 (172.16.3.x) at XX:XX:XX:XX:XX:XX [ether] on…
Reno
- 33
3
votes
2 answers
Get the MAC address of a connected, unlabeled, unconfigured, unconfigurable ethernet device?
Suppose you have some embedded board with ethernet plugged into the ethernet port on your laptop. You know nothing about it's network configuration (yet). You know it boots, but it is headless and only has an ethernet port. It does NOT have an ip…
Andrew Wagner
- 416
2
votes
1 answer
Policy Routing - host sending ARP requests for non-local networks
I'm in need of some assistance troubleshooting a policy routing issue.
I have a linux host with multiple VLANs. I'm trying to create a unique routing table for each VLAN (20 in this example) and I can ping bidirectionally between the host and the…
user2081470
- 21
2
votes
0 answers
static mapping between ipv6 address and MAC (equivalent to static arp in ipv4)
I want to define in static mapping between ipv6 address and MAC address.(something similar to static arp in ipv4).
(i need to do this because my ubuntu machine is connected by lan to interface that don't use the kernel stack for receiving the…
Eyal leshem
- 121
2
votes
1 answer
Finding all used IP addresses within a LAN without assigning an IP address to your NIC?
Is there any way that you can find all the IP addresses within a LAN without assigning a IP address to you NIC?
I know most of the tools like angryipscanner, arp-scan, nmap and others can mostly identify the hosts within a particular IP range and…
mario
- 23
2
votes
0 answers
ARP command missing
I got this message trying to use arp:
Name:~$ arp
Command 'arp' not found, did you mean:
command 'ark' from snap ark (24.08.0)
command 'warp' from deb libghc-wai-app-static-dev (3.1.8-1)
command 'art' from deb artemis (18.2.0+dfsg-3)
command…
Bryan
- 69
1
vote
0 answers
ARP Cache Not Caching Virtual Host IP
I'm using a web application known as IOU-Web. This application is used to execute CISCO IOS software in a browser. Here is what topology looks like
And here is what interfaces config snap
Now the idea is that R1 should be able to access the host…
Ahmad Nadeem
- 31
1
vote
0 answers
No ping between two 22.04 laptops but can ping both ways from 3rd (windows) device
I have a subnet 192.168.100.x where all IPs a served DHCP over WiFi.
I have
XPS laptop 192.168.100.121 (Ubuntu 22.04)
Inspiron laptop 192.168.100.107 (Ubuntu 22.04)
Windows laptop 192.168.100.113 (Windows 10)
Many other devices on the same…
Shaped Sundew
- 11
- 2
1
vote
0 answers
Unexpected linux neiboring subsystem behaviour when work with bridge
This is a question about linux neighboring subsystem and virtual bridge(linux is new to me,sorry for that).
The test is performed on UBUNTU21(uname -a):
Linux dlw 5.11.0-16-generic #17-Ubuntu SMP Wed Apr 14 20:12:43 UTC 2021 x86_64 x86_64 x86_64…
linuxer-li
- 11
- 1
1
vote
1 answer
ip neigh gives no response on a VM
I'm running Ubuntu on VMWare Workstation Pro. And I'm trying to run the command ip neigh on the terminal and I don't get any response, it just skips over.
What could be the problem?
AniMi
- 35
1
vote
0 answers
Can't ping local devices while being connected to iPhone USB tethering
I can't ping devices that are connected to wireless hotspot but I can ping them when my computer is also connected to hotspot wirelessly. And it's not just ping my computer doesn't respond properly to ARP requests, it does response but it doesn't…
alireza
- 11
1
vote
0 answers
Nmap keeping crashing and popping up the "System Program problem detected", should I worry?
$ sudo nmap -vv -P -T1 192.168.0.1/24
Output:
>Warning: The -P option is deprecated. Please use -PE
>Starting Nmap 7.80 ( https://nmap.org ) at 2021-01-01 18:29 -03
>Initiating ARP Ping Scan at 18:29
>Scanning 255 hosts [1 port/host]
>nmap:…
user197536
- 39
1
vote
0 answers
Ethernet stops communicating, ARP cache shows mostly incompletes
I have an Ubuntu 18.04.5 LTS, system on an AMD 64bit system with 16 GB. Recent Zoneminder install has cranked up traffic. But I did not use this system much prior to the ZM install.
After a while (minutes to hours), the system stops communicating.…
avgjoetx
- 11