I've set up an TL-WR1043nd V1 to hook up on my Providers Open Public Wifi..
With some Problems at the Beginning, Internet Connections now works fine via LAN..
But when trying to create my Own SSID im encoutering problems..
The Public Wifi connection is setup as Client, my OWN SSID as AP shows up as Master and is hooked up to the PublicWifi
on Windows the connection only gets an IPv6 - even if IPv6 is disabled. But whehther i can reach the Routers Interface nor i can Connect to Internet.. My Android Phone doesn't even get an IP..
Now the Wifi SSID shows up only when I'm connected to the Public Wifi, but normally it should show up permanently?
What i'm doing wrong? Seems to be a DHCP-Problem? I've spent some hours yesterday but didn't got the clue...
Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have
ubus call system board; \
uci export network; uci export wireless; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ip -6 addr ; ip -6 ro li tab all ; ip -6 ru; \
ls -l /etc/resolv.* /tmp/resolv.*; head -n -0 /etc/resolv.* /tmp/resolv.*