Skip to main content

Questions tagged [arp]

Questions pertaining to ARP (Address Resolution Protocol) a communication protocol used for discovering the link layer address, such as a MAC address, associated with a given internet layer address, typically an IPv4 address.

9 votes
3 answers
960 views

Is it possible to discover the IP address used by a remote host, if its IP range is not known? Maybe using ARP? I have two PCs connected via direct cable (no switch); I forgot the IP range used by the ...
elbarna's user avatar
  • 14.5k
1 vote
0 answers
28 views

I have a shell script on my linux computer that has these arptables command; $ cat arptables.sh mac_address="AA:BB:CC:DD:EE:FF" arptables -P INPUT DROP arptables -P OUTPUT DROP arptables -...
learningregularexpressions's user avatar
0 votes
2 answers
147 views

i have a single server which two VM(ubuntu) configured as ubuntu-edge(with frr module for routing - wan side) and ubuntu-fw(for lan side), between these machines there is a virtual internal interface. ...
Ahmad-R's user avatar
0 votes
1 answer
87 views

I have a web managed switch on my network. It is connected to a router, along with the host PC i am on. I cannot ping it through the router. Router is Fedora server. the router's applicable interfaces ...
FigureOfCode's user avatar
0 votes
0 answers
29 views

I'm using the following nmap command nmap -sP 192.168.1.0/24 | awk '{print $1}'`| awk '/Nmap scan report for/{print " "$5,$6;}/MAC Address:/{print $3;}' which outputs box1.lan (192.168.1....
Lurch's user avatar
  • 125
0 votes
2 answers
169 views

I'm using a fresh minimal Ubuntu server 24.04.1 LTS install. I run these commands as root to set up networking and do some experiments: apt install -y netcat-traditional tcpdump inetutils-ping ip ...
Adrian's user avatar
  • 261
0 votes
1 answer
1k views

I have Many server booted up to Debian 12 connected to a common switch. All I know is their BMC Macs and bmc passwords for each unit(all of them not from same manufacturer). Is there a standard way to ...
Kaleem Khattak's user avatar
0 votes
1 answer
541 views

The following is my stripped down ARP ruleset, only broadcast rules are shown, other rules (not shown here) are not relevant. Please see code comments that are questions (?) #!/usr/sbin/nft -f add ...
metablaster's user avatar
1 vote
1 answer
463 views

I’m trying to configure ip (static, so without dhcp), there are some problems that I can't resolve by my self, because I do not understand it in a whole. Sorry if it is already answered, but as I said,...
anothereality444's user avatar
2 votes
1 answer
227 views

I'm trying to implement a way to prevent network scans from my notebook. One of the things I want is to allow arp request to specific hosts, like my gateway. I added some rules using arptables and ...
Alberto Pires's user avatar
0 votes
1 answer
3k views

I have Linux device running 4.14.7 kernel. My device-A is directly connected to third-party device(Device-B) over 1Gig port. A UDHCPD server runs on dev-A which always assigns single IP address as per ...
Ashoka's user avatar
  • 111
0 votes
1 answer
614 views

I tried to use ncat command to 2 diff unknown IPs from a CENTOS 7 (linux) terminal. [abc@localhost ~]$ ncat -zv 10.11.78.5 22 Ncat: Version 7.50 ( https://nmap.org/ncat ) Ncat: No route to host. [abc@...
Ayush Raj's user avatar
  • 101
0 votes
1 answer
138 views

#!/usr/bin/bash echo "Give me your private IP and its mask";read given if [[ "$given" =~ ^([0-9]{1,3}\.){3}[0-9]{1,3}/{0,1}[0-9]{1,3} ]]; then echo "version 4" ...
John Smith's user avatar
0 votes
1 answer
439 views

I am using KVM Qemu in Kali linux host, and trying to practice ARP spoofing. In the Kali linux (which is connected to wired ethernet network), I have set up the following configuration (from tutorials ...
Shy's user avatar
  • 659
0 votes
1 answer
1k views

I have successfully turned my Raspberry Pi into a WiFi access point, but I'm having trouble getting notifications when a new device connects or disconnects from it. Specifically, I would like to ...
λambduh's user avatar

15 30 50 per page
1
2 3 4 5
10