当前位置:网站首页>OpenWRT setup ipv6 network
OpenWRT setup ipv6 network
2022-08-03 02:33:00 【Outbreak of mime】
Note: This article takes the scenario of optical modem dialing as an example. The soft routing is on the second layer and is responsible for DHCP to obtain the upper-layer network
Network Interface Settings Page Overview
wan settings
Note: If it is a light cat dial-up, it needs to be set to static address mode access, otherwise the ipv6 advanced settings will not be displayed
Basic settings
Advanced Settings
Physical Settings
Firewall Settings
DHCP server settings, at the bottom of the page
wan6 settings
Basic settings
Advanced Settings
Physical Settings
Firewall Settings
DHCP/DNS settings page, uncheck the tick that prohibits ipv6 DNS resolution
Finally, you need to ssh to the machine, vi /etc/config/dhcp
, add a line of command in the position shown in the figure
option master '1'
Just restart, when the blogger connects to the network in the network environment, it will delayIt takes about 3 minutes to get the address of ipv6, and you can get the address after less waiting
You can visit the ipv6 website for testing. The address is as follows. If it can be parsed normally, the setting is completed. You can also go to the ipv6 test website for testing. The results are for reference only
https://mirrors6.tuna.tsinghua.edu.cn/
边栏推荐
- dataBinding的import导入
- 增删改查这么多年,最后栽在MySQL的架构设计上!
- 吴恩达深度学习deeplearning.ai——第一门课:神经网络与深度学习——第一节:深度学习概论
- Vite教程 安装
- SAP ABAP Gateway Client 里 OData 测试的 PUT, PATCH, MERGE 请求有什么区别
- Oracle 暴跌,倒下了!
- 麒麟信安邀您抢先看 | openEuler 志高远,开源汇智创未来-开放原子全球开源峰会欧拉分论坛最详细议程出炉
- 【QT】自定义工程封装成DLL并如何调用(带ui界面的)
- Qt在选择MSVC 编译器的时候,无法识别出M_PI的问题处理
- 【遥控器开发基础教程5】疯壳·开源编队无人机-SPI(2.4G 双机通信)
猜你喜欢
随机推荐
php提示Array to string conversion
全栈---Proxy
基于rt-thread studio的STM32裸机开发——LED
线上交流丨稀疏神经网络:实践和理论(青源Talk第23期 汪张扬)
浅谈敏捷开发
Heartwarming AI Review (1)
如何快速对接淘宝开放平台API接口(淘宝店铺订单明文接口,淘宝店铺商品上传接口,淘宝店铺订单交易接口)
【mysql知识点整理】--- order by 、group by 出现Using filesort原因详解
v-if、v-else、v-elseif v-show v-for
升级版的冒泡排序:鸡尾酒排序(快乐小时排序)
30岁测试开发年薪不足80万,还要被面试官diss混得太差?
Latex-查看预收录在arXiv.org上论文的TeX源文件
聊聊 Nacos
从一文中了解SSRF的各种绕过姿势及攻击思路
flutter空安全问题,平时用到的数据一定要注意
php一维数组合并
7-Redis工具类
Last Common Ancestor (LCA) Study Notes | P3379 【Template】Least Common Ancestor (LCA) Problem Solution
淘宝商品销量接口/淘宝商品销量监控接口/商品累计销量接口代码对接分享
Qt在选择MSVC 编译器的时候,无法识别出M_PI的问题处理