genial-76 Posted October 8, 2011 Share Posted October 8, 2011 Olá Colegas. Gostaria de saber como fazer o iptables statistic module funcionar ou ativar. Quero fazer a rotação de ips por iptables http://www.kutukupret.com/2009/11/30/postfix-smtp-outgoing-ip-rotator-using-iptables/ Mas estou enfrentando esse problema. Se poderem ajuda, serei muito grato. Abração. Link to comment Share on other sites More sharing options...
nathan Posted October 8, 2011 Share Posted October 8, 2011 Quando tento Setar a data da esse erro set date: Operation not permitted Link to comment Share on other sites More sharing options...
genial-76 Posted October 8, 2011 Author Share Posted October 8, 2011 Quando tento Setar a data da esse erro set date: Operation not permitted [root@253746 ~]# iptables -m statistic -h iptables v1.3.5: Couldn't load match `statistic':/lib/iptables/libipt_statistic.so: cannot open shared object file: No such file or directory Try `iptables -h' or 'iptables --help' for more information. [root@253746 ~]# iptables -t nat -I POSTROUTING -m state --state NEW -p tcp --dport 25 -o eth0 -m statistic --mode nth --every 5 -j SNAT --to-source xxx.xxx.xxx.xxx iptables v1.3.5: Couldn't load match `statistic':/lib/iptables/libipt_statistic.so: cannot open shared object file: No such file or directory Try `iptables -h' or 'iptables --help' for more information. [root@253746 ~]# Alguém poderia nos ajudar? Link to comment Share on other sites More sharing options...
Guest Posted October 8, 2011 Share Posted October 8, 2011 O kernel da máquina não está compilado com suporte à este módulo. Link to comment Share on other sites More sharing options...
genial-76 Posted October 8, 2011 Author Share Posted October 8, 2011 O kernel da máquina não está compilado com suporte à este módulo. Pode indicar uma maneira de deixar ele compilado para isso? Link to comment Share on other sites More sharing options...
Guest Posted October 8, 2011 Share Posted October 8, 2011 Pode indicar uma maneira de deixar ele compilado para isso? É uma VM ou um dedicado? Link to comment Share on other sites More sharing options...
genial-76 Posted October 8, 2011 Author Share Posted October 8, 2011 É uma VM ou um dedicado? Preciso de ambos VM em Openvz Vm em Xen Dedicado com cPanel Se quiser me cobrar para me disponibilizar uma solução estou aceito a uma proposta. Meu e-mail é rocon[arroba=76kg]hospedagemgenial.com.br Abração. Link to comment Share on other sites More sharing options...
Guest Posted October 8, 2011 Share Posted October 8, 2011 Capaz, vamos compartilhar :). Tente executar: modprobe ipt_statistic Link to comment Share on other sites More sharing options...
genial-76 Posted October 8, 2011 Author Share Posted October 8, 2011 Capaz, vamos compartilhar :). Tente executar: modprobe ipt_statistic Olha, quanto tempo não vejo essa giria... me faz sentir saudades de Sul, você é de onde? Executando o comando: [root@253746 ~]# modprobe ipt_statistic FATAL: Could not load /lib/modules/2.6.18-274.el5.028stab093.2/modules.dep: No such file or directory [root@253746 ~]# Link to comment Share on other sites More sharing options...
genial-76 Posted October 8, 2011 Author Share Posted October 8, 2011 (edited) Executando em um vps xen olha o que apareceu [root@server ~]#modprobe ipt_statistic Foi de boa, será que agora funcionou? Edited October 8, 2011 by genial-76 Link to comment Share on other sites More sharing options...
Recommended Posts