This is probably a stupid question and there's probably also just one checkbox I'm missing, but: I'd like to access my VMs from the internet, like this:
1. Firewall is turned off in the Proxmox UI (Datacenter, Cluster, VM)
2. Firewall is turned off as well in the VM (
3. Network cards on VMs are bridged with
I'm out of ideas. Help (or RTFM with a Link) would be appreciated.
Code:
DyDNS:extPort > Router > InternalIP:intPort
- I have a DynDNS configured for years and I can access my jails in my TruNAS using port forwarding, no issues here
- I can also access the Proxmox GUI on 8006 the same way
- I can access my VMs from the local network
- But I cannot access any ports on the VMs externally
1. Firewall is turned off in the Proxmox UI (Datacenter, Cluster, VM)
2. Firewall is turned off as well in the VM (
iptables -L
returns ACCEPT
on all policies)3. Network cards on VMs are bridged with
vmbr0
, that one is using enp1s0
I'm out of ideas. Help (or RTFM with a Link) would be appreciated.