码迷,mamicode.com
首页 >  
搜索关键字:cmcc ipv6    ( 1594个结果
Linux学习笔记033_10
网卡命名:eth0,eth1子接口(一个网卡上多个IP):eth0:1,eth0:2ifconfig:查看网卡信息ifupethx:开启网卡ifdownethx:关闭网卡配置网卡:图形命令:ONBOOT为yes表示启动计算机时通过网卡全局网络配置:第一行为开启ipv4,第二行为开启ipv6,第三行为计算机名,注意计算机名在DNS..
分类:系统相关   时间:2014-08-16 01:09:20    阅读次数:328
ipv6组播
ipv6组播Router(config-if)#ipv6mldjoin-groupFF04::10Router(config-if)#ipv6mldaccess-listacc-grp-1!控制用户能加入的组播ipv6mldstatic-group[group-address][include|exclude]{source-address|source-list[acl]}如:Router(config-if)#ipv6mldstatic-groupff04::10include..
分类:其他好文   时间:2014-08-13 19:31:38    阅读次数:249
使用Wireshark抓包筛选的常用功能
当Wireshark抓取到大量报文之后,常常需要筛选。最常关注的就是源主机和目标主机的 IP地址和端口号,还有传输层协议IPv4,IPv6,UDP,ARP,等等,以及应用层协议HTTP,FTP,SSH,IMAP等等。...
分类:其他好文   时间:2014-08-13 01:11:24    阅读次数:496
#获取本机IP地址时排除IPv6类型,只返回IPv4地址的方法
public static string GetLocalIP(){try{string HostName = Dns.GetHostName(); //得到主机名IPHostEntry IpEntry = Dns.GetHostEntry(HostName); for (int i=0; i < ...
分类:其他好文   时间:2014-08-07 02:57:29    阅读次数:257
centos6.5 (linux) 禁用模块 IPV6模块的方法
装完centos后,默认开启了一些模块,但是有些模块并不是我们必须的。比如目前尚未在中国普及的IPV6 如何关闭IPV6呢 下面介绍的方法,也可以在关闭其他模块的时候使用 第一步: 查找模块名称 使用命令:lsmod 查看系统启动的模块,找出我们需要的 IPV6相关的2个模块分别是net-pf-10 ipv6 第二步: 编辑/etc/modprobe.d/dist....
分类:系统相关   时间:2014-08-05 19:30:50    阅读次数:236
Disable Linux IPv6 Networking
On most of the Linux distribution IPv6 is enabled by default, which may cause your internet is workding slow, so If your network do not supportor do not setup IPv6 network, you should better to dis...
分类:Web程序   时间:2014-08-05 11:40:29    阅读次数:348
DNS解析
同步API,会阻塞: getaddrinfo: IPV4 and IPV6, linux依赖, windows依赖 gethostbyname: only IPV4 异步: libevent getaddrinfo_a, 会执行注册的callback函数, c-ares库,另...
分类:其他好文   时间:2014-08-05 10:57:59    阅读次数:321
Hadoop 2.4.1 设置问题小结
先丢点问题小结到这里,免得忘记,有空再弄个详细教程完,网上的教程要不就是旧版的,要不就是没说到点子上,唉。1.服务器禁用ipV6配置.2.找不到winutils.exe,系统变量设置了HADOOP_HOME也不行,程序中直接设定环境变量,还能省去系统配置,更方便。System.setProperty...
分类:其他好文   时间:2014-07-31 20:38:17    阅读次数:218
CodeForces 250B Restoring IPv6 解题报告
Description An IPv6-address is a 128-bit number. For convenience, this number is recorded in blocks of 16 bits in hexadecimal record, the blocks ar...
分类:其他好文   时间:2014-07-29 12:15:46    阅读次数:289
IPv6_1_1_IPv6 Specification semantics
1: semantics 语义一:Introduction 1. Changes form IPv6 to IPv6. 1) Expanded Addressing Capabilities 32 bits to 128 bits to support a) more l...
分类:其他好文   时间:2014-07-28 14:56:23    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!