buyvm 添加ipv6

admin
2021-01-19 / 0 评论 / 298 阅读 / 正在检测是否收录...

前期工作看这里:http://blog.firetry.com/html/961.html

这里说说怎么在debian 系统下添加多ipv6

iface eth0 inet6 static
address 2605:6400:20:163f:a9f8:39ba:549d:165a
netmask 48
gateway 2605:6400:20::1
auto eth0:1
iface eth0:1 inet6 static
address 2605:6400:20:163f:6698:babf:58f6:9663
netmask 48
gateway 2605:6400:20::1
auto eth0:2
iface eth0:2 inet6 static
address 2605:6400:20:163f:be32:eb85:ed1b:312d
netmask 48
gateway 2605:6400:20::1
auto eth0:3
iface eth0:3 inet6 static
address 2605:6400:20:163f:2111:3fb2:f622:b716
netmask 48
gateway 2605:6400:20::1
auto eth0:4
iface eth0:4 inet6 static
address 2605:6400:20:163f:b7a7:594b:e533:87d6
netmask 48
gateway 2605:6400:20::1
auto eth0:5
iface eth0:5 inet6 static
address 2605:6400:20:163f:c721:b921:925e:152d
netmask 48
gateway 2605:6400:20::1

代码说话,看明白了么
以上信息,在这里看、
请输入图片描述

0

评论 (0)

取消