Adguard container in AX3

Hello all my friends.
I have a ax3 router with default configuration and default firewall.
I setup adguard in a container from networkberg guide in youtube.
I can login to adguard page with the ip i have setup plus :3000 port.
i setup adguard and works perfectly, i change also the dns servers in ax3 and all good.
well when i try to login after that to adguard page says conection refused, check firewall setings.
i havent create any rule in firewall but i tried also to create forward and input also rule to accept containers ip but nothing happens same
problem. i have disable from services 80 port and 443 for security reasons but also if i enabled again i cant login to adguard page.
I have created nat rule also nothing.
the wierd is that the first time after setup my container, i can login after that no.
Any suggestions?

Well without your configuration shown here there is no one that will give you advice. I’m running adguard on ax3 at my parents house and on RB5009 at my house and don’t have any problems.

One question, did you add veth interface created for container to the bridge and LAN interface list ?

oh!! i fixed my friend just need to add a nat rule like
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=192.168.88.1 dst-port=80 protocol=tcp to-addresses=>>*> to-ports=80

and i can login to adguard through router ip.
i read the documentation.

thanks!!!