I have a problem with my following Network Configuration.
Router (Archer C1200 v1.0): 192.168.1.1 (DHCP *.10 - *.99)
Software: Original FW 1.1.3 Build 20180124 rel.52299 (EU)
AP TP-LINK (TL-WA901N/ND v3): 192.168.1.2 (DHCP *.100 - *.199 (not yet configured))
Software: OpenWRT 18.06.1 LuCI
My Problem are the clients behind the AP, i cannot connect from the other network.
But all Clients behind the AP have I-Net Connection.
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdab:4283:a480::/48'
config interface 'lan'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ipaddr '192.168.1.2'
option ifname 'eth0'
config interface 'wwan'
option proto 'dhcp'
config interface 'repeater_bridge'
option proto 'relay'
list network 'lan'
list network 'wwan'
Maybe my firewall misconfigured?