Event ID: 30013 The DHCP allocator has disabled itself

限时加码!20+主流AI编程工具免费用 购周边加赠Coding Plan Lite,Claude Code、Cursor等即刻畅享,学习进阶更高效! 阅读详情

Event ID: 30013
Sourceipnathlp 
TypeError 
DescriptionThe DHCP allocator has disabled itself on IP address 169.254.236.250, since the IP address is outside the 192.168.0.0/255.255.255.0 scope from which addresses are being allocated to DHCP clients. To enable the DHCP allocator on this IP address, please change the scope to include the IP address, or change the IP address to fall within the scope. 
Things to understandWhat is DHCP?
What is a DHCP Lease?  
CommentsIonut Marin (Last update 1/3/2005):
From a newsgroup post: "I was having problems running ICS (Internet Connection Sharing) on my Win2K Pro. Whenever a Win98 client on the network tried to browse the web, I got an error event 31003. I resolved this problem by removing the ZoneAlarm software from my Win2k machine".

From a newsgroup post: "Make sure no DHCP service is running on your machines. ICS contains its own addressing solution and it sounds like this is conflicting with the DHCP client service".

From a newsgroup post: "I had this problem with Windows XP. Microsoft online support suggested checking all network connections in "My Network Places" and disabling any sharing of internet connections. I found one item which had this and I unchecked the internet sharing box. The error has not yet recurred".

See the link to "Microsoft event 30013 from source ipnathlp" for additional information on this event.

Adrian Grigorof
169.254.x.x is the ip subnet that Windodws 2000 DHCP Client assigns to a machine when it cannot contact a DHCP server. The 192.168.0.0 is the range used by the Internet Connection Sharing service. So this event appears to be a conflict between these two components.  
LinksMicrosoft event 30013 from source ipnathlp  



































Microsoft event 30013 from source ipnathlp

Details
Product:Windows Operating System
ID:30013
Source:ipnathlp
Version:5.2
Symbolic Name:IP_AUTO_DHCP_LOG_NON_SCOPE_ADDRESS
Message:The DHCP allocator has disabled itself on IP address %1, since the IP address is outside the %2/%3 scope from which addresses are being allocated to DHCP clients. To enable the DHCP allocator on this IP address, please change the scope to include the IP address, or change the IP address to fall within the scope.
   
Explanation

The IP address is not within the scope of addresses allocated for Internet Connection Sharing (ICS) or Routing and Remote Access network address translation (NAT).

The most probable cause is incorrect manual configuration of the IP address.

   
User Action

To automatically reconfigure the IP address, disable and then re-enable either ICS or the Routing and Remote Access NAT component.

To disable and re-enable ICS

  1. In Windows Explorer, click My Network Places.
  2. Right-click the ICS adapter that you want to share, and then select Properties.
  3. Click the Advanced tab.
  4. In the Internet Connection sharing area, clear the Allow other network users to connect through this computer's internet connection box, and then click OK.
  5. In the Network Connections window, right-click the ICS adapter, and then select Properties.
  6. Click the Advanced tab.
  7. Select the Allow other network users to connect through this computer's internet connection box, and then click OK.

You can disable and then re-enable the Routing and Remote Access NAT component by opening Routing and Remote Access in Administrative Tools.











www.eventid.net, 真是一个好网站来

基本上,看了上面的评论, 再看了Microsoft event 30013 from source ipnathlp,知道这是我的NAT DHCP分配器与接口冲突, 系统APIPA和NAT的DHCP冲突. 重新配置了NAT就行了,不再出现此错误信息.
因为我用的时VMware软件, 当没有上虚拟机时, 那个接口也一直在运行,即不是叉叉的. 所以重新配置接口时,最好有一台虚拟机在运行着.

2005.3.7,lem:对于NAT不能向接口分配IP地址,则重新启动RRAS服务即可.

DHCP原理及实验验证 一、功能概述DHCP(Dynamic Host Configuration Protocol,动态主机配置协议),主要作用是集中的管理、分配IP地址,使网络环境中的主机动态的获得IP地址、Gateway地址、DNS服务器地址等信息,并能够提升地址的使用率。DHCP协议采用客户端/服务器模型:当DHCP服务器接收到来自网络主机申请地址的信息时,会向网络主机发送相关的地址配置等信... 阅读详情

相关推荐

从零开始带你开发橙光游戏AVG框架(仿 葬花 )

来源 从零开始带你开发橙光游戏AVG框架【55课数 收费】 从零开始带你开发橙光游戏AVG框架 unity教程【16课数 免费】 。。。。。。 挺大的,因为很多音频,.git就有 2.6G AVG_20230413_2020.2.23f1c1 介绍 QuickSheet使用 bug 包报错 可能是我换了untiy版本的原因 Manual sovle bug ICSharpCode.SharpZipLib重复 导了一个文件夹,有自己的库,也包含GameFramework、UnityGameFramewor

weixin_39538253的博客 5111

Unity 报错TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD

TLS Allocator ALLOC_TEMP_THREAD

wenshuai537的博客 1万+

DHCP基本原理研究与最佳实践

DHCP Server是DHCP服务器,负责Client端IP地址的分配,使用端口67监听报文 (在生产环境中,DHCP服务器可以是交换机、路由器,也可以是防火墙,甚至可以是运行windows或linux操作系统的PC)

Unity报错“Assertion failed: TLS Allocator ALLOC_TEMP_THREAD...”及其解决方法

安装最新版本(2017.3.0f3)Unity之后,打开之前的工程,报了很多下面的错 Assertion failed: TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations, size 87440 网上搜了一下,发现在之前的版本中也出现过同样的问题,官网所

