Malcolm icon indicating copy to clipboard operation
Malcolm copied to clipboard

open port 57012

Open jvlavl opened this issue 2 months ago • 0 comments

Hello

I have Malcolm running on ubuntu 22.04 but I want to add the polarproxy to the environment

the procedure that I followed is at https://www.netresec.com/?page=Blog&month=2020-12&post=Capturing-Decrypted-TLS-Traffic-with-Arkime

In the docker container /opt/malcolm/etc/config.ini I did change pcapReadMethod=tpacketv3 to pcapReadMethod=pcap-over-ip-server

Also in config.v2.json I added the portnumber and restarted the complete docker instance.

restarted the container

but still port 57012 is not listening

State                         Recv-Q                     Send-Q                                           Local Address:Port                                              Peer Address:Port                      Process
LISTEN                        0                          65535                                                127.0.0.1:9200                                                   0.0.0.0:*
LISTEN                        0                          4096                                                 127.0.0.1:27761                                                  0.0.0.0:*
LISTEN                        0                          4096                                                 127.0.0.1:27762                                                  0.0.0.0:*
LISTEN                        0                          4096                                                 127.0.0.1:27763                                                  0.0.0.0:*
LISTEN                        0                          4096                                                 127.0.0.1:27764                                                  0.0.0.0:*
LISTEN                        0                          4096                                                 127.0.0.1:27765                                                  0.0.0.0:*
LISTEN                        0                          65535                                                  0.0.0.0:10080                                                  0.0.0.0:*
LISTEN                        0                          65535                                                127.0.0.1:5044                                                   0.0.0.0:*
LISTEN                        0                          65535                                                127.0.0.1:5045                                                   0.0.0.0:*
LISTEN                        0                          65535                                                  0.0.0.0:443                                                    0.0.0.0:*
LISTEN                        0                          128                                                    0.0.0.0:22                                                     0.0.0.0:*
LISTEN                        0                          65535                                                127.0.0.1:8022                                                   0.0.0.0:*
LISTEN                        0                          65535                                                  0.0.0.0:10443                                                  0.0.0.0:*

image

Kind regards

John

jvlavl avatar May 02 '24 11:05 jvlavl