wlan1:DHCP client - eth: DHCP Server with wlan1 as gateway

I’m trying to setup a 951G 2HnD as:

  1. wlan1:DHCP client
    successfully connected to existing SSID with internet access
    ip network: 192.168.0.0
[admin@MK] /ip dhcp-client> print
Flags: X - disabled, I - invalid 
 #   INTERFACE                                          USE-PEER-DNS ADD-DEFAULT-ROUTE STATUS        ADDRESS           
 0   ;;; DHCP_CLIENT_ETH1 default configuration
     ether1-gateway                                     yes          yes               searching... 
 1   wlan1                                              yes          yes               bound         192.168.0.1/24
  1. eth: DHCP Server with wlan1 as gateway
    clients connected receive the IP but can’t arrive to internet because they’re on another network
    ip network: 192.168.1.0


    How can I allow to DHCP clients of eth 2) interface to use 1) connection as gateway?

For the newbye like me, I’ve solved like this:

(this is optional but make everything more understandable)
I’ve renamed wlan1 as WAN
and bridge-local as LAN


then added a masquerade rule to allow traffic:

[admin@MK] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade out-interface=ether1-gateway log=no log-prefix=“”

1 ;;; aggiunta per WAN to LAN
chain=srcnat action=masquerade log=no log-prefix=“”