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

Beginner Basics • Re: Guest network - vlan no internet access

$
0
0
I think that you don't need VLANs at all, if your main goal is to have segregated wifi for guests, you just need firewall rule that will drop traffic between those networks. And even with VLANs you will have to separate them with firewall rule.

Another thing is, that you should "click" your way in Winbox, because your config is full of errors that couldn't be done via GUI.

Internet on guest network probobaly isn't working because of:
Code:
/ip firewall natadd action=masquerade chain=srcnat out-interface=WAN src-address=10.27.0.0/24
You specified src-address in your masquerade rule and your guest network does not fit in that rule. Simply remove the src-address.

Statistics: Posted by neki — Sun Mar 17, 2024 10:02 pm



Viewing all articles
Browse latest Browse all 21196

Trending Articles