1. 2. & 4.3. I'm not sure myself
Code:
/ip firewall filteradd action=accept chain=input protocol=tcp dst-port=8291 src-mac-address=xx:xx:xx:xx:xx:xx
Code:
/ip firewall filteradd action=drop chain=forward src-address=10.27.0.16 dst-address-list=!Allowed/ip firewall address-listadd address=10.27.0.30 list=Allowedadd address=10.10.0.0/24 list=Allowed/interface wifiwave2add master-interface="wifi_interface" name=wifi_iot configuration.ssid="ssid" security.authentication-types=wpa2-psk security.passphrase="wifi_password"/interface bridgeadd name=bridge_iot/interface bridge portadd bridge=bridge_iot interface=wifi_iot/ip addressadd address=10.10.0.1/24 interface=bridge_iot/ip pooladd name=pool_iot ranges=10.10.0.2-10.10.0.254/ip dhcp-server networkadd address=10.10.0.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=10.10.0.1/ip dhcp-serveradd address-pool=pool_iot interface=bridge_iot name=dhcp_iot/ip firewall filteradd action=drop chain=forward src-address=10.10.0.0/24 dst-address=!10.27.0.16
Statistics: Posted by TheCat12 — Sat Mar 16, 2024 6:30 pm