I'm new to proxmox and have done my initial setup, all seems to work fine.
I plan to install nginx directly on the proxmox host, and from there redirect to some VM's as HomeAssistant.
I have setup HASSOS on a VM, but my proxmox cannot access the IPORT , however I can access it from any other machine in the network.
Seems like PVE does not have direct access to the VM's
/etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
HASSOS
# cat /etc/pve/qemu-server/100.conf
agent: 1
bios: ovmf
boot: order=scsi0
cores: 4
cpu: x86-64-v2-AES
efidisk0: local-lvm:vm-100-disk-0,efitype=4m,size=4M
ide2: none,media=cdrom
memory: 3072
meta: creation-qemu=8.1.5,ctime=1708882201
name: HomeAssistant
net0: virtio=BC:24:11:90:04:94,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-100-disk-1,cache=writethrough,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=f4bc975b-3810-47b9-8bd3-6002c6bc4d4b
sockets: 1
vmgenid: d157eaf2-9e19-49d0-b83a-48cecb148931
# telnet 192.168.1.3 8123
Trying 192.168.1.3...
No answer...
From my laptop:
> telnet 192.168.1.3 8123
Trying 192.168.1.3...
Connected to 192.168.1.3.
Escape character is '^]'.
Why I cannot access the IPORT from the proxmox host to the VM?
Thanks!
I plan to install nginx directly on the proxmox host, and from there redirect to some VM's as HomeAssistant.
I have setup HASSOS on a VM, but my proxmox cannot access the IPORT , however I can access it from any other machine in the network.
Seems like PVE does not have direct access to the VM's
/etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
HASSOS
# cat /etc/pve/qemu-server/100.conf
agent: 1
bios: ovmf
boot: order=scsi0
cores: 4
cpu: x86-64-v2-AES
efidisk0: local-lvm:vm-100-disk-0,efitype=4m,size=4M
ide2: none,media=cdrom
memory: 3072
meta: creation-qemu=8.1.5,ctime=1708882201
name: HomeAssistant
net0: virtio=BC:24:11:90:04:94,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-100-disk-1,cache=writethrough,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=f4bc975b-3810-47b9-8bd3-6002c6bc4d4b
sockets: 1
vmgenid: d157eaf2-9e19-49d0-b83a-48cecb148931
# telnet 192.168.1.3 8123
Trying 192.168.1.3...
No answer...
From my laptop:
> telnet 192.168.1.3 8123
Trying 192.168.1.3...
Connected to 192.168.1.3.
Escape character is '^]'.
Why I cannot access the IPORT from the proxmox host to the VM?
Thanks!