View previous topic :: View next topic |
Author |
Message |
glowworm Tux's lil' helper
Joined: 28 Jun 2005 Posts: 85
|
Posted: Sat Dec 17, 2005 12:44 am Post subject: Newbie: Help with very basic iptables problem [solved] |
|
|
I have been trying to secure my box, as a newbie I decided to start small, but things seem to fail on my first command.
I do: Code: | # iptables -P INPUT DROP
# iptables -F INPUT
# iptables -A INPUT -i eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables: No chain/target/match by that name |
Does anyone have an idea what I have messed up?
State is a match type isn't it?
Last edited by glowworm on Sat Dec 17, 2005 1:10 am; edited 1 time in total |
|
Back to top |
|
|
juliuspc n00b
Joined: 06 May 2005 Posts: 14 Location: Canada
|
|
Back to top |
|
|
glowworm Tux's lil' helper
Joined: 28 Jun 2005 Posts: 85
|
Posted: Sat Dec 17, 2005 1:11 am Post subject: Re: kernel config? |
|
|
juliuspc wrote: | kernel config |
Thanks, I had everything turned on except state tracking.
Now to recompile |
|
Back to top |
|
|
|