It's blocked by firewall. Specifically the default !LAN input drop rule:
Several ways to allow. But this be easiest to add to the LAN interface list:Note it's using the 2nd bridge — not specifically VETH1 — once VETH1 is a bridge port....the bridge containing the port become the interface for Layer3/IP routing.
since bridge-pihole is not a member of the LAN /interface/list/ip firewall filter add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
Several ways to allow. But this be easiest to add to the LAN interface list:
Code:
/interface list member add interface=bridge-pihole list=LAN
Statistics: Posted by Amm0 — Sun Mar 24, 2024 11:58 pm