View previous topic :: View next topic |
Author |
Message |
CLod Apprentice


Joined: 23 Nov 2004 Posts: 280
|
Posted: Mon Apr 11, 2005 10:03 am Post subject: [RISOLTO] Iptables |
|
|
Mi son deciso ad installare ip tables
come kernel è già tutto ok
ho provato a settare questa regola: iptables -A INPUT -m state --state ESTABLISHED -j accept
e mi restituisce questo errore: iptables v1.2.11: Couldn't load target `accept':/lib/iptables/libipt_accept.so: cannot open shared object file: No such file or directory
il file non esiste
come mai?
mi son perso forse qualche passo?  _________________ http://clod.gruppoimi.it -> my personal site
new zealand immigration...
Last edited by CLod on Mon Apr 11, 2005 10:38 am; edited 3 times in total |
|
Back to top |
|
 |
comio Advocate


Joined: 03 Jul 2003 Posts: 2191 Location: Taranto
|
Posted: Mon Apr 11, 2005 10:08 am Post subject: Re: [HELP] Iptables |
|
|
CLod wrote: | Mi son deciso ad installare ip tables
come kernel è già tutto ok
ho provato a settare questa regola: iptables -A INPUT -m state --state ESTABLISHED -j accept
e mi restituisce questo errore: iptables v1.2.11: Couldn't load target `accept':/lib/iptables/libipt_accept.so: cannot open shared object file: No such file or directory
il file non esiste
come mai?
mi son perso forse qualche passo?  |
ACCEPT è maiuscolo
ciao
PS.: Vorrei fare un master al polimi/cefriel... sai mica quando aprono le iscrizioni? _________________ RTFM!!!!
e
http://www.comio.it
 |
|
Back to top |
|
 |
CLod Apprentice


Joined: 23 Nov 2004 Posts: 280
|
Posted: Mon Apr 11, 2005 10:15 am Post subject: Re: [HELP] Iptables |
|
|
comio wrote: |
ACCEPT è maiuscolo
ciao
PS.: Vorrei fare un master al polimi/cefriel... sai mica quando aprono le iscrizioni? |
sono un idiota!
cmq master in ?
io sono qui al cefriel ora
se vuoi posso mandarti la mail (via PM) della persona che può darti info _________________ http://clod.gruppoimi.it -> my personal site
new zealand immigration... |
|
Back to top |
|
 |
CLod Apprentice


Joined: 23 Nov 2004 Posts: 280
|
Posted: Mon Apr 11, 2005 10:29 am Post subject: |
|
|
mmhh
pensavo fosse ok
dopo aver settato regole ho fato iptables-save
ho provato a lanciarlo ma mi da:
* Not starting iptables. First create some rules then run
* /etc/init.d/iptables save
why? _________________ http://clod.gruppoimi.it -> my personal site
new zealand immigration... |
|
Back to top |
|
 |
comio Advocate


Joined: 03 Jul 2003 Posts: 2191 Location: Taranto
|
Posted: Mon Apr 11, 2005 10:33 am Post subject: |
|
|
CLod wrote: | mmhh
pensavo fosse ok
dopo aver settato regole ho fato iptables-save
ho provato a lanciarlo ma mi da:
* Not starting iptables. First create some rules then run
* /etc/init.d/iptables save
why? |
iptables-save scrive solo a video. Prova a fare:
Code: |
iptables-save -c > /var/lib/iptabels/rule-save
|
oppure
Code: |
/etc/init.d/iptables save
|
comunque modifica direttametne le regole in /var/lib/iptables/rule-save
ciao _________________ RTFM!!!!
e
http://www.comio.it
 |
|
Back to top |
|
 |
|