Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15172

Beginner Basics • Re: Router blocks communication

$
0
0
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
If that fixes the connectivity with the cloud, we will then need to check all forwarded connections and make the rule above more specific. If not... I've run out of ideas :)

To remove that rule use:
Code:
/ip firewall nat remove [find comment=Plejd]  

Edit: Read somewhere that DHCP needs to be activated. Might that be something?
DHCP server is already enabled for your LAN network.

Statistics: Posted by mszru — Wed Jan 31, 2024 11:30 pm



Viewing all articles
Browse latest Browse all 15172

Trending Articles