In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
The editor today takes you to understand the example analysis of Linux system monitoring IP address conflicts. The knowledge points in the article are introduced in great detail. Friends who feel helpful can browse the content of the article together with the editor, hoping to help more friends who want to solve this problem to find the answer to the problem. Let's go deep into the knowledge of "sample analysis of Linux system monitoring IP address conflicts" with the editor.
A dynamic IP is assigned and another network device already has the same IP will cause IP address conflicts, so how to monitor IP address conflicts in the Linux system? This article will use the arp-scan tool to demonstrate the specific methods of monitoring P address conflicts in the Linux system.
This tool sends ARP (Address Resolution Protocol) (address Resolution Protocol) packets on the local network to collect addresses. If multiple MAC addresses claim to have the same IP address, then there is a conflict.
To install arp-scan on Ubuntu or Debian, enter:
$sudo apt-get install arp-scan for Fedora,CentOS or RedHat:
$sudo yum install arp-scan to detect IP conflicts, run the following command:
Example of $sudo arp-scan-I eth0-l output:
192.168.1.10 00:1b:a9:63:a2:4c BROTHER INDUSTRIES, LTD. 192.168.1.30 00:1e:8f:58:ec:49 CANON INC. 192.168.1.33 00:25:4b:1b:10:20 Apple Inc 192.168.1.37 10:9a:dd:55:d7:95 Apple Inc 192.168.1.38 20:c9:d0:27:8d:56 (Unknown) 192.168.1.39 d4:85:64:4d:35:be Hewlett Packard 192.168.1.39 00:0b:46:e4:8e:6d Cisco (DUP: 2) 192.168.1.40 90:2b:34:18:59: C0 (Unknown) the IP of 192.168.1.39 conflicts. Because it appeared twice.
What is Linux system Linux is a free-to-use and free-spread UNIX-like operating system, is a POSIX-based multi-user, multi-task, multi-threaded and multi-CPU operating system, using Linux can run major Unix tools, applications and network protocols.
Thank you for your reading. The above is the whole content of "sample Analysis of IP address conflicts monitored by Linux system". Friends who learn to learn to do it quickly. I believe that the editor will certainly bring you better quality articles. Thank you for your support to the website!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.