码迷,mamicode.com
首页 >  
搜索关键字:ipv6    ( 1546个结果
centos基础设置
一、网络设置 1.IP设置 路径:/etc/sysconfig/network-scripts/ 配置文件如下: 重启网卡 /etc/init.d/network restart service network restart (视频教程说这个命令很LOW,为啥??) ...
分类:其他好文   时间:2016-12-16 01:18:25    阅读次数:161
[LeetCode] Validate IP Address 验证IP地址
In this problem, your job to write a function to check whether a input string is a valid IPv4 address or IPv6 address or neither. IPv4 addresses are c ...
分类:其他好文   时间:2016-12-16 01:03:02    阅读次数:262
frp配置
frps配置 # [common] is integral section [common] # A literal address or host name for IPv6 must be enclosed # in square brackets, as in "[::1]:80", "[ip ...
分类:其他好文   时间:2016-12-14 16:30:51    阅读次数:435
jboss启动时java VM参数设置
jboss服务器中jvm参数的设置: 在$JBOSS_HOME/bin下的run.sh里面存在这么一个设置: Java代码 # Force IPv4 on Linux systems since IPv6 doesn't work correctly with jdk5 and lower if [ ...
分类:编程语言   时间:2016-12-12 13:53:00    阅读次数:262
网络协议IPV6基础知识点集锦
由于互联网的快速发展与普及,原有的IPV4地址已不能满足网络用户的需求,虽然NAT可以缓解IPV4地址的耗尽,但NAT破坏了网络环境的开放、透明以及端到端的特性,因此IPV6地址协议应运而生。IPV6协议使用128位地址替代32位的IPV4地址,这样大约可以产生340万亿亿亿亿(3.4*1038)个... ...
分类:其他好文   时间:2016-12-11 08:18:56    阅读次数:251
简述sysctl和利用sysctl禁用ipv6模块
目前在大部分的实际生产环境中ipv6并没有被大规模使用,所以在很多的服务器上ipv6的模块的开启往往会带来很多安全隐患和麻烦,那么我们就需要禁用掉ipv6的模块,以前只是利用ip6tables来关闭ipv6的进出策略(可参看http://jim123.blog.51cto.com/4763600/1844094),但是在内核..
分类:其他好文   时间:2016-12-10 23:08:47    阅读次数:199
013 IPv6
Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#ipv6 ? access-list Configure access lists dhcp C... ...
分类:其他好文   时间:2016-12-09 19:22:06    阅读次数:197
linux查看与设置主机名
1、设置主机名 通过编辑/etc/sysconfig/network文件中的HOSTNAME字段就可以修改主机名。如下所示: [root@zijuan /]# vim /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=yes HOSTNAME ...
分类:系统相关   时间:2016-12-08 20:48:04    阅读次数:238
nginx tomcat 开启gzip
从新编译nginx./configure--prefix=/usr/local/nginx--with-http_stub_status_module--without-http-cache--with-http_ssl_module--with-http_realip_module--with-ipv6--with-http_gzip_static_module--with-http_gunzip_module注--with-http_gzip_static_module--with-http_g..
分类:其他好文   时间:2016-12-07 14:33:22    阅读次数:141
Solaris 10 disable ipv6
亲测有效:) http://thegeekdiary.com/how-to-remove-ipv6-in-solaris-11/ ...
分类:其他好文   时间:2016-12-07 14:13:14    阅读次数:174
1546条   上一页 1 ... 95 96 97 98 99 ... 155 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!