全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 667|回复: 1

[Windows VPS] 外网怎么访问proxmoxVE开的IPV6小鸡?

[复制链接]
发表于 2018-10-14 10:06:32 | 显示全部楼层 |阅读模式
online的机器  按照网上的教程

已经配置好了母鸡和小鸡的IPV6网络

小鸡可以PING通IPV6.GOOGLE.COM

但是怎么从外网访问IPV6的小鸡?

按理说IPV6没有内网

也不用什么NAT转发

直接小鸡的IPV6地址就可以访问

但是母鸡的IPV6就能连,小鸡的地址就是母鸡地址+1 就是连不上

auto lo
iface lo inet loopback
allow-hotplug eno1
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
        address  123.456.789.10
        netmask  255.255.255.255
        gateway  123.456.789.1
        bridge-ports eno1
        bridge-stp off

iface vmbr0 inet6 static
        address  2001:xxx:xxx:xxx::1
        netmask  64
        accept_ra 2
        pre-up dhclient -cf /etc/dhcp/dhclient6.conf -pf /run/dhclient6.vmbr0.pid -v -nw -6 -P vmbr0
        pre-down dhclient -x -pf /run/dhclient6.vmbr0.pid

net.ipv6.conf.all.forwarding=1
net.ipv6.conf.all.accept_ra = 2
net.ipv6.conf.all.accept_ra_defrtr = 1
net.ipv6.conf.all.accept_ra_from_local = 0
net.ipv6.conf.all.accept_ra_min_hop_limit = 1
net.ipv6.conf.all.accept_ra_mtu = 1
net.ipv6.conf.all.accept_ra_pinfo = 1
net.ipv6.conf.all.accept_ra_rt_info_max_plen = 0
net.ipv6.conf.all.accept_ra_rtr_pref = 1
net.ipv6.bindv6only = 1


有大佬帮忙看下怎么解决?



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

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2026-3-7 18:06 , Processed in 0.055790 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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