Ao tentar reiniciar o iptables, recebo a seguinte saída:
/etc/init.d/iptables restart
Unloading iptables modules: [ OK ]
Applying iptables firewall rules: iptables-restore v1.3.5: iptables-restore: unable to initializetable 'filter'
Error occurred at line: 1
Try 'iptables-restore -h' or 'iptables-restore --help' for more information.
[FAILED]
Eu verifiquei o módulo de filtro com o comando "modprobe /lib/modules/2.6.18-348.el5/kernel/net/ipv4/netfilter/iptable_filter.ko"
, que retorna "FATAL: Module /lib/modules/2.6.18_348.el5/kernel/net/ipv4/netfilter/iptable_filter.ko not found."
O erro é estranho porque está referenciando "2.6.18_348.el5"
(com um sublinhado) em vez de "2.6.18-348.el5"
(com um hífen).
Eu tentei criar um link simbólico do nome da pasta com o sublinhado daquele com o hífen (o real que existe com os módulos), mas não vi nenhuma alteração.