Wifi Client and Bridge

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?

firewall

Can you clarify what you mean by this?

From your config, you have a wireless WAN. Has it successfully connected?

Please be advised that if this is the IP range of both LANs (i.e. 192.168.1.0/24), one will need to be renumbered, or you won't get routing to the Internet!

my AP has a established WiFi Client Connect to my I-Net Router and my AP is online
There is only one 1 Ethernet Port on the AP, this is connect to a switch for the clients.

interfaces

network_sketch

Again, renumber your network.

Ok no Problem.

I configure my wifi Client ap to the Network 192.168.2.1

But i Need a Connection from 192.168.1.11 to 192.168.2.100

2 Options:

  • Disable masquerade on the TP-Link and place a route on the Archer for 192.168.2.0/24 via 192.168.1.2
  • Make port forwards to 192.168.2.100, you will address the server using 192.168.1.2 (e.g. if you opened HTTP, you would browse to http://192.168.1.2)