• 0 Posts
  • 14 Comments
Joined 2 年前
cake
Cake day: 2023年12月14日

help-circle
  • nightrunner@lemmy.worldtoAsklemmy@lemmy.mlWhat is your profession?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 个月前

    You aren’t a moron at all. If you haven’t been exposed to it I wouldn’t expect you to know what it is.

    So virtualization is kind of like taking multiple computer operating systems and running them on one physical server. So instead of needing a physical server for each system, you can run dozens. Then you can have clusters of physical machines that are running hundreds of virtual machines (computers) per cluster.


  • As a virtualization engineer, I work with VMware products (Now owned by Broadcom) to design and implement virtual infrastructure. This allows organizations to run multiple virtual machines on fewer physical servers, which enhances scalability and simplifies backup and recovery processes. Think of it as creating a digital version of a computer that can be easily adjusted and moved around.



  • This VPN protocol usually uses a private key (client) / public key (server) combo that is used to connect through a public IP address (the 2 nodes can’t communicate it without) using the specified TCP or UDP (more often lately) and port to create the VPN tunnel that’s gets established during the handshakes.

    There is a whole lot more going on with the process but that’s a high level view. But I have a WireGuard VPN service running on a raspberry pi that I put in a DMZ on my perimeter firewall.

    But a port scanner would be able to see that port is open. Make sure you keep your software up to date. Hopefully the software devs of the VPN application is keeping their stuff up to date to avoid any vulnerabilities getting exposed in the code and a backdoor getting created because of it. As long as that doesn’t become an issue, no one will be able to get through without the private key. And those are usually uncrackable in a lifetime with the complexity and length of the key.




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









  • 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