You are not logged in.

#1 2014-10-15 12:43:35

dschaefer79
Member
Registered: 2009-11-24
Posts: 14

IPtables wiki

Hi,

I followed this wiki.

https://wiki.archlinux.org/index.php/Si … l_firewall

but here I get this message error

Note: NEW but not SYN is the only invalid TCP flag not covered by the INVALID state. The reason is because they are rarely malicious packets, and they should not just be dropped. Instead, we simply do not accept them, so they are rejected with a TCP RST by the next rule.

iptables -A INPUT -p udp -m conntrack --ctstate NEW -j UDP

iptables v1.4.21: Couldn't load target `UDP':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.

Can you help me ?

Thanks,

Dominique,

Offline

#2 2014-10-15 15:41:26

HiImTye
Member
From: Halifax, NS, Canada
Registered: 2012-05-09
Posts: 1,072

Re: IPtables wiki

did you add

iptables -N TCP
iptables -N UDP

before it?

Offline

#3 2014-10-15 19:02:28

dschaefer79
Member
Registered: 2009-11-24
Posts: 14

Re: IPtables wiki

yes I've added it

Offline

#4 2014-10-15 22:11:59

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,231
Website

Re: IPtables wiki

Post the output of `iptables -nvL` and edit the title of your post to be more accurate.

Offline

Board footer

Powered by FluxBB