设为首页收藏本站

ZMX - IT技术交流论坛 - 无限Perfect,追求梦想 - itzmx.com

 找回密码
 注册论坛

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

用百度帐号登录

只需两步,快速登录

搜索
查看: 2381|回复: 2

Configuring IPv6 on your VPS 在服务器上部署IPV6网络设置

[复制链接]
 成长值: 258

签到天数: 4711 天

[LV.Master]伴坛终老

发表于 2015/1/11 22:16 | 显示全部楼层 |阅读模式 | Google Chrome 40.0.2209.0| Windows 8.1
天涯海角搜一下: 百度 谷歌 360 搜狗 有道 雅虎 必应 即刻
所有这些例子IPv6子网 2001:DB8:1000::/64. 你需要分配子网更新它们.

我们将使用 2001:DB8:1000::100 为主体的IP地址分配。我们也将使用 2001:19f0:4009:2001::1234 为我们配置二级IP地址。添加辅助IP是没有必要的,但显示你使用,如果你想有更多的IPv6地址。

Windows:
netsh interface ipv6 set global randomizeidentifiers=disabled
netsh interface ipv6 add address interface="Local Area Connection" address="2001:DB8:1000::100/64"
netsh interface ipv6 add address interface="Local Area Connection" address="2001:19f0:4009:2001::1234/64"



CentOS:
In /etc/sysconfig/network-scripts/ifcfg-eth0 add the following lines:
IPV6INIT="yes"
IPV6ADDR="2001:DB8:1000::100/64"
IPV6_AUTOCONF="no"
IPV6ADDR_SECONDARIES="2001:19f0:4009:2001::1234/64"



Debian/Ubuntu:
In /etc/network/interfaces add the following lines:
iface eth0 inet6 static
  address 2001:DB8:1000::100
  netmask 64
  up /sbin/ip -6 addr add dev eth0 2001:19f0:4009:2001::1234



FreeBSD:
In /etc/rc.conf add the following lines:
rtsold_enable="YES"
ipv6_activate_all_interfaces="YES"
rtsold_flags="-aF"
ifconfig_vtnet0_ipv6="inet6 2001:DB8:1000::100 prefixlen 64"
ifconfig_vtnet0_alias0="inet6 2001:19f0:4009:2001::1234 prefixlen 64"


devicenull [VULTR.com]  September 2014
One very important note for any Linux based system:

If you have IP forwarding enabled (if you're using your server as a VPN or similar), you'll need to add the following to /etc/sysctl.conf:

net.ipv6.conf.all.accept_ra=2
net.ipv6.conf.eth0.accept_ra=2



The default settings here (which is 1), prevents IPv6 from working properly when IP forwarding is enabled. You can check if IP forwarding is enabled by running 'sysctl sysctl net.ipv4.ip_forward'


欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复

使用道具 举报

比小新还帅 该用户已被删除
发表于 2015/1/11 22:16 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复 支持 反对

使用道具 举报

沉醉在眼中 该用户已被删除
发表于 2015/1/11 22:16 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册论坛 新浪微博账号登陆用百度帐号登录

本版积分规则

手机版|Archiver|Mail me|网站地图|IT技术交流论坛 ( 闽ICP备13013206号-7 )

GMT+8, 2024/11/27 10:20 , Processed in 0.117852 second(s), 23 queries , MemCache On.

Powered by itzmx! X3.4

© 2011- sakura

快速回复 返回顶部 返回列表