OpenWrt Forum Archive

Topic: iptables: No chain/tagret/match by that name

The content of this topic has been archived on 7 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello again
I have an WRT54g3g with Kamikaze 8.09. I want to configure UMTS in the firewall but when I'm finished and want to restart the firewall it comes that error:

Loading rules
Loading forwarding
iptables: No chain/tagret/match by that name
iptables: No chain/tagret/match by that name
Loading redirects


My configuration in /etc/config/firewall looks like this:

config defaults
        option syn_flood        1
        option input            ACCEPT
        option output           ACCEPT
        option forward          REJECT

config zone
        option name             lan
        option input    ACCEPT
        option output   ACCEPT
        option forward  REJECT

#config zone
        #option name            wan
        #option input   REJECT
        #option output  ACCEPT
        #option forward REJECT
        #option masq            1

option zone
        option name             ppp0
        option input    REJECT
        option output   ACCEPT
        option forward  REJECT
        option masq             1


config forwarding
        option src      lan
        #option dest    wan
        option dest     ppp0
        option mtu_fix  1


### EXAMPLE CONFIG SECTIONS
# do not allow a specific ip to access wan
#config rule
#       option src              lan
#       option src_ip   192.168.45.2
#       option dest             wan
#       option proto    tcp
#       option target   REJECT

- etc/config/firewall 1/90 1%

thanks for every help
ORH2O

ORH2O wrote:

I hate Openwrt         nothing with "Wireless Freedom"              more Questions than Answers

Why do you use it then?

Not my choice I only have to work with it..... But its the truth... I work with that since 7 weeks and i have only problems, and if I post something... nobody can help me...

The discussion might have continued from here.