Re: [Shorewall-users] SECTIONS in shorewall-rules

2018-11-05 Thread Kevin Olbrich
Thank you very much! I somehow over-read this sentence: You may omit any section that you don't need. If no Section Headers appear > in the file then all rules are assumed to be in the NEW section. I have moved all rules to SECTION NEW and it works. Kevin Am Do., 1. Nov. 2018 um 15:26 Uhr sch

Re: [Shorewall-users] SECTIONS in shorewall-rules

2018-11-01 Thread Justin Pryzby
On Thu, Nov 01, 2018 at 02:07:44PM +0100, Kevin Olbrich wrote: > Hi! > > I have these rules in my shorewall-rules: > > > # Allow ping to the callserver > > Ping(ACCEPT) all fw > > # Allow SSH to the callserver > > ACCEPT all fw tcp 1337 > > # Allow SIP traffic to the callserver from the internet

[Shorewall-users] SECTIONS in shorewall-rules

2018-11-01 Thread Kevin Olbrich
Hi! I have these rules in my shorewall-rules: > # Allow ping to the callserver > Ping(ACCEPT) all fw > # Allow SSH to the callserver > ACCEPT all fw tcp 1337 > # Allow SIP traffic to the callserver from the internet > ACCEPT net fw udp 5060 > ACCEPT net fw tcp 5060 > ACCEPT net fw tcp 5061 I ne