全球主机交流论坛
标题:
有偿,买的ipv6段应该怎么绑定到vultr
[打印本页]
作者:
Guizi
时间:
2019-5-10 19:35
标题:
有偿,买的ipv6段应该怎么绑定到vultr
已经绑定了vultr的BGP,但是设置不成功
求解决办法,可付费设置,谢谢。
作者:
aming
时间:
2019-5-10 19:38
应该大同小异,你看下这篇文章 https://www.vpshost.cc/guide/add-multiple-ips/
作者:
shiro
时间:
2019-5-10 19:41
本帖最后由 shiro 于 2019-5-10 19:47 编辑
我的配置
cat /etc/bird/bird6.conf
router id 我机器的ipv4;
log "/var/log/bird6.log" all;
protocol bgp vultr {
local as ASN号码;
source address 我机器的IPV6;
import none;
export all;
graceful restart on;
multihop 2;
nei**or 2001:19f0:ffff::1 as 64515; #VU的
password "密码";
}
protocol static {
import all;
route 我的V6 via VU给的我机器的IPV6;
}
protocol device {
scan time 5;
}
protocol kernel {
metric 64; # Use explicit kernel route metric to avoid collisions # with non-BIRD routes in the kernel routing table
import all;
export all; # Actually insert routes into the kernel routing table
}
复制代码
作者:
ChinaDNS
时间:
2019-5-10 19:47
https://blog.ni-co.moe/public/560.html
作者:
yangxiaozhi
时间:
2019-5-10 19:54
提示:
作者被禁止或删除 内容自动屏蔽
欢迎光临 全球主机交流论坛 (https://mjj.022333.xyz/)
Powered by Discuz! X3.4