View previous topic :: View next topic |
Author |
Message |
sebweb Apprentice
Joined: 29 Jan 2003 Posts: 220 Location: Bordeaux - France
|
Posted: Sat Mar 08, 2003 9:56 pm Post subject: modprobe ip_tables |
|
|
Salut
Voila j'ai configurer iptables dans mon kernel grace aux doc de ces 2 sites :
http://frlinux.net/?section=reseau&article=26
http://lea-linux.org/reseau/iptables.php3
Mais lorsque je fait un modprobe ip_tables, ca me dis :
ip_tables.o: unresolved symbol nf_unregister_sockopt
ip_tables.o: unresolved symbol nf_register_sockopt
... failed
Certainement une options oublier dans mon kernel.
Mais laquelle ???
Ha oui c'ets le kernel 2.4.19
Merci pour votre aide |
|
Back to top |
|
|
sebweb Apprentice
Joined: 29 Jan 2003 Posts: 220 Location: Bordeaux - France
|
Posted: Sun Mar 09, 2003 12:41 am Post subject: |
|
|
Je me répond donc a moi même
Aprés une recherche sur le forum de gentoo j'ai trouvé la réponse :
Faut faire un "make mrproper" avant tout !!!!
Mais ne pas oublier de sauvegarder son ".config" avant si on va pas se retaper toute la configuration |
|
Back to top |
|
|
broly Guru
Joined: 21 Feb 2003 Posts: 345 Location: cachan 94
|
Posted: Mon Mar 10, 2003 6:55 am Post subject: |
|
|
petite precesion pour ceux qui ne connaissent pas, mrproper remet simplement les options par default du kernel que vous allez compiler. |
|
Back to top |
|
|
DuF Advocate
Joined: 09 Dec 2002 Posts: 2687 Location: Paris
|
Posted: Mon Mar 10, 2003 12:20 pm Post subject: |
|
|
sinon pour iptables, qd on passe d'un noyau 2.4.19 à un noyau 2.4.20 il y a un message qui indique de le réinstaller.
Code: | ewarn "If you use iptables, and get an invalid argument error, you"
ewarn "simply need to rebuild iptables to solve the problem"
|
Bon c'est tiré de l'ebuild c'est pour ça qu'il y a le ewarn |
|
Back to top |
|
|
|