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