Hi,
I have tried following the steps outlined here (since I am using Vultr)
https://www.vultr.com/docs/how-to-install-proxmox-virtual-environment-on-debian-11/
Then I stumbled upon another set of instructions, here
https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye
Then I combined steps from both sources.
What settings am I missing?
Then I look at dmesg and there is an entry
Is the firewall blocking me thus I cannot access the management interface?
Yet, the ufw status is
So what is missing?
Thanks
I have tried following the steps outlined here (since I am using Vultr)
https://www.vultr.com/docs/how-to-install-proxmox-virtual-environment-on-debian-11/
Then I stumbled upon another set of instructions, here
https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye
Then I combined steps from both sources.
- change hostname (vultr)
- change hosts (vultr)
- change network configuration (vultr)
- add repository (proxmox)
- apt update && apt full-upgrade
- install kernel PVE
- remove Debian kernel
- update-grub
- remove os-graber
- reboot
What settings am I missing?
Then I look at dmesg and there is an entry
Code:
[ 66.418074] [UFW BLOCK] IN=vmbr0 OUT= MAC=3c:ec:ef:b9:f1:22:90:0a:84:53:fd:3c:08:00 SRC=My_IP_Address DST=Proxmox_IP_Address LEN=52 TOS=0x00 PREC=0x00 TTL=119 ID=44045 DF PROTO=TCP SPT=55332 DPT=8006 WINDOW=64240 RES=0x00 SYN URGP=0
[ 85.295835] [UFW BLOCK] IN=vmbr0 OUT= MAC=3c:ec:ef:b9:f1:22:90:0a:84:53:fd:3c:08:00 SRC=My_IP_Address DST=Proxmox_IP_Address LEN=52 TOS=0x00 PREC=0x00 TTL=119 ID=44059 DF PROTO=TCP SPT=55349 DPT=8006 WINDOW=64240 RES=0x00 SYN URGP=0
[ 107.649449] [UFW BLOCK] IN=vmbr0 OUT= MAC=3c:ec:ef:b9:f1:22:90:0a:84:53:fd:3c:08:00 SRC=My_IP_Address DST=Proxmox_IP_Address LEN=52 TOS=0x00 PREC=0x00 TTL=119 ID=44069 DF PROTO=TCP SPT=55491 DPT=8006 WINDOW=64240 RES=0x00 SYN URGP=0
Is the firewall blocking me thus I cannot access the management interface?
Yet, the ufw status is
Code:
root@prox:~# ufw status
Status: active
To Action From
-- ------ ----
22/tcp ALLOW Anywhere
22/tcp (v6) ALLOW Anywhere (v6)
So what is missing?
Thanks