Friday, October 31, 2014

Disable iptables in a whole cluster



for node in mynode{03,04,05,06,07,08,09,10,11,12}; do ssh root@$node '/etc/init.d/iptables stop; chkconfig iptables off'; done

No comments: