linux arp 命令清除dns cache
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux arp 命令清除dns cache相关的知识,希望对你有一定的参考价值。
概述
arp命令用于管理和查看内核ipv4网络ARP缓存。它可用于向缓存表中添加和删除记录。ARP是地址解析协议(Address Resolution Protocol)的缩写,用于找出给定ipv4地址的mac地址
用法: arp [-vn] [<HW>] [-i <if>] [-a] [<hostname>] <-显示 ARP 缓存 arp [-v] [-i <if>] -d <host> [pub] <- 删除ARP记录 arp [-vnD] [<HW>] [-i <if>] -f [<filename>] <- 从文件添加记录 arp [-v] [<HW>] [-i <if>] -s <host> <hwaddr> [temp] <-添加记录 arp [-v] [<HW>] [-i <if>] -Ds <host> <if> [netmask <nm>] pub <-‘‘- -a 以另一种(BSD)风格显示(所有)主机 -s, --set 设置一个新的 ARP 记录 -d, --delete 删除指定记录 -v, --verbose 显示详细信息 -n, --numeric 不解析名称 -i, --device 指定网络接口(如 eth0) -D, --use-device 读取所给定设备的硬件地址 -A, -p, --protocol 指定协议族 -f, --file 从文件或 /etc/ethers 中读取新记录 <HW>=使用 ‘-H <hw>‘ 指定硬件地址类型。默认:ether 所有可能硬件类型列表: ash (Ash) ether (以太网) ax25 (AMPR AX.25) netrom (AMPR NET/ROM) rose (AMPR ROSE) arcnet (ARCnet) dlci (Frame Relay DLCI) fddi (Fiber Distributed Data Interface) hippi (HIPPI) irda (IrLAP) x25 (generic X.25) eui64 (Generic EUI-64)
域名重新指向ip或要删除本地的dns缓存才能访问到新ip,arp -d *删除所有dns cache
以上是关于linux arp 命令清除dns cache的主要内容,如果未能解决你的问题,请参考以下文章