From 9d3628c57e6d7fb2fd1732647b137c51217ea4bb Mon Sep 17 00:00:00 2001 From: marcsello Date: Thu, 2 Dec 2021 23:29:06 +0100 Subject: [PATCH] asdadasdasdawed --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 666df4c..eaeb6a5 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,18 @@ Interfaces: - enp1s0f0 192.168.110.10/24 cloud - enp1s0f1 192.168.111.10/24 edge-1 - enp1s0f2 192.168.112.10/24 edge-2 - - enp1s0f3 192.168.113.10/24 site \ No newline at end of file + - enp1s0f3 192.168.113.10/24 site + + +## Allow connection + +``` +iptables -A LIBVIRT_FWX -i br100 -o virbr0 -j ACCEPT +iptables -A LIBVIRT_FWX -i br100 -o virbr1 -j ACCEPT +iptables -A LIBVIRT_FWX -i br100 -o virbr2 -j ACCEPT +iptables -A LIBVIRT_FWX -i br100 -o virbr3 -j ACCEPT +iptables -A LIBVIRT_FWX -o br100 -i virbr0 -j ACCEPT +iptables -A LIBVIRT_FWX -o br100 -i virbr1 -j ACCEPT +iptables -A LIBVIRT_FWX -o br100 -i virbr2 -j ACCEPT +iptables -A LIBVIRT_FWX -o br100 -i virbr3 -j ACCEPT +``` \ No newline at end of file