Hello
this is the network I have ,and I have mange to make it work except the last part - WiFi
for some reason I can’t go “outside” from the WiFi connection
I can see I’m getting an IP address but this is all
what am I missing ?
from computer 10.0.0.34 I can go to 10.0.0.250\150 ,
and also go to the internet
my problem is in the WiFi 172.16.60.0/24
Thanks ,

Use trace route from a device attached to WiFi and check what settings are obtained (e.g. default gateway) and what happens on a trace route to an external host such as 8.8.8.8 . The problem is probably routing or NAT related or could be related to the wireless bridge not being able to truly bridge. Try uploading configs.
this is the route from 10.0.0.254
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 bridge1 1
1 ADC 10.0.0.0/24 10.0.0.154 bridge1 0
2 ADC 192.168.20.0/24 192.168.20.254 wlan2 -2.4GHz 0
and in 10.0.0.253
Ii have a route 0.0.0.0/0 10.0.0.138 (this is the router that connect to the internet)
thank ,
do you need something else?
Try to use trace route on a client attached to the WiFi AP and see where the routing is going wrong.
do you have this?
/ip firewall nat
add action=masquerade chain=srcnat disabled=no src-address=172.16.60.0/24
If not, you need it…
Something in the hotspot configuration was wrong…
but I remove all configuration ans start over and now it’s work
Thank ,