Hi Tom; running shorewall 4.5.20 I get an error /sbin/shorewall: /etc/shorewall/shorewall.conf: line 44: syntax error: unexpected "(" when I add MACLIST_LOG_LEVEL=NFLOG(1,0,1) to /etc/shorewall/shorewall.conf (as documented in Shorewall Logging) Though it works in /etc/shorewall/policy Has this been fixed in later versions? Do you need more information about my setup? thx kp ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
On 12/8/2013 4:29 AM, KP Kirchdoerfer wrote:> Hi Tom; > > running shorewall 4.5.20 I get an error > > /sbin/shorewall: /etc/shorewall/shorewall.conf: line 44: syntax error: > unexpected "(" > > when I add > MACLIST_LOG_LEVEL=NFLOG(1,0,1) > > to /etc/shorewall/shorewall.conf (as documented in Shorewall Logging) > > Though it works in /etc/shorewall/policy > > Has this been fixed in later versions? > Do you need more information about my setup?Hi KP, It is the shell that is producing that error. You can avoid it by enclosing the log level in quotes or by escaping the parentheses: MACLIST_LOG_LEVEL="NFLOG(1,0,1)" or MACLIST_LOG_LEVEL=NFLOG\(1,0,1\) Regards, -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
Hi Tom; Am Sonntag, 8. Dezember 2013, 08:50:45 schrieb Tom Eastep:> On 12/8/2013 4:29 AM, KP Kirchdoerfer wrote: > > Hi Tom; > > > > running shorewall 4.5.20 I get an error > > > > /sbin/shorewall: /etc/shorewall/shorewall.conf: line 44: syntax error: > > unexpected "(" > > > > when I add > > MACLIST_LOG_LEVEL=NFLOG(1,0,1) > > > > to /etc/shorewall/shorewall.conf (as documented in Shorewall Logging) > > > > Though it works in /etc/shorewall/policy > > > > Has this been fixed in later versions? > > Do you need more information about my setup? > > Hi KP, > > It is the shell that is producing that error. You can avoid it by > enclosing the log level in quotes or by escaping the parentheses: > > MACLIST_LOG_LEVEL="NFLOG(1,0,1)" > > or > > MACLIST_LOG_LEVEL=NFLOG\(1,0,1\)Issue solved. thx for your outstanding support! kp ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk