星哥的博客

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

windows 7/2008 ARP绑定办法

2011年7月21日 2785点热度 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去除“没有有效订阅”提示
Nginx的启动、停止、检测、平滑重启 织梦DEDECMS模块/插件管理空白的解决办法 Hyper-v安装LinuxIC方法 微赞自定义二维码功能增强 Centos下测试硬盘读写速度 【转】使用php取得android APK文件信息和图标
标签聚合
群晖 CMS 虚拟机 驱动 FineCMS PVE DSM MTP

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

Theme Kratos Made By Seaton Jiang

陕ICP备13007295号