Zxyel WSM20 (OpenWrt; V. 23.05.3) --> this acts as dumb AP ( 192.168.0.1)
Now there is no option so far on my TP-Link router to enable LAN bridging mode. Both routers are obviously on the same subnet and whenever I try to set a static IP for the OpenWrt router on a different subnet, I get error messages. I am not sure if it would be easier to just flash OpenWrt on my TP-Link router aswell?
As far as I know it gets you worse results while using SQM cake(autorate).
@frollic sorry yes I mean the MR200, and I just saw that a snapshot version of the V5 exists. Therefore I guess the most easy way would be to flash it in regarding of double NAT settings?
It is probably possible to SQM without the WAN, I tried it already before and besides people trying to help me also here on the forum, it was of no success, probably also due to my poor knowledge of OpenWrt and linux. Therefore I believe that it is much easier to just get rid of the double NAT.
I already setup sqm with cake-autorate on the wan-port and it is working fairly good. I think it can be optimized by getting rid of the double NAT. If I understand you correctly you think I should switch to a LAN-bridge and use the WSM20 as a dumb ap? I don't really know but I thought if would be easier for me just to get rid of the double NAT now.
Ok, so you mean I should connect both routers by a wireless bridge? I am not sure if I want to use my WSM20 as dumb ap, I rather use it as my main router, hosting wifi networks from this router and just getting the internet connection from my MR200 router.
No, the WSM router just bridges LAN and WIFI and has IP address in casual DHCP network provided by fritzos. Can be client, or static, you hhave to deactivate openwrt's DHCP server.
If you really want to have the WSM20 on its own subnet so connected with the wan to the tp-link it is possible to disable NAT if and only if you can set a static route on the tp-link.
Suppose you set the WSM20 on subnet 192.168.1.1/24 and its WAN ip is set to 192.168.0.2 (subnet of tp-link is 192.168.0.0/24), then on the tp-link you have to add a static route e.g.: ip route add 192.168.1.0/24 via 192.168.0.2
Then you can disable MASQUEREADING (~SNAT) on the WAN zone