caroseraph的专栏 1万+

unity build的时候报错:Assertion failed: TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_

unity build的时候报错:Assertion failed: TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations打包又好像成功了 只是Xcode编译后运行闪退 解决办法:用mac重新导出然后再用Xcode编译即可 ...

Abel02的博客 2272

计算机网络--DHCP分析实验

【实验目的】 了解DHCP的作用。 熟悉DHCP的工作过程。 熟悉DHCP的报文格式。 【实验平台】 Cisco Packet Tracer 【实验内容 】 (1)设计拓扑,设置1台Web服务器,2台主机。 (2)配置路由器IP地址并设置静态路由。 (3)开启DHCP设备的DHCP服务并添加两个地址池。 (4)DHCP服务器为内网主机PC1动态分配IP地址。 (5)DHCP服务器为外网主机PC2动态分配IP地址。 【实验代码及结果 】 1、构建网络拓扑结构(用两台PC机,一台服务器,两台交换机和两个路由

qq_52825925的博客 9134

Invalid AABB aabb,Invalid AABB a in Unity

类似报错: Assertion failed: Invalid worldAABB. Object is too large or too far away from the origin Invalid  parameter pos in RigidBody because it was infinity or NaN 网上回答由于给刚体设置位置属性

Zafir6453的博客 1万+

Unity3D中出现错误"Assertion failed: TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THRE...

0x0 背景 在Unity3D 2017.3.0f3中一直报错: "Assertion failed: TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations, size 87488" 激活和取消激活Game Object都会报一次 进了Play Mode...

weixin_30908941的博客 2411

02 Pro_DHCP

开启路由器的 DHCP 功能,给 PC 自动分配 IP 和 Gateway。

A2460865183的博客 2715

Unity 报错TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocati

解决方案:退出unity工程,删除除Assets,ProjectSettings,Visual Studio以外的所有文件。再次打开运行工程错误消失。不知道原因是啥 参考https://issuetracker.unity3d.com/issues/assertion-alloc-temp-thread-dot-dot-dot-appears-when-closing-unity-in-play...

网格边界 1万+

Win7系统提示找不到ipnathlp.dll文件的解决办法

其实很多用户玩单机游戏或者安装软件的时候就出现过这种问题,如果是新手第一时间会认为是软件或游戏出错了,其实并不是这样,其主要原因就是你电脑系统的该dll文件丢失了或没有安装一些系统软件平台所需要的动态链接库,这时你可以下载这个ipnathlp.dll文件(挑选合适的版本文件)把它放入到程序或系统目录中,当我们执行某一个.exe程序时,相应的DLL文件就会被调用,因此将缺失的文件放回到原目录之后就能打开你的软件或游戏了.那么出现ipnathlp.dll丢失要怎么解决?

file 816

Invalid worldAABB. Object is too large or too far away from the origin

在使用DOTS中,设置Transform值时出现Invalid worldAABB. Object is too large or too far away from the origin。通过debug发现dir值为(NaNf,NaNf,NaNf)

weixin_39520967的博客 773

解决xp网络共享(懒人办法)

以下是个CMD文件: @ ECHO OFF @ ECHO. @ ECHO. 说 明 @ ECHO -------------------------------------------------------------------- @ ECHO 本批处理执行后,将作以下一些设置: @ ECHO 1、允许SAM帐户和共享的匿名枚举(原版系统允许,本系统默认是禁用)。 @ ECHO ...

weixin_30408675的博客 132

【Unity】坑爹的Bug

1.【Mac/Windows下程序闪退】平时每天项目打包测试都好用,今天打的Mac包,闪退,点开就会立即关闭….打到Windows上也不行,后来发现是因为选了一个错误的选项,上图吧 2.【场景互相跳转之后内存增加】关于内存优化的一个问题,一般大家的项目里都会有多个场景,比如在A场景,内存占用100M,切换到B的时候,Unity会主动的帮我们做一些事情,比如释放一些资源,回收一些垃圾,虽然C#自称非常

Zok93 5712

2021-08-06软考网工的一个简单的综合实验

拓扑: PC1和PC2都设置成dhcp获取ip,PC1属于10网段,标记为教学区;PC2属于20网段,标记为宿舍区 LSW1作为接入交换机 LSW2作为核心交换机 AR1作为外网入口 AR2表示电信运营商的路由器 AR3表示联通运营商的路由器 基本配置: LSW1: [acsw]vlan batch 10 20 Info: This operation may take a few seconds. Please wait for a moment...done. [acsw]int g0/0/1 [ac

akswyh的博客 1997

ORA-30013: undo tablespace 'UNDOTBS1' is currently in use

有时候会因为超大的事务导致undo表空间太大,需要收缩一下。 create undo tablespace UNDOTBS2 datafile 'F:\APP\ADMINISTRATOR\DATA\ORA11\UNDOTBS02.DBF' size 100m; alter system set undo_tablespace=UNDOTBS2; --下面报错ORA-30013: undo t

关注系统性能调优 6884

18721 快速排序

思路: 定义一个基准值(以他为标准进行比较),将其拿出来,然后把所有比他大的都放在他右侧,小的放左侧,下图关键点+1是有原因的, 你想,我们平时快排肯定high,那么这里最终也一定要实现成high的,不然就越界, 因此我们可以联想到do…while语句,即先减掉1再说,这就实现到high了 #include <stdio.h> #include <stdlib.h> int...

WAWA战士的博客 672
上一篇: 70-216 Q257
下一篇: eventID 20106 来源 RemoteAccess
ecrown
博客等级 码龄25年 32粉丝 204原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值