Guest network can't see my public domain

I'm solving a problem. I created a Guest network as per https://openwrt.org/docs/guide-user/network/wifi/guestwifi/guest-wlan

Everything works, but the problem is that on my main LAN network the server is running on a public IP on the public domain www.example.cz. Which is accessible for example via my mobile data. But not through my newly created Guest network why?

See Disable NAT loopback for guest network

Thanks, but I still don't know how to solve it.

Can anyone help me more?

We'd need to see your configuration -- it's likely a firewall issue, but we cannot know without more info.

Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
config redirect 'guest_https'
	option src 'guest'
	option dest 'lan'
	option proto 'tcp'
	option target 'DNAT'
	option name 'Redirect-HTTPS-Guest-443'
	option src_dport '80-443'
	option dest_ip '192.168.***.***'
	option src_dip '78.***.***.***'
	option reflection_src 'external'

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.