sk_buff:socketbuffertstamp:buffer,到达主机,离开主机的时间sk:对应的socket句柄,到networklayer.dev:从哪个设备流入或流出。skb:queuedATM(AsynchronousTransferMode).cb:Controlbuffer,48个字节供各层自由使用。_skb_refdst
分类:
Web程序 时间:
2014-08-13 15:17:57
阅读次数:
163
CCIE学习笔记向eigrp域宣告一条默认路由:1.用ipdefault-network:R2关键配置:Iproute2.0.0.0255.0.0.0null0//在路由表中制造一条主类网络Routereigrp1Network2.0.0.0//宣告主类网络Ipdefault-network2.0.0.0//相当于告诉EIGRP域内的路由器默认网关在2.0.0.0,所以发布这个网..
分类:
其他好文 时间:
2014-08-13 15:17:37
阅读次数:
378
CCIE学习笔记之RSVPRouter(config-if)#iprsvpbandwidth[interface-kbps][single-flow-kbps]!EnablesRSVPforIPonaninterfaceRouter(config)#iprsvpsendersession-ip-addresssender-ip-address[tcp|udp|ip-protocol]session-dportsender-sportprevious-hop-ip-addressprevious-ho..
分类:
其他好文 时间:
2014-08-13 15:07:46
阅读次数:
309
思路详见课本 P 213思路:直接用并查集,最后看 p 和 q 是否 在一个 集合中 即可。属于同一集合,则 可以通信;否则失败。#include#includeusing namespace std;const int maxn=1000 +100;int set[maxn];int xx[max...
分类:
Web程序 时间:
2014-08-13 12:59:16
阅读次数:
231
想为虚拟机配置固定ip,需要设置网关,但是mac版的vmware workstation没有Virtual Network Editor,所以不能直接查看到。因此执行如下命令进行查找find / -name vmnet8终于查找到了他的位置/Library/Preferences/VMware Fu...
分类:
Web程序 时间:
2014-08-13 12:30:26
阅读次数:
2361
Network AttackNicola regularly inspects the local networks for security issues. He uses a smart and aggressive program which takes control of computer...
分类:
Web程序 时间:
2014-08-13 10:18:05
阅读次数:
247
当Wireshark抓取到大量报文之后,常常需要筛选。最常关注的就是源主机和目标主机的 IP地址和端口号,还有传输层协议IPv4,IPv6,UDP,ARP,等等,以及应用层协议HTTP,FTP,SSH,IMAP等等。...
分类:
其他好文 时间:
2014-08-13 01:11:24
阅读次数:
496
无法上网问题:sudo subl /etc/network/interfaces增加以下内容:# The primary network interfaceauto eth0iface eth0 inet dhcp无法使用USB问题:sudo /usr/sbin/usermod -G vboxuse...
分类:
系统相关 时间:
2014-08-13 00:54:14
阅读次数:
243
设置虚拟机: 设置linux系统 ????修改/etc/sysconfig/network-scripts/ifcfg-eth0 ip地址变量:IPADDR 子网掩码变量:NETMASK 如果本机和linux 网段不相同 如: 192.168.1.107? 而linux是192.168.2.107 应该...
分类:
其他好文 时间:
2014-08-12 22:20:35
阅读次数:
435
最近安装了CentOS7,内核总算升级到3.10,支持Linux容器,network namespace······· 但是安装完之后,发现ifconfig没看到熟悉的eth0,却是enp0s3,虽然只是一个网卡代号,但明显会影响一些脚本,带来诸多不方便,也不知道CentOS为何设置成这样...
分类:
其他好文 时间:
2014-08-12 21:53:44
阅读次数:
587