AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 567559
Accepted
Andrew S
Andrew S
Asked: 2014-01-16 14:10:05 +0800 CST2014-01-16 14:10:05 +0800 CST 2014-01-16 14:10:05 +0800 CST

169.254.0.0/16 地址的 Windows 域控制器 ARPing

  • 772

我一直在对我公司的网络进行一些嗅探以尝试清理一些流量,并注意到我们的 Server 2008 域控制器之一每秒或两秒钟向 169.254.0.0/16 中的大约 15 个不同地址发送 ARP子网。域控制器位于 10.10.0.0/23 子网中。任何人都知道什么可能导致这些 ARP 的?据我所知,网络上没有任何具有 169.254.xx 地址的客户端,所以我不知道为什么 DC 试图找到它们。

服务器确实有两个 NIC,但只连接了一个。昨天当我注意到 ARPing 以查看这是否会改变任何东西时,我禁用了未使用的 NIC,但今天再次查看它没有。

ipconfig /all 输出为:

Windows IP Configuration

   Host Name . . . . . . . . . . . . : server-snip
   Primary Dns Suffix  . . . . . . . : snip.com
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : snip.com

Ethernet adapter Local Area Connection 3:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) PRO/1000 GT Desktop Adapter
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::885:cbff:b468:f229%13(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.10.0.63(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.254.0
   Default Gateway . . . . . . . . . : 10.10.0.6
   DNS Servers . . . . . . . . . . . : 10.10.0.63
                                       10.10.0.64
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 9:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : isatap.{CD1C279E-711E-4426-84F6-FD1FF423B
521}
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
networking
  • 2 2 个回答
  • 3424 Views

2 个回答

  • Voted
  1. Mitch
    2014-01-16T20:10:37+08:002014-01-16T20:10:37+08:00

    如果所有其他方法都无法确定原因,并且ipconfig /all没有显示绑定在该范围内的任何适配器,则可以使用网络监视器来识别进程发起流量。

    例如,如果过程结果是spoolsv.exe,您将能够知道查找在这些地址上配置的打印机。

    • 2
  2. Best Answer
    Andrew S
    2014-03-15T11:54:00+08:002014-03-15T11:54:00+08:00

    ARP 的原因原来是其他子网上的一些主机地址为 169.254.0.0/16,并且它们正试图访问 Windows Server 上的 NTP。我们的路由器正在路由流量,但 Windows 服务器当然不知道如何回复。我仍然必须追查为什么这些主机没有获得 DHCP 地址,但至少我知道 Windows Server 不是罪魁祸首。

    • 1

相关问题

  • 谁能指出我的 802.11n 范围扩展器?

  • 我怎样才能得到一个网站的IP地址?

  • 在一个 LAN 中使用两台 DHCP 服务器

  • 如何在 Linux 下监控每个进程的网络 I/O 使用情况?

  • 为本地网络中的名称解析添加自定义 dns 条目

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve