Loading

新路由3 openwrt ipv6设置

  1. 固件参考:
    https://www.right.com.cn/forum/thread-8236011-1-1.html
  2. 参数设置:
  • 网络->接口->LAN->IPv6设置
    路由通告服务、DHCPv6服务、NDP代理全设置为中继模式
  • 固件的ipv6设置部分可能有一些bug,在luci中修改修改wan6的路由通告服务、DHCPv6服务、NDP代理设置并不会在/etc/config/dhcp生效,所以需要进入shell改
    进入路由器shell,修改/etc/config/dhcp
    添加wan6设置
config dhcp 'wan6'                    
        option interface 'wan'        
        option ra 'relay'             
        option ndp 'relay'            
        option dhcpv6 'relay'         
        option master '1'   
  • 重启dnsmasq
    /etc/init.d/dnsmasq restart
posted @ 2022-07-10 19:39  InspirationPlace  阅读(1324)  评论(0)    收藏  举报