My setup:
- Public Wifi HotSpot which i can successfuly connect to with my Laptop.
- 2x TP-Link TL-WR841N/ND v11 / OpenWrt Chaos Calmer 15.05.1 r49208 / LuCI for-15.05 branch (git-16.090.31416-605d1f1)
What i want to achive:
[Hotspot] --(WLAN)--> [TP-Link1] --(WLAN)--> [TP-Link2] --(Ethernet)--> PC with DHCP IP from [TP-Link1] and Internet from [Hotspot]
TP-Link1 is sucessfuly connect to Hotspot. I've created an WLAN Accesspoint(WDS) named OpenWRT in the network "LAN"
The gateway of Interface LAN(br-lan) was set to Hotspot IP and is a bridge between eth0 and OpenWRT.
With this setup I receive an IP from TP-Link1 and Internet is workin via Ethernet and Wifi.
Now i'm trying to connect TP-Link2 to TP-Link1. I tried the recipe for an Dump Accesspoint but it's not working for me.
For the LAN interface on TP-Link2 i set Static IP to 192.168.1.2
I connected via Wifi to TP-Link1 in Client(WDS) mode. Created another WLAN Accesspoint named OpenWRT2 and bridged the interface LAN(br-lan) the same way as for TP-Link1.
And that's the point where I'm stuck now. My PC got an IP from TP-Link2 but i've no Internet and i cannot reach TP-Link1
If i enable Masquerading in Firewall settings for zone LAN on TP-Link2 i've Internet but cannot reach TP-Link1 webinterface.
Configs are here: pastebin.com/x5p9hVEE
I hope you can help me. Many thanks in advance.