Click to See Complete Forum and Search --> : ghield startup error


m3rlin
05-03-2006, 07:33 PM
Hello, im using gShield 2.7.1 and when i do /etc/firewall/gShield.rc start he returns:

[gShield] interface eth0 up
[gShield] default TCP response set to REJECT with tcp-reset
[gShield] default UDP response set to REJECT with icmp-port-unreachable
[gShield] default logging rate limit set to 20/m
[gShield] not logging ICMP
[gShield] allowing all ICMP at rate of 60/m
[gShield] denying all traceroutes
/etc/firewall/sourced/services.rules: line 320: syntax error near unexpected token `)'
/etc/firewall/sourced/services.rules: line 320: ` return|RETURN)'
[gShield] error: cannot load services.rules.

Not sure whats happening, just yesterday was working.

bwkaz
05-03-2006, 08:26 PM
"return" is a bash builtin command that returns from the current function. It looks like this is supposed to be in a case statement; does the case above this one have its ending ;; marker?