Tada...

didn't work the first time, and that was my fault for not reading the part about SSH...so tried again with bitwise - went to a meeting and clicked f5..and voila :D
So to summarize:
1) Bridged network in vmware workstation works fine, no need for NAT, select the eth nic and make sure mirror/span port works
2) use ifconfig ens (number of mirror port) to enable pormiscious
2) allow all traffic in via firewall(?)
3) add the patch and wait 5-10 minutes
and it should work :)
Just in case future users have same issue they now have a thread to look through. Thank you everyone who has helped :)
Tried to make both the patch and ifconfig ens as best answers, but could only mark one of them
------------------------------
Christian Sennesvik
------------------------------
Original Message:
Sent: Wed December 01, 2021 05:23 AM
From: Ralph Belfiore
Subject: Problems getting network data into Qradar - what am I doing wrong?
Hi Christian,
When you say it's a fresh install of QRadar CE, you might want to consider this ... https://www.ibm.com/support/pages/node/6395080
You'll need to apply this fix regarding to this licensing issue in CE...
if [ -f /opt/qradar/ecs/license.txt ] ; then echo -n "QRadar:Q1 Labs Inc.:0007634bda1e2:WnT9X7BDFOgB1WaXwokODc:12/31/20" > /opt/qradar/ecs/license.txt ; fi ; if [ -f /opt/ibm/si/services/ecs-ec-ingress/current/eventgnosis/license.txt ] ; then echo -n "QRadar:Q1 Labs Inc.:0007634bda1e2:WnT9X7BDFOgB1WaXwokODc:12/31/20" > /opt/ibm/si/services/ecs-ec-ingress/current/eventgnosis/license.txt ; fi ; if [ -f /opt/ibm/si/services/ecs-ep/current/eventgnosis/license.txt ] ; then echo -n "QRadar:Q1 Labs Inc.:0007634bda1e2:WnT9X7BDFOgB1WaXwokODc:12/31/20" > /opt/ibm/si/services/ecs-ep/current/eventgnosis/license.txt ; fi ; if [ -f /opt/ibm/si/services/ecs-ec/current/eventgnosis/license.txt ] ; then echo -n "QRadar:Q1 Labs Inc.:0007634bda1e2:WnT9X7BDFOgB1WaXwokODc:12/31/20" > /opt/ibm/si/services/ecs-ec/current/eventgnosis/license.txt ; fi ; if [ -f /usr/eventgnosis/ecs/license.txt ] ; then echo -n "QRadar:Q1 Labs Inc.:0007634bda1e2:WnT9X7BDFOgB1WaXwokODc:12/31/20" > /usr/eventgnosis/ecs/license.txt ; fi ; if [ -f /opt/qradar/conf/templates/ecs_license.txt ] ; then echo -n "QRadar:Q1 Labs Inc.:0007634bda1e2:WnT9X7BDFOgB1WaXwokODc:12/31/20" > /opt/qradar/conf/templates/ecs_license.txt ; fi
Just in idea...
Regards,
Ralph
------------------------------
Ralph Belfiore
SIEM Expert
pro4bizz GmbH
Karlsruhe
+4972190981727
Original Message:
Sent: Fri November 26, 2021 09:32 PM
From: Christian Sennesvik
Subject: Problems getting network data into Qradar - what am I doing wrong?
Hi,
I have this setup:
----------
1 nic onboard computer
1 nic via usb adapter - which is connected to a switch where that port is a mirror destination port for all traffic. Traffic is streamed as it should.
Qradar running via ova on VMWARE workstation, where I have edited the vmx file and made both nics promiscious.
Qradar is finding both ens 33 and 34, I have set Qradar to receive via ens 34. I have set the firewall to accept everything
But there is nada in network traffic:

Flow sources:

What am I doing wrong?
------------------------------
Christian Sennesvik
------------------------------