> I tryed using > "chkconfig levels 23456 iptables on" but get this > service iptables does not support chkconfig > Put this in the top of your script (including the #): #chkconfig: 2345 <start-prio> <stop-prio> Then use this : chkconfig --level 2345 iptables on Rob