Results 1 to 10 of 10
I am using iptables 1.2.11
And I got this problem :
Starting firewall: [ OK ]
Bad argument `DROP'
Error occurred at line: 0
Try `cc-firewall -h' or 'cc-firewall --help' ...
- 07-05-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 9
Pease I need help
I am using iptables 1.2.11
And I got this problem :
Starting firewall: [ OK ]
Bad argument `DROP'
Error occurred at line: 0
Try `cc-firewall -h' or 'cc-firewall --help' for more information.
I've reinstalled iptables, squid and nothing helps me. I'v looked through conf files and found nothing. PLease can anybody help me
regards
- 07-05-2005 #2Just Joined!
- Join Date
- Feb 2005
- Location
- Tunisia
- Posts
- 28
Try to find all iptables rules and parse it to us.
u can use :
Code:su [ur_passwd] iptables -L
- 07-05-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 9
rules
Chain INPUT (policy ACCEPT)
target prot opt source destination
DROP all -- 219.156.123.196 anywhere
DROP all -- 61.150.72.93 anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DROP all -- 219.156.123.196 anywhere
DROP all -- 61.150.72.93 anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
- 07-05-2005 #4Just Joined!
- Join Date
- May 2005
- Posts
- 9
what to do next?
- 07-05-2005 #5Just Joined!
- Join Date
- Feb 2005
- Location
- Tunisia
- Posts
- 28
if u are on RH distro, try :
if u are on debian distroCode:su [ur_password] service iptables halt
, plz try :
Now try to restart iptables and re-define your DROP rules.Code:su [ur_password] /etc/init.d/iptables halt
Hope that will be helpfull
- 07-05-2005 #6Just Joined!
- Join Date
- May 2005
- Posts
- 9
I am using ClarkConnect 3.1
when I try to input iptables -halt in /etc/rc.d/init.d/ it says:
Usage: ./iptables {start|stop|restart|condrestart|status|panic|save}
So what I must do? I have tried to stop/start it again , flush all rules and nothing. I am very confused. I can't understand what's the matter?

And how should I re-define DROP rules? Maybe I just leave it blank? PLZ help me
- 07-05-2005 #7Just Joined!
- Join Date
- May 2005
- Posts
- 9
Can you plz look at this. I got this error
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: 67.15.141.44:8443
The following error was encountered:
* Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
Your cache administrator is root.
Generated Tue, 05 Jul 2005 14:22:38 GMT by www.zumgroup.com (squid/2.5.STABLE6)
- 07-05-2005 #8Just Joined!
- Join Date
- Feb 2005
- Location
- Tunisia
- Posts
- 28
No idea about ClarkConnect
I will contact u on msn
- 07-06-2005 #9Just Joined!
- Join Date
- May 2005
- Posts
- 9
Hi !
I am using yahoo messanger my yahoo id is phoenix_iig
I think I got the problem and now it works. But I think it is quite instable.
Thanks.
- 07-11-2005 #10Just Joined!
- Join Date
- Feb 2005
- Location
- Tunisia
- Posts
- 28
Try to install 'ipmenu' http://users.pandora.be/stes/ipmenu.html
it's very usefull to define ur rules.
Hard luck


Reply With Quote