Hi all,
Trying to wrap my head around why my rule isn’t working. I’m trying to access 10.0.20.100 from my Trust network. If I remove the IP from the “Allow-Reolink-Access” rule, I can access it.
I also tried to add only the sub interfaces to the rule by assigning my "trust-Network to IN. Interface and IOT-Network to my Out.Interface, but it still is not working.
I set to log and see traffic matching the rule, however no acks are sent back when an IP or interface is assinged.
Any ideas?
/ip firewall connection tracking
set udp-timeout=10s
/ip firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=accept chain=input comment=Trust-Management dst-port=22,80,443,8921 in-interface=Trust-Network protocol=tcp
add action=accept chain=input comment="defconf: accept ICMP" in-interface=all-vlan protocol=icmp
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" disabled=yes dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related hw-offload=yes
add action=accept chain=forward comment=Allow-Outbound-All connection-state=established,related,new,untracked in-interface=all-vlan out-interface-list=WAN
[b]add action=accept chain=forward comment=Allow-Reolink-Access connection-state=established,related,new,untracked dst-address=10.0.20.100 log=yes[/b]
add action=accept chain=forward comment=Allow-AmazonSpatialPerception-TCP dst-port=55443,55444 in-interface=IOT-Network out-interface=Home-Network protocol=tcp
add action=accept chain=forward comment=Allow-AmazonSpatialPerception-UDP dst-port=55443,55444 in-interface=IOT-Network out-interface=Home-Network protocol=udp
add action=drop chain=forward comment=Drop-IOT-LAN in-interface=IOT-Network out-interface=!IOT-Network
add action=drop chain=forward comment=Drop-Home-LAN in-interface=Home-Network out-interface=!Home-Network
add action=drop chain=forward comment=Drop-Guest-LAN in-interface=Guest out-interface=!Guest
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,new,untracked
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
/ip firewall service-port
set ftp disabled=yes
Log

:
