当前位置: 首页 >> Tag标签为 'IPv6'

OpenVZ中的VPS支持IPv6?

OpenVZ官方文档建议通过桥接方式来搞定IPv6,虽然也提供给VPS分配IPv6地址的方法,也提到需要通过修改sysctl.conf文件来处理邻居发现和路由发现等协议,但是文档并未提及如何修改sysctl.conf文件,详见:IPv6
Read the rest of this entry »

CentOS下建立IPv6 over IPv4隧道

免费的IPv6隧道可以在he.net上申请,具体可以Google一下。

CentOS下如何设置IPv6 over IPv4隧道呢,系统提供了相应的启动脚本,只需修改相应的配置文件即可。

打开系统的IPv6功能,修改/etc/sysconfig/network文件,增加:

Read the rest of this entry »

CentOS 5.6安装程序的小Bug

由于没有在其他版本下测试过,所以不知道其他版本是否有同样的问题,之前安装的所有系统都是直接启用IPv6的。

Read the rest of this entry »

Nginx+Discuz无法登陆后台解决办法

由于性能问题,将Web server从Apache切换成Nginx,通过修改rewrite规则后,网站工作正常,但是却无法登陆后台,切换成Apache就完全正常。

Read the rest of this entry »

snmpwalk如何通过IPv6获取SNMP信息

其实很简单,只是和IPv4的差距有点大,一下子转不过来。

snmpwalk -v 2c -c public udp6:[2001:da8::1]

IPv4地址耗尽后怎么办

首先,今天是正月初一,借本帖向大家拜年啦,祝大家:新年快乐、兔年好运。

其次,祝贺自己昨天通过http://ipv6.he.net网站的IPv6 Sage认证,由于域名提供商不支持IPv6,所以成为Sage耽搁了几天,有幸成为中国第11个通过IPv6 Sage认证的用户。

Read the rest of this entry »

通过Tunnelbroker.net给网站弄了个IPv6地址

支持IPv6的用户访问本站默认就是用IPv6了,当然如果错误的配置了IPv6地址,也可能会导致无法访问本站。

顺便在he.net上做了个IPv6的认证,晒一下证书:

Read the rest of this entry »

IPv6 NAT-期待了好久

A simple NAT(network address translation) for IPv6 (Linux only). Make sure if you really need it before using it. Functions: 1. IPv6 auto configuration; 2. TCP, UDP and ICMP-Echo port forwarding; 3. static port mapping for TCP and UDP.

http://sourceforge.net/projects/ipv6nat/

RedHat / Centos Disable IPv6 Networking

Our policy and network configuration does not requires IPv6 support in RHEL / CentOS / Fedora Linux. How do I prevent the kernel module from loading at boot time and disable IPv6 networking?

You can easily prevent the kernel module from loading by updating the following two files:

1. /etc/modprobe.conf – Kernel driver configuration file.
2. /etc/sysconfig/network – RHEL / CentOS networking configuration file.

/etc/modprobe.conf

Edit /etc/modprobe.conf, enter:
# vi /etc/modprobe.conf
Append the following line:

install ipv6 /bin/true

Save and close the file.
/etc/sysconfig/network

Edit /etc/sysconfig/network, enter:
# vi /etc/sysconfig/network
Update / add as follows:

NETWORKING_IPV6=no
IPV6INIT=no

Save and close the file. Restart networking service
# service network restart
# rmmod ipv6
Alternatively, simple reboot the box:
# reboot
Verify IPv6 is disabled, enter:
# lsmod | grep ipv6
# /sbin/ifconfig

From: http://www.cyberciti.biz/faq/redhat-centos-disable-ipv6-networking/

免费-大家都喜欢

看看这个流量图,能不高兴?

Read the rest of this entry »