Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[iptables] libipt_recent.so (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
sd44
Apprentice
Apprentice


Joined: 21 Jul 2007
Posts: 277
Location: Nantes 44

PostPosted: Wed Sep 05, 2007 2:28 pm    Post subject: [iptables] libipt_recent.so (résolu) Reply with quote

j'ai deux commande pour evité le bruteforce iptables :

$IPTABLES -I INPUT -p tcp --dport 22 -m state --state NEW -m recent --set
$IPTABLES -I INPUT -p tcp --dport 22 -m state --state NEW -m recent --update --seconds 300 --hitcount 3 -j DROP

depuis la maj iptables il ne trouve plus la lib pour -m recent (libipt_recent.so) :
Code:

iptables v1.3.8: Couldn't load match `recent':/lib/iptables/libipt_recent.so: cannot open shared object file: No such file or directory


apres recherche je suis tombé la dessus mais c'est en allemand :oops:

https://forums.gentoo.org/viewtopic-t-579689.html?sid=bcdb07e1489c469e2c2b6348260ba801

si vous avez compris je suis fotement interessé :D
_________________
Pourquoi faire simple quand on peut faire compliqué ?


Last edited by sd44 on Wed Sep 05, 2007 2:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
sd44
Apprentice
Apprentice


Joined: 21 Jul 2007
Posts: 277
Location: Nantes 44

PostPosted: Wed Sep 05, 2007 2:40 pm    Post subject: Reply with quote

j'ai trouvé :

maintenant il faut ajouter le use flag "extensions"

:D
_________________
Pourquoi faire simple quand on peut faire compliqué ?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum