I’m trying to setup a 951G 2HnD as:
- 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
- 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?