OpenWRT WiFi Bridging when WDS does NOT work: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
And yes there are duplicate IP Addresses, and that's not a typo for all those duplicate IPs on all those interfaces shown below in /etc/config/network. It was the best way to make it work without the confusion of all the other examples out there with multiple IPs. OpenWRT doesn't have an issue with it, plus as noted, there's only one MAC Address on the device, so it really doesn't matter. | And yes there are duplicate IP Addresses, and that's not a typo for all those duplicate IPs on all those interfaces shown below in /etc/config/network. It was the best way to make it work without the confusion of all the other examples out there with multiple IPs. OpenWRT doesn't have an issue with it, plus as noted, there's only one MAC Address on the device, so it really doesn't matter. | ||
OpenWRT 25.10.5 was used in early 2026. | OpenWRT 25.10.5 was used in early 2026, along with RelayD (no config needed) and Watchcat, along with the LuCI GUI packages for everything. | ||
/etc/config/network<syntaxhighlight lang="text"> | /etc/config/network<syntaxhighlight lang="text"> | ||
| Line 61: | Line 61: | ||
option encryption 'psk-mixed' | option encryption 'psk-mixed' | ||
option key 'WhatEverPassword' | option key 'WhatEverPassword' | ||
option network 'LAN_Bridge' | |||
| Line 83: | Line 83: | ||
list network 'RelayD_Bridge' | list network 'RelayD_Bridge' | ||
</syntaxhighlight> | </syntaxhighlight>/etc/config/watchcat | ||