mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Allow communication between containers
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
880c3c6f2e
commit
c38b7e1918
|
@ -210,6 +210,8 @@ in
|
|||
iifname { "nomad", "docker0", "ve-monitor", "ve-klipper" } oifname { "${lan}" } ip daddr 10.64.2.1 udp dport { 111, 2049, 4000, 4001, 4002, 20048 } accept
|
||||
iifname { "nomad", "docker0", "ve-monitor", "ve-klipper" } oifname { "${lan}" } ip saddr 10.64.2.1 udp sport { 111, 2049, 4000, 4001, 4002, 20048 } accept
|
||||
|
||||
# allow communication between all container interfaces
|
||||
iifname { "nomad", "ve-monitor", "ve-klipper" } oifname { "nomad", "ve-monitor", "ve-klipper" } accept
|
||||
|
||||
# Rules to make CNI happy
|
||||
meta mark and 0x01 == 0x01 accept
|
||||
|
|
Loading…
Reference in a new issue