nightrunner

joined 9 months ago
[–] nightrunner@lemmy.world 6 points 2 months ago

No it has not. Validated on Ubuntu 16.04, 18.04, 20.04, 22.04 running CrowdStrike Sensor

[–] nightrunner@lemmy.world 11 points 2 months ago* (last edited 2 months ago)

Windows Server OSes running CrowdStrike affected too

[–] nightrunner@lemmy.world 2 points 7 months ago

Glad I could help! 😃

[–] nightrunner@lemmy.world 7 points 7 months ago* (last edited 7 months ago) (2 children)

Ok, I grabbed a few screen shots for you as well. Here is a site that will link you to MEBx setup that enables AMT: http://h10032.www1.hp.com/ctg/Manual/c03883429

When power on your ProDesk G3, you can access the MEBx setup by pressing Ctrl+P or they also say F6 or Escape will get you there. Intel AMT runs on a different IP address than what your OS gets. You can assign DHCP or a static IP address and setup your admin password. You can then access the portal from http://ipaddress:16992 There should be a method of access what would show on the screen through a KVM like access but I use MeshCentral for that so I couldn't tell you how to do it without.

Hopefully, that gives you a start. Feel free to reach back out if you have any questions. Thank you!

[–] nightrunner@lemmy.world 2 points 7 months ago (1 children)

I’m not in front of my computer atm, but I think I have something that can help you out. I have a 3-node Lenovo Thin client cluster that I manage their KVMs using the Intel vPro. I even went a step further using MeshCentral running on a VM to centralize my KVM access since I have 3 of them, but that’s another story.

Anyway, I’ll see if I can grab you some URLs in the morning if someone else doesn’t beat me to it or you find it on your own running google queries.

[–] nightrunner@lemmy.world 1 points 7 months ago

3-Node ESXi cluster with 10 Debian VMs, 3 Windows VMs, and one FreeBSD VM

[–] nightrunner@lemmy.world 1 points 9 months ago

They call it a tcpdump but Wireshark analyzes all network traffic. You can use the udp.port == 51820

Do you have a laptop? Probably more tools and easier to test from there.

[–] nightrunner@lemmy.world 1 points 9 months ago (4 children)

Meant to say if you still get stuck, run Wireshark on your FW and your VPS and run a tcp dump and filter the traffic to see where the data stops.

You can also use traceroute to your public IP on the port 51820 and check your connectivity or even curl: -v http:////publicip:51820

[–] nightrunner@lemmy.world 0 points 9 months ago (8 children)

Did you setup a NAT on the firewall? You have to setup a static NAT on the interface that your Public IP sits on and to the private IP address of your VPS (you are using a private network space from one of the other interfaces on your FW right?).

Make sure that the policy that you create with the NAT includes UDP 51820 (unless you changed the default port) People often mistake using TCP which is a different protocol. If that doesn’t work, then look at the traffic on your FW