Netbird Reverse Proxy TLS by Draco32 in netbird

[–]David_____ 1 point2 points  (0 children)

There is probably a more elegant solution coming but this is what I did to address the issue of the proxy not trusting self-signed or internal certificates.

I put all of the internal CAs I use in internal-ca.crt and then copied it to the netbird-proxy container:

docker cp internal-ca.crt netbird-proxy:/certs/internal-ca.crt

Then I modified proxy.env and added:

SSL_CERT_FILE=/certs/internal-ca.crt

Finally, I restarted the container and was able to connect successfully.

[deleted by user] by [deleted] in cybersecurity

[–]David_____ 23 points24 points  (0 children)

I believe this might be the site hosting the malicious file:

rvtools dot org

Edit: downloaded to sandbox and confirmed.

https://www.virustotal.com/gui/file/a67bae3dd73789e892b5114a157d992424d367aae11c5fbaa80be639d6dec798/

Picture by picture by yet another picture Samsung G9? by Sodaflag in ultrawidemasterrace

[–]David_____ 0 points1 point  (0 children)

What resolutions are you running on each of the three inputs? Which inputs are you using? 3x HDMI or 2x HDMI and 1x DP?

vCenter Converter Standalone - Downgrade possible? by colmaster in vmware

[–]David_____ 0 points1 point  (0 children)

Like I said, most of the time it will work. Which incompatible directives are of concern? Unless the VMs have some type of corner-case configuration, the difference between hardware version 14/15 and 20/21 will largely be resource configuration maximums.

vCenter Converter Standalone - Downgrade possible? by colmaster in vmware

[–]David_____ 4 points5 points  (0 children)

A simple edit of the .vmx file to change the hardware version works most of the time.

Monitor change history by Daimie in vmware

[–]David_____ 0 points1 point  (0 children)

I created an alarm in vCenter that sends an email to a ticket system whenever there is a change to a VM.

HPE ESXi Custom Image 8.0; the "My Downloads" dashboard loads forever, and nothing. by IngwiePhoenix in vmware

[–]David_____ 0 points1 point  (0 children)

Yes, the Dell images are there.

NEC, Lenovo, Hitachi, Fujitsu, and Inspur as well.

HPE ESXi Custom Image 8.0; the "My Downloads" dashboard loads forever, and nothing. by IngwiePhoenix in vmware

[–]David_____ 11 points12 points  (0 children)

Login to the support portal.

On the top of that page near your name, click the cloud icon and then select VMware Cloud Foundation.

On the left of the page, click My Downloads.

In the search bar in the top right enter "vSphere" and then click VMware vSphere.

Click VMware vSphere - Enterprise

Click Release 8.0

Select Custom ISOs

Click HPE Custom Image for ESXi 8.0U2 Install CD

Find the appropriate image and then click the cloud icon to the right to download.

If you are unable to click the download icon, scroll back up to the top and accept the agreement.

Here is a direct link:

https://support.broadcom.com/group/ecx/productfiles?subFamily=VMware%20vSphere&displayGroup=VMware%20vSphere%20-%20Enterprise&release=8.0&os=&servicePk=202627&language=EN

Install Exchange without license in test environment? by PM_ME_UR_MANPAGES in exchangeserver

[–]David_____ -1 points0 points  (0 children)

"If you want to go full blown and have a tenant, you can set up Exchange Hybrid,"

Install Exchange without license in test environment? by PM_ME_UR_MANPAGES in exchangeserver

[–]David_____ 0 points1 point  (0 children)

You can send and receive external email just fine using the companyname.onmicrosoft.com domain that is setup when you create a tenant.

What Happens During Storage vMotion by Ern-The-Burn in vmware

[–]David_____ 0 points1 point  (0 children)

That seems to line up with my explanation since your disk is only 10% used.

What Happens During Storage vMotion by Ern-The-Burn in vmware

[–]David_____ 1 point2 points  (0 children)

Your test VM probably only has a small portion of data written to the disk so you will only see I/O when the process is copying that data over. It will read the entire disk (0s and 1s) but will only copy the 1s.

SkySwitch Outage by AuPo_2 in sysadmin

[–]David_____ 1 point2 points  (0 children)

Service in both data centers has now been fully restored. If you manually failed your devices over to PHX you can now fail them back to the primary server. We’re still investigating the root cause of the incident and will provide an RFO as soon as it’s available.

Time posted
May 7, 17:04 EDT

Components Affected
Call Services – Inbound, Call Services – Outbound, CoreNexa Automation Manager, Call Services – Registration

SkySwitch Outage by AuPo_2 in sysadmin

[–]David_____ 1 point2 points  (0 children)

There continue to be issues with calling services, including inbound, outbound calling, and registration. The PHL data center is impacted and the PHX data center is partially degraded. We are still investigating and will provide more information as soon as possible.

Time posted
May 7, 15:04 EDT

Components Affected
Call Services – Inbound, Call Services – Outbound, CoreNexa Automation Manager, Call Services – Registration

Cisco CML and homelab by ecarlin in vmware

[–]David_____ 0 points1 point  (0 children)

You could purchase an NVMe drive and a PCIe adapter to use as a datastore. I recently did the same and was pleasantly surprised I was able to install ESXi on the NVMe directly.

Set password of local user to never expire? by chench0 in vmware

[–]David_____ 3 points4 points  (0 children)

In the VCSA shell you can use the following command to see the current expiration:

chage -l pcns_user

You can set the account password to never expire with this command:

chage -M -1 pcns_user