Yes, I see the IP of the gateway.
What's next?
Execute the following command in the terminal, which will add the rule to forward all incoming connections from the Internet to your Plejd device. Note that the last parameter's value should be the IP of the gateway, so fix it accordingly.
Code:
/ip firewall nat add chain=dstnat action=dst-nat comment=Plejd in-interface-list=WAN to-addresses=192.168.88.xxx
To remove that rule use:
Code:
/ip firewall nat remove [find comment=Plejd]
DHCP server is already enabled for your LAN network.Edit: Read somewhere that DHCP needs to be activated. Might that be something?
Statistics: Posted by mszru — Wed Jan 31, 2024 11:30 pm