no firewall rule between nodes
This commit is contained in:
5
tmpl/60-one
Normal file
5
tmpl/60-one
Normal 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
|
Reference in New Issue
Block a user