会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
76211822
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
19
下一页
2016年1月20日
GNS3 模拟DHCP之地址请求
摘要: R1:conf tint f0/0no shutdownip address dhcpendR2:conf tint f0/0no shutdownip add 12.1.1.2 255.255.255.0ip dhcp pool pingpinglabnetwork 12.1.1.0 /24def...
阅读全文
posted @ 2016-01-20 21:23 QQ76211822
阅读(834)
评论(0)
推荐(0)
2016年1月19日
iplimage 转HBITMAP
摘要: HBITMAP IplImage2hBitmap(IplImage* pImg){ cvFlip(pImg, NULL); BYTE tmp[sizeof(BITMAPINFO)+1024]; BITMAPINFO *bmi = (BITMAPINFO*)tmp; HBIT...
阅读全文
posted @ 2016-01-19 15:20 QQ76211822
阅读(532)
评论(0)
推荐(0)
2016年1月17日
Ethernet IP TCP UDP 协议头部格式
摘要: The Ethernet header structure is shown in the illustration below:以太网头部14 bytesDestinationSourceLenData unit + padFCS(6 bytes)(6 bytes)(2)(46-1500 byte...
阅读全文
posted @ 2016-01-17 12:26 QQ76211822
阅读(460)
评论(0)
推荐(0)
WireShark 之抓包QQ协议
摘要:
阅读全文
posted @ 2016-01-17 12:25 QQ76211822
阅读(1087)
评论(0)
推荐(0)
GNS3 icmp之严格路由
摘要: 路由配置:icmp记录路由抓取出接口的IP地址,最多可以抓取9个。ip协议头中的options为40个字节R1 :conf tint f0/0no shutdownip add 192.168.1.1 255.255.255.0no ip routingendR2 f0/0:conf tint f0...
阅读全文
posted @ 2016-01-17 11:54 QQ76211822
阅读(267)
评论(0)
推荐(0)
GNS3 模拟icmp记录路由
摘要: 路由配置:icmp记录路由抓取出接口的IP地址,最多可以抓取9个。ip协议头中的options为40个字节R1 :conf tint f0/0no shutdownip add 192.168.1.1 255.255.255.0no ip routingendR2 f0/0:conf tint f0...
阅读全文
posted @ 2016-01-17 11:40 QQ76211822
阅读(345)
评论(0)
推荐(0)
2016年1月15日
GNS3 模拟免费ARP
摘要: R2 :conf tint f0/0no shutdownip add 192.168.1.254 255.255.255.0endR1 :conf tint f0/0no shutdownip add 192.168.1.1 255.255.255.0no ip routingendconf tn...
阅读全文
posted @ 2016-01-15 08:51 QQ76211822
阅读(308)
评论(0)
推荐(0)
2016年1月14日
GNS3 模拟icmp重定向
摘要: 网关实质上是一个网络通向其他网络的IP地址。比如有网络A和网络B,网络A的IP地址范围为“192.168.1.1~192. 168.1.254”,子网掩码为255.255.255.0;网络B的IP地址范围为“192.168.2.1~192.168.2.254”,子网掩码为255.255.255.0。...
阅读全文
posted @ 2016-01-14 20:43 QQ76211822
阅读(679)
评论(0)
推荐(0)
GNS3 ProxyArp(查看路由器是否具有转发功能)
摘要: R2是否可以把R1的数据转发出去,参看http://www.cnblogs.com/qq76211822/p/5129134.html命令:show ip interface f0/0
阅读全文
posted @ 2016-01-14 09:14 QQ76211822
阅读(296)
评论(0)
推荐(0)
GNS3 模拟icmp路由跟踪
摘要: R1 :conf tint f0/0no shutdownip add 192.168.1.1 255.255.255.0no ip routingendR2 f0/0:conf tint f0/0no shutdownip add 192.168.1.254 255.255.255.0endR2 ...
阅读全文
posted @ 2016-01-14 09:06 QQ76211822
阅读(620)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
19
下一页
公告