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

Containers • Re: Can't ping veth1, trying to add pihole to a container.

$
0
0
It's blocked by firewall. Specifically the default !LAN input drop rule:
/ip firewall filter add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
since bridge-pihole is not a member of the LAN /interface/list

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
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.

Statistics: Posted by Amm0 — Sun Mar 24, 2024 11:58 pm



Viewing all articles
Browse latest Browse all 19714