AX1程序是基于windows的PC程序,用来评估
iinChip?的性能,也即是wiznet的硬件TCP/IP芯片。
AX1通过网络与iinChip?评估板和TCP/IP协议连接,首先,TCP/IP协议发送可选的包或者文件到iinChip?评估板,其次,它检查返回的数据包或者文件,发送包或者文件。最后,测量发送和接收速度。
AX1的功能如下:测试TCP协议;测试UDP协议...
分类:
其他好文 时间:
2014-10-13 13:39:50
阅读次数:
340
首先我绘制如下的拓扑图,各路由器基本配置图中已经标明。三个路由器都分别加上loopback口,并分别配上地址1.1.1.1;2.2.2.2;3.3.3.3,之后的配置中各路由将各自loopback口地址作为自己的routerid。(为了方便ospf区域规划和问题排查,一般将某一个loopback口地址配置为路由的r..
分类:
其他好文 时间:
2014-10-11 03:23:55
阅读次数:
316
虚拟机克隆出来的CentOSLinux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:
系统相关 时间:
2014-09-28 15:51:02
阅读次数:
226
一、测试是否能管理client使用模块cmd.run可以查看到client的ip地址[root@salt_server~]#salt‘*‘cmd.run‘ipa‘
salt_client1:
1:lo:<LOOPBACK,UP,LOWER_UP>mtu16436qdiscnoqueuestateUNKNOWN
link/loopback00:00:00:00:00:00brd00:00:00:00:00:00
inet127.0.0.1/8scopehos..
分类:
其他好文 时间:
2014-09-16 16:09:31
阅读次数:
274
centos6.4安装 minimalifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:
其他好文 时间:
2014-09-16 00:03:59
阅读次数:
184
Ubuntu配置双IPsudo vim/etc/network/interfaces 打开IP配置文件 1 auto lo 2 iface lo inet loopback 3 auto eth0 4 iface eth0 inet static 5 #pre-up ifconfig eth0 hw...
分类:
其他好文 时间:
2014-08-26 14:58:16
阅读次数:
253
ti8168 原始文件系统进去后没有网络eth0接口,为了有该接口需要配置/etc/network/interfaces 文件
具体配置如下(红色要配置)
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
ifac...
分类:
其他好文 时间:
2014-08-25 11:50:04
阅读次数:
249
net_device->feature| NETIF_F_NO_CSUM: No need to use L4 checksum, it used for loopback device.| NETIF_F_IP_CSUM: the device can compute L4 checksum in...
分类:
系统相关 时间:
2014-08-22 14:26:59
阅读次数:
260
环回接口(loopback interface)的新认识
分类:
其他好文 时间:
2014-08-19 00:59:13
阅读次数:
247
1.如果Linux上没有安装NodeJS,先安装NodeJS 2.安装LoopBack npm install -g strongloop 3.创建项目 slc loopback
// Create your project [?] Enter a directory name where to create the project: my-new-pro...
分类:
其他好文 时间:
2014-08-14 11:05:38
阅读次数:
170