$raw = netsh wlan show network mode=bssid$ssids = $raw | Select-String -Pattern 'SSID\b'| Select-String -Pattern '\bBSSID\s[^1]\b' -NotMatch | ForEach...
分类:
系统相关 时间:
2015-09-29 18:47:00
阅读次数:
237
https://4sysops.com/archives/ipv6-tutorial-part-3-new-features-ipsec-and-lan-features/In the last post of this series, I discussed thenew IPv6 feature...
分类:
其他好文 时间:
2015-09-25 14:32:00
阅读次数:
178
NetSH (Network Shell) 是windows系统本身提供的功能强大的网络配置命令行工具。 导出配置脚本:netsh -c interface ip dump > c:\interface.txt 导入配置脚本:netsh -f c:\interface.txt外文名Network S...
分类:
Web程序 时间:
2015-09-24 12:26:38
阅读次数:
286
服务器禁止ping后忘记是用什么方法禁止的了。只知道不是使用ip策略现在需要再开启ping。。。请问该怎么弄?是不是windows防火墙开启了啊,到控制面板里的windows防火墙中看看,把防火墙关闭了应该就能ping了回复如果只是防火墙禁用了ICMP响应,楼主你可以使用netsh firewall...
分类:
其他好文 时间:
2015-09-23 13:32:02
阅读次数:
562
1、实验拓扑2、基础网络配置R1配置:ipdhcpexcluded-address13.1.1.113.1.1.2ipdhcppoolnet13network13.1.1.0255.255.255.0default-router13.1.1.1interfaceFastEthernet0/0ipaddress12.1.1.1255.255.255.0interfaceFastEthernet1/0ipaddress13.1.1.1255.255.255.0R2配置:inte..
分类:
其他好文 时间:
2015-09-17 17:43:23
阅读次数:
322
1、实验拓扑2、基础网络配置R1配置:interfaceFastEthernet0/0ipaddress12.1.1.1255.255.255.0interfaceFastEthernet1/0ipaddress13.1.1.1255.255.255.0R2配置:interfaceFastEthernet0/0ipaddress12.1.1.2255.255.255.0interfaceFastEthernet1/0ipaddress172.16.1.254255.255...
分类:
其他好文 时间:
2015-09-17 15:25:13
阅读次数:
269