坐标南方移动 今日参考以下三个帖子
为 ERL-3 配置了 DHCPv6-PD 并且指定了 2001:4860:4860::8888
, 2001:4860:4860::8844
为 DNS 服务器。目前路由本身已经建立了 IPv6 连接,并能成功 ping 通上述 DNS 地址。eth2
接口获取到了一个 /60
的 IPv6 地址,pppoe1
接口获取到了一个 /64
地址,但是 位于内网的网络设备却无法获取 IPv6 地址。
网络架构:
eth0(WAN1)
eth1(连接光猫)
eth2(LAN)
pppoe1(WAN2)
对于 WAN1(eth0)
和 WAN2(pppoe1)
启用了负载均衡(叠加)。
以下是接口配置:
ubnt@ubnt# show interfaces
ethernet eth0 {
address dhcp
description WAN
duplex auto
firewall {
in {
name WAN_IN
}
local {
name WAN_LOCAL
}
out {
name WAN_OUT
}
}
speed auto
}
ethernet eth1 {
description "WAN 2"
duplex auto
pppoe 1 {
default-route auto
dhcpv6-pd {
no-dns
pd 0 {
interface eth2 {
host-address ::1
service slaac
}
prefix-length /64
}
}
firewall {
in {
name WAN_IN
}
local {
name WAN_LOCAL
}
out {
name WAN_OUT
}
}
ipv6 {
address {
autoconf
}
enable {
}
}
mtu 1492
name-server auto
password [password]
user-id [user-id]
}
speed auto
}
ethernet eth2 {
address [*.*.*.*]/24
description Local
duplex auto
firewall {
in {
modify balance
}
}
ipv6 {
address {
autoconf
}
router-advert {
cur-hop-limit 64
link-mtu 0
managed-flag false
max-interval 600
name-server 2001:4860:4860::8888
name-server 2001:4860:4860::8844
other-config-flag false
prefix ::/64 {
autonomous-flag true
on-link-flag true
valid-lifetime 86400
}
reachable-time 0
retrans-timer 0
send-advert true
}
}
speed auto
}
loopback lo {
}
以下是路由配置:
ubnt@ubnt# show protocols
static {
interface-route6 ::/0 {
next-hop-interface pppoe1 {
}
}
}
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.