星哥的博客

  • 首页
  • 系统
  • 虚拟机
  • 网站开发
  • 硬件外设
  • VPS/云主机
  • 心情随笔
  1. 首页
  2. 系统
  3. Windows
  4. 正文

windows 7/2008 ARP绑定办法

2011年7月21日 2594点热度 1人点赞 0条评论

查询网卡的序列号

netsh i i show in

绑定网关MAC地址

netsh interface ipv4 set neighbors 11 "192.168.1.1" "00-3c-50-00-58-47" store=persistent

取消绑定网关MAC地址

netsh interface ipv4 set neighbors 12 "192.168.1.1" "00-3c-50-00-58-47" store=persistent

store=persistent 貌似为持久性的意思

批处理:

@echo off
netsh interface ipv4 set neighbors 11 "192.168.1.1" "00-3c-50-00-58-47" store=persistent

标签: 暂无
最后更新:2011年7月21日

wangxingcs

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

This site uses Akismet to reduce spam. Learn how your comment data is processed.

wangxingcs

这个人很懒,什么都没留下

我的博客

仅记录一些有用的教程,自己的经历,已屏蔽各大搜索引擎收录。

新浪微博 @wangxingcs

Twitter @wangxingcs(常在)

最新 热点 随机
最新 热点 随机
Proxmox VE(PVE)6.X 添加硬盘 PVE解决VM is locked问题 Proxmox VE配置更新源 黑群晖显示真实CPU信息(支持7.0.1) Proxmox VE直通硬盘(全盘映射方式) PVE去除“没有有效订阅”提示
WIN10下MarkdownPad HTML渲染错误(This view has crashed) 的解决办法 + 注册码 去掉linux中"You have new mail in /var/spool/mail/root"的提示 CentOS下安装PPTP VPN小记 [转]CentOS的中文支持和乱码问题解决 Nginx的启动、停止、检测、平滑重启 努力?奋斗?工作?
标签聚合
虚拟机 CMS MTP 群晖 FineCMS DSM 驱动 PVE

COPYRIGHT © 2015-2023 wangxingcs.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

陕ICP备13007295号