• 0 Posts
  • 17 Comments
Joined 7 months ago
cake
Cake day: December 14th, 2023

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


  • nightrunner@lemmy.worldtoApple@lemmy.worldVMWare Horizon on iPad
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 months ago

    So I’m a VMware Horizon Customer / Engineer - I have a specific set of VMware Instant Clone VDIs that I created for a bunch of sales managers for the company I work for. They all use the iPad Pro 12.9s and they love them. They still need access to their green screen and spread sheets from a Windows VDI, so that’s what they have.

    From what they report the experience is great. Make sure to use a keyboard with it and a Bluetooth mouse with it. Trust me, it’s worth it.










  • Ok, so looking at the BSOD minidumps, the BSOD from 2/13/24 and 1/10/2024 give a bug check event that is typically driver related. My recommendation would be to download prime95 and use the “Blend” test for a couple of hours to try and recreate the BSOD. If you don’t get anything you can try running 3DMark to force it. It’s easier when you can “recreate” the problem on purpose instead of waiting for it to happen. Once you reproduce the BSOD you can try and go through the Event Log and determine which driver was the cause since there will be an Application Error usually present.

    If you can’t find anything in the logs, you can always pull out all peripherals and use prime95 for another couple of hours making sure that the issue is gone. If you still get a BSOD, you’ve got other hardware causing the issue. (or you could have a combination of both)

    If you can’t reproduce the BSOD after unplugging the peripherals, plug one back in at a time stress testing to determine which peripheral is causing it. But you should be able to find it in the event log. I hope this helps.







  • 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


  • Unfortunately, the coding that the site uses to post your questions and return data back to you does not function in that matter. If you want to interact with the Large Language model without using you web browser, you would need to so by using other software or applications to hit their API (you do have to pay for this service) and then return the data back to you. So it is possible, but not in the manner that you are suggesting.

    On a side note, I signed up for a 3 month trial of access to hit their API using a session code and a post shortcut on my iPhone. I created a iOS shortcut that allowed me to use OpenAI as a replacement for Siri. It was a fun little project.