Hi All,

Still the problem exists.
I have gone through the firewall script in /lib/firewall i found that the /etc/congfig/firewall file is parsing alright but the conditions before updating the iptables are failing. I have attached the firewall configuration file which i am using.

I am currently using backfire 10.03, but my previous version was working fine(able to configure the firewall).

Any Suggestions / hints would be appreciated.

Thanks,
Aviraj

On Thursday 12 May 2011 03:41 PM, Jo-Philipp Wich wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Please run

FW_TRACE=1 fw reload


~ Jow
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org/

iEYEARECAAYFAk3LsjkACgkQdputYINPTPMcbQCePRpsmm0Ccg05+pjPbmexDFqy
S3MAnRWQfgcJUhJIlPUV8g7MIAVN07Uf
=1m1G
-----END PGP SIGNATURE-----
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users


config defaults
        option syn_flood        1
        option input            ACCEPT
        option output           ACCEPT 
        option forward          REJECT
# Uncomment this line to disable ipv6 rules
#       option disable_ipv6     1

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 mtu_fix          1

config forwarding
        option src      lan
        option dest     wan

# We need to accept udp packets on port 68,
# see https://dev.openwrt.org/ticket/4108
config rule
        option src              wan
        option proto            udp
        option dest_port        68
        option target           ACCEPT
        option family           ipv4

#Allow ping
config rule
        option src              wan
        option proto            icmp
        option icmp_type        echo-request
        option target           accept

# include a file with users custom iptables rules
config include
        option path /etc/firewall.user

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to