现在的情况是 1 楼有一个光猫的 WIFI 发射信号 2 楼没有网线路由器刷了 OP 使用了无线中继但是 ip 不在一个网段每次上楼都会断网 30 秒才切换新的 ip 我在想有没有什么办法支持 MESH 光猫路 由器 KVR 协议求助大佬们怎么样才能做到无缝切换不断网呀
1
Earsum 97 天前
找个有 easymesh 插件的固件吧
|
3
yyzh 97 天前 via Android
openwrt 要支持 kvr 那固件就得刷其他大神做的带闭源驱动的固件
|
4
haohaoyyds OP @yyzh 现在路由器有 KV 协议光猫也有但是无线桥接光猫不在一个网段不知道怎么解决
|
5
haohaoyyds OP @Earsum 现在能中继有网络就是不在一个网段
|
6
dhuzbb 97 天前
不建议用 openwrt 的无线。直接 300 不到买 1 个红米 AX6000 ,设置成 AP 模式(中继模式),一层楼放一个,组有线 mash (不建议无线中继)。在发热、稳定性、信号强度、性价比方面找不到对手。
|
7
duerter 96 天前 via iPhone
也可以共网段,用 relay 来把 wlan 软桥到 lan 即可,就是 lan 下的设备访问不了 lan 本身,要通过非本 lan 下的管理,其他无碍
|
8
haohaoyyds OP @duerter 试了一下好像是假网段切换会断开 wifi 重连
|
9
datocp 95 天前
https://github.com/kstenerud/openwrt-relayd-wireless-bridge
Relayd Wireless Bridge in OpenWRT Sets up a wireless bridge in OpenWRT using relayd. Steps: Collect Info Router WIFI SSID & password Router IP address, subnet mask: Example 192.168.100.1 / 255.255.255.0 Choose an IP address in the router's subnet for the bridge: Example 192.168.100.4 Choose an IP address in a different subnet for the bridge lan (used to configure the bridge itself): Example 192.168.8.1 Set Bridge LAN IP Address Menu -> Network -> Interfaces LAN -> Click Edit IPv4 address: Example 192.168.8.1 DHCP Server -> General Setup -> Ignore Interface [X] Click Save & Apply Configure client PC to manually use 192.168.8.x address on ethernet and reconnect Connect Bridge to Router WLAN Menu -> Network -> Wireless Click Scan Click Join Network WPA passphrase: your wifi password Click Submit Click Save & Apply Test Connection to Internet Menu -> Network -> Diagnostics Click Ping Install Relayd Menu -> System -> Software Click Update lists Filter: relay, Click Find Package Look for luci-proto-relay and relayd Check in installed packages - see if they're already installed. Check in available packages - click Install Add Bridge Interface Menu -> Network -> Interfaces Click Add new interface... Name of the new interface: stabridge Protocol of the new interface: Relay bridge Click Submit Relay between networks: lan: and wwan: Local IPv4 Address: Example 192.168.100.1 Click 'Save and Apply' Update LAN Interface Menu -> Network -> Interfaces LAN -> Click Edit IPv4 Gateway: Example 192.168.100.1 Custom DNS: Example 192.168.100.1 DHCP: Ignore Interface [X] Add Firewall Zone Menu -> Network -> Firewall Zones: Click Add Name: bridgezone Forward: accept Covered networks: lan: and wwan: Click 'Save and Apply' Reboot bridge, change PC ethernet port back to automatic (DHCP) |