no firewall rule between nodes

This commit is contained in:
2019-03-01 12:30:00 +01:00
parent 89128ccba5
commit 8ce8a16a0b
2 changed files with 7 additions and 0 deletions

5
tmpl/60-one Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
%for %%host in %%one_nodes
/sbin/iptables -A eth%%{one_node_int}-root -s %%host -p tcp --syn -j ACCEPT
%end for