Community discussions

MikroTik App
 
stoffel24
just joined
Topic Author
Posts: 1
Joined: Mon Jan 22, 2024 10:48 pm

CapsMan Firewall

Mon Jan 22, 2024 10:59 pm

I am running a Caps AC with CapsMan and created a guest wifi network based on a VLAN:
/interface wireless
add disabled=no mac-address=1A:FD:74:76:FE:76 master-interface=wlan1 mode=station name=wlan3
/interface vlan
add interface=bridge name=vlan13 vlan-id=13
/caps-man datapath
add bridge=bridge client-to-client-forwarding=no local-forwarding=yes name=datapath-VL13 vlan-id=13 vlan-mode=use-tag
/caps-man configuration
add channel=channel24 country=germany datapath=datapath-VL13 installation=indoor mode=ap name=Guest security=Guest ssid=Guest
To separate this from the internal network I've added some firewall rules:
/ip firewall filter
add action=drop chain=input comment="drop packets into internal lan from guest vlan13" dst-address=10.10.0.0/16 in-interface=vlan13
add action=drop chain=input dst-address=192.168.13.1 in-interface=vlan13 protocol=tcp src-address=192.168.13.0/24
add action=drop chain=forward dst-address=10.10.0.0/16 in-interface=vlan13
add action=drop chain=forward disabled=yes dst-address=192.168.13.1 src-address=192.168.13.0/24
/ip firewall nat
add action=masquerade chain=srcnat comment="nat vlan13 into lan if dest is outside lan" dst-address=!10.10.0.0/16 src-address=192.168.13.0/24 to-addresses=10.10.10.120
This seems to work fine. Then I added another Caps AC which also gets the settings from the CapsMan. But it surprised me when testing this new AP that I could not reach the internal network from it although I had not created any firewall rules yet. Is CapsMan also sending its firewall rules or what is the reason for this?

Who is online

Users browsing this forum: Airiasas, sinisa, versago and 11 guests