查看: 26|回复: 3

有偿,买的ipv6段应该怎么绑定到vultr

[复制链接]

3

主题

7

回帖

33

积分

新手上路

积分
33
发表于 2019-5-10 19:35:59 | 显示全部楼层 |阅读模式
已经绑定了vultr的BGP,但是设置不成功

求解决办法,可付费设置,谢谢。
回复

使用道具 举报

345

主题

2557

回帖

6235

积分

论坛元老

积分
6235
发表于 2019-5-10 19:38:59 | 显示全部楼层
应该大同小异,你看下这篇文章 https://www.vpshost.cc/guide/add-multiple-ips/
回复

使用道具 举报

17

主题

894

回帖

1963

积分

金牌会员

积分
1963
发表于 2019-5-10 19:41:42 | 显示全部楼层
本帖最后由 shiro 于 2019-5-10 19:47 编辑

我的配置

[ol]
  • 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
  • }[/ol]复制代码
  • 回复

    使用道具 举报

    7

    主题

    1021

    回帖

    2193

    积分

    金牌会员

    积分
    2193
    发表于 2019-5-10 19:47:57 | 显示全部楼层
    https://blog.ni-co.moe/public/560.html
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    关注公众号

    相关侵权、举报、投诉及建议等,请发 E-mail:admin@discuz.vip

    Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

    在本版发帖
    关注公众号
    返回顶部