条件

condition

wan 和 wan6 是默认配置

    Wan and wan6 are the default configurations

同时wan6可以获取到原生IPv6

    At the same time wan6 can get native IPv6

ssh链接之后,进行备份配置文件后,并进行修改

After the ssh link, after backing up the configuration file, and modifying it

root@cby:~# vim /etc/config/dhcp
root@cby:~# cat /etc/config/dhcp config dnsmasq
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
option noresolv '0'
list server '127.0.0.1#5333' config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option ra_slaac '1'
list ra_flags 'managed-config'
list ra_flags 'other-config'
option ra 'relay'
option dhcpv6 'relay'
option ndp 'relay' config dhcp 'wan'
option interface 'wan'
option ignore '1'
option ra 'relay'
option dhcpv6 'relay'
option ndp 'relay'
option master '1' config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4' config srvhost
option srv '_vlmcs._tcp'
option target 'cby'
option port '1688'
option class '0'
option weight '100'

配置文件修改为以上配置即可,注意wan口的配置。若有wan6接口的配置,将以下配置添加到wan6。若没有即配置到wan口即可。

The configuration file can be modified to the above configuration, pay attention to the configuration of the wan port. If there is a wan6 interface configuration, add the following configuration to wan6. If not, configure it to the wan port.

        option ra 'relay'
option dhcpv6 'relay'
option ndp 'relay'
        option master '1'

最后进行IPV6测速

Finally, IPV6 speed test

最新文章

  1. 使用scvmm 2012的动态优化管理群集资源
  2. PyChram中同目录下import引包报错的解决办法?
  3. selmodel
  4. Couchbase介绍,更好的Cache系统
  5. shell执行mysql操作
  6. java mock
  7. Windows10+IIS7.5上如何配置PHP站点
  8. visual studio 2013 快捷键大全、VS2013常用快捷键
  9. bzoj 1835 [ZJOI2010]base 基站选址(DP+线段树)
  10. andengine游戏引擎总结进阶篇2
  11. 纪中集训 Day 3
  12. Alertmanager 集群
  13. Linux学习历程——Centos 7 grep命令
  14. Idea使用maven搭建SpringMVC框架
  15. js写滚动的文字
  16. CSS 组合选择器
  17. c++ vector的内存释放
  18. 分散的配置文件VS集中的注册表
  19. 初次安装git配置用户名和邮箱
  20. Oracle问题小结

热门文章

  1. https://计算机等级分类总结
  2. Java中double保留2位小数(精度丢失)的两种方式
  3. Hadoop高可用集群存在的一些共性问题
  4. C#-读取写入Excel
  5. CSS 语法-习惯代码书写风格
  6. vscode工程目录文件及文件夹摘选
  7. gensim
  8. python求列表中n个最大或最小的值
  9. 什么是互联网控制消息协议ICMP 以及如何作为网络分析利器
  10. decay_rate, decay_steps ,batchsize,iteration,epoch