You are not logged in.

#1 2011-05-09 00:07:36

tpolich
Member
Registered: 2009-08-07
Posts: 44

[SOLVED] ip6tables and reject

I don't really know whats wrong but for some reason I can't use reject in rules.

[root@livingroom-server iptables]# ip6tables -I INPUT -j REJECT --reject-with adm-prohib
ip6tables: No chain/target/match by that name.

[root@livingroom-server iptables]# ip6tables -I INPUT -j REJECT
ip6tables: No chain/target/match by that name.
[root@livingroom-server iptables]# ip6tables -A INPUT -j REJECT
ip6tables: No chain/target/match by that name.

The INPUT chain does exist

[root@livingroom-server iptables]# ip6tables -L INPUT
Chain INPUT (policy DROP)
target     prot opt source               destination

Can anyone give me any ideas as to why it's doing this?

Last edited by tpolich (2011-05-09 03:47:58)

Offline

#2 2011-05-09 02:01:49

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: [SOLVED] ip6tables and reject

are you using ARCH stock kernel ?

Offline

#3 2011-05-09 03:47:36

tpolich
Member
Registered: 2009-08-07
Posts: 44

Re: [SOLVED] ip6tables and reject

I've figured it out. I had updated the kernel but never restarted.

Offline

Board footer

Powered by FluxBB