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.

1 vote
0 answers
27 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
1 answer
82 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
2 answers
164 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
522 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
2 votes
1 answer
226 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
613 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
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
3 votes
1 answer
118 views

I am currently testing netfilter / nftables / nft. As a starting point, I have made a ruleset that drops nearly everything in and out, and have written the rules so that every dropped packet is logged....
Binarus's user avatar
  • 3,941

15 30 50 per page
1
2 3 4 5
9