找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 769|回复: 1

关于小米路由器ax3600无线桥接无法获取ipv6地址的解决方法

[复制链接]

60

主题

347

回帖

1558

积分

个人商家

积分
1558
发表于 2024-7-14 14:35:49 | 显示全部楼层 |阅读模式
本帖最后由 183130227 于 2024-7-14 14:39 编辑

这个教程发得比较晚,问题解决了又两年了。应该所有的小米路由都可以用这个方法。

原机原系统,需要获得shell权限(ssh,telnet均可)

页面上配置好无线中继方式上网

  1. cat /etc/config/wireless
复制代码
从/etc/config/wireless 获取 sta接口的ifname 名称,我这里可以看出来是wl12
然后修改/etc/config/network文件
  1. cat /etc/config/network

  2. config interface 'loopback'
  3.         option ifname 'lo'
  4.         option proto 'static'
  5.         option ipaddr '127.0.0.1'
  6.         option netmask '255.0.0.0'

  7. config switch
  8.         option name 'switch0'

  9. config interface 'lan'
  10.         option ifname 'eth2 eth3 eth4'
  11.         option force_link '1'
  12.         option type 'bridge'
  13.         option hostname 'ax3600'
  14.         option macaddr '88:c3:97:c5:f2:6b'
  15.         option mtu '1500'
  16.         option proto 'dhcp'
  17.         option ieee1905managed '1'

  18. config interface 'wl12'
  19.         option ifname 'wl12'
  20.         option keepup '1'

  21. config interface 'eth1'
  22.         option ifname 'eth1'

  23. config interface 'eth2'
  24.         option ifname 'eth2'

  25. config interface 'eth3'
  26.         option ifname 'eth3'

  27. config interface 'eth4'
  28.         option ifname 'eth4'

  29. config interface 'wan'
  30.         option ifname 'eth1'
  31.         option proto 'dhcp'
  32.         option ipv6 '0'
  33.         option auto '0'

  34. config interface 'miot'
  35.         option ifname 'wl13'
  36.         option type 'bridge'
  37.         option proto 'static'
  38.         option ipaddr '192.168.32.1'
  39.         option netmask '255.255.255.0'
复制代码
image.png


总结:

  1. ====添加开始====
  2. config interface 'wl12'
  3.         option ifname 'wl12'
  4.         option keepup '1'
  5. ====添加结束====
  6. config interface 'eth1'
  7.         option ifname 'eth1'
  8.         option keepup '1'  删除这个
复制代码


0

主题

8

回帖

183

积分

注册会员

积分
183
发表于 2024-7-29 00:43:51 | 显示全部楼层
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|垃圾佬点拓扑 ( 蜀ICP备14007565号-4|川公网安备 51172202000143号 )

GMT+8, 2024-11-21 18:16 , Processed in 0.302104 second(s), 23 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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