public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Suricata: Add port 81 (UpdateAccelerator) to group of HTTP ports.
@ 2020-04-01  9:02 Stefan Schantl
  2020-04-01  9:02 ` [PATCH 2/2] Suricata: Add port 3128 (Transparent Proxy) " Stefan Schantl
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Schantl @ 2020-04-01  9:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 config/suricata/suricata.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml
index ed71898f4..cb7ececb4 100644
--- a/config/suricata/suricata.yaml
+++ b/config/suricata/suricata.yaml
@@ -30,7 +30,7 @@ vars:
     ENIP_SERVER: "$HOME_NET"
 
   port-groups:
-    HTTP_PORTS: "80"
+    HTTP_PORTS: "[80,81]"
     SHELLCODE_PORTS: "!80"
     ORACLE_PORTS: 1521
     SSH_PORTS: "[22,222]"
-- 
2.26.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] Suricata: Add port 3128 (Transparent Proxy) to group of HTTP ports.
  2020-04-01  9:02 [PATCH 1/2] Suricata: Add port 81 (UpdateAccelerator) to group of HTTP ports Stefan Schantl
@ 2020-04-01  9:02 ` Stefan Schantl
  2020-04-01 10:24   ` Arne Fitzenreiter
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Schantl @ 2020-04-01  9:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

Fixes #12308.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 config/suricata/suricata.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml
index cb7ececb4..4a605c272 100644
--- a/config/suricata/suricata.yaml
+++ b/config/suricata/suricata.yaml
@@ -30,7 +30,7 @@ vars:
     ENIP_SERVER: "$HOME_NET"
 
   port-groups:
-    HTTP_PORTS: "[80,81]"
+    HTTP_PORTS: "[80,81,3128]"
     SHELLCODE_PORTS: "!80"
     ORACLE_PORTS: 1521
     SSH_PORTS: "[22,222]"
-- 
2.26.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] Suricata: Add port 3128 (Transparent Proxy) to group of HTTP ports.
  2020-04-01  9:02 ` [PATCH 2/2] Suricata: Add port 3128 (Transparent Proxy) " Stefan Schantl
@ 2020-04-01 10:24   ` Arne Fitzenreiter
  2020-04-01 10:54     ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Arne Fitzenreiter @ 2020-04-01 10:24 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 756 bytes --]

I think it should be better to read the proxy config which port is used.
Many installtions still use 800

Arne


Am 2020-04-01 11:02, schrieb Stefan Schantl:
> Fixes #12308.
> 
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
>  config/suricata/suricata.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/suricata/suricata.yaml 
> b/config/suricata/suricata.yaml
> index cb7ececb4..4a605c272 100644
> --- a/config/suricata/suricata.yaml
> +++ b/config/suricata/suricata.yaml
> @@ -30,7 +30,7 @@ vars:
>      ENIP_SERVER: "$HOME_NET"
> 
>    port-groups:
> -    HTTP_PORTS: "[80,81]"
> +    HTTP_PORTS: "[80,81,3128]"
>      SHELLCODE_PORTS: "!80"
>      ORACLE_PORTS: 1521
>      SSH_PORTS: "[22,222]"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] Suricata: Add port 3128 (Transparent Proxy) to group of HTTP ports.
  2020-04-01 10:24   ` Arne Fitzenreiter
@ 2020-04-01 10:54     ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2020-04-01 10:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 943 bytes --]


> On 1 Apr 2020, at 11:24, Arne Fitzenreiter <arne_f(a)ipfire.org> wrote:
> 
> I think it should be better to read the proxy config which port is used.
> Many installtions still use 800

Absolutely.

Why do we only add the transparent port here and not the default port?

-Michael

> 
> Arne
> 
> 
> Am 2020-04-01 11:02, schrieb Stefan Schantl:
>> Fixes #12308.
>> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
>> ---
>> config/suricata/suricata.yaml | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml
>> index cb7ececb4..4a605c272 100644
>> --- a/config/suricata/suricata.yaml
>> +++ b/config/suricata/suricata.yaml
>> @@ -30,7 +30,7 @@ vars:
>>     ENIP_SERVER: "$HOME_NET"
>>   port-groups:
>> -    HTTP_PORTS: "[80,81]"
>> +    HTTP_PORTS: "[80,81,3128]"
>>     SHELLCODE_PORTS: "!80"
>>     ORACLE_PORTS: 1521
>>     SSH_PORTS: "[22,222]"


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-01 10:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01  9:02 [PATCH 1/2] Suricata: Add port 81 (UpdateAccelerator) to group of HTTP ports Stefan Schantl
2020-04-01  9:02 ` [PATCH 2/2] Suricata: Add port 3128 (Transparent Proxy) " Stefan Schantl
2020-04-01 10:24   ` Arne Fitzenreiter
2020-04-01 10:54     ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox