Hallo, ik heb het vreemde probleem dat mijn iptables telkens leeg zijn na een tijdje:
OS = CentOS5Code:[root@s01 ~]# iptables -I INPUT -s 123.123.123.123 -j DROP (vlak na toevoegen) [root@s01 ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination DROP all -- 123.123.123.123 anywhere Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination (tijdje later) [root@s01 ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
Enig idee?

Likes:
![[Centos5] IPTABLES telkens leeg](https://www.webhostingtalk.nl/images/WHT_rd/misc/dT.png)

Quote