Have you got the myapps portal working? I am attempting to get that working. The SSO works perfect if I manually type in the ip address and login but when I click the app under myapps.microsoft.com, I get the app failed to launch.
I forked the ESXi import tool and increased the limits in a couple of places, if any one cares to try it.
https://github.com/PwrBank/pve-esxi-import-tools
On a 1GbE connection I didn't notice a difference. However, I'm trying to get my 25GbE...
Looks like the authors did put the warnings:
https://github.com/MacRimi/ProxMenux?tab=readme-ov-file#:~:text=%E2%9A%A0%EF%B8%8F,check%20the%20source...
Follow up for anyone researching the same issue. Special thanks for @bbgeek17 for the solution.
The ProxMenux unsupported add-on found on GitHub installs a JS hook to suppress the " no valid subscription " when the script is run. This hook...
I'm attempting to set this up now...
A restriction to be aware of on the MS side related to groups..
https://learn.microsoft.com/en-us/security/zero-trust/develop/configure-tokens-group-claims-app-roles
"When the user is a member of too...
Thanks for the info. I understand that previously verified backups (verified on the bad version) will need to be fixed like this. But, I'm trying to verify random backups, ones that have **never** had a verify job run on them on before, and it...
Looks like the authors did put the warnings:
https://github.com/MacRimi/ProxMenux?tab=readme-ov-file#:~:text=%E2%9A%A0%EF%B8%8F,check%20the%20source...
Du könntest mal den DHCPd Adressbereich einschränken.
Z.B. 192.168.178.128 - 192.168.178.151
Dann wäre alles von 192.168.178.2 - 192.168.178.127 frei.
Ich habe hi und da noch vpn auf den open IPs, deshalb lasse ich da etwas frei.
I'm trying to set up PagerDuty notifications in Proxmox VE 8 and I want something like this:
{
"payload": {
"summary": "{{ escape title }}",
"severity": "critical",
"source": "{{ fields.hostname }}",
"custom_details": {...
Sorry. Immediately after I posted this I realized I needed to stop the cluster on the failed nodes to gain access.
systemctl stop pve-cluster
systemctl stop corosync
pmxcfs -l
Then I could edit the corosync.conf and move it to an exact copy...
Hi @ds010123 , glad these steps helped you.
The best way to understand what this script does is to research the website or repository where you originally found it. If that source doesn’t provide a clear explanation, that alone is a good reason...
I found that with Proxmox VE 9 this is not working anymore and i get the same error as in the initial post.
It helps to install dhcpcd-base:
`apt install dhcpcd-base`
afterwards `virt-customize -a debian-13-genericcloud-amd64.qcow2 --install...
dein Gateway ist die Fritzbox also 192.168.178.1
dein DHCP vergibt Adressen zw 192.168.178.20 und 192.168.178.200
also kannst Du Adressen für deine LXC oder VMs nehmen von 192.168.178.201-192.168.178.254
Dein DNS Server ist auch deine Fritzbox...
That worked like a charm. I was running the reinstalls, but didn't know about removing the no-nag-script. I am not familiar with that. Can anyone explain what that does? THANKS!!!!
Hi all,
I have a proxmox clusternode which I wanted to upgrade to version 9. Something went wrong during the update and after a reboot the node does boot but without any network connectivity. I did not move the virtual machines and lxc...
Hi @domme0506 , welcome to the forum.
Instead of doing pass-through, create a dedicated Portal/Target on your SAN and directly connect to the Target/LUN inside the VM.
If you are looking for stable, supported production installation you should...