I'm new to proxmox, Is there anyway I can directly access VMs without iptables NAT entry? For example I wish to ssh with port 22 to 2 different VMs inside my proxmox, current setup is port 41 for 1st VM and port 42 for 2nd VM.
num target prot opt source destination
1 DNAT tcp -- anywhere 192.168.0.120 tcp dpt:41 to:192.168.1.130:22
2 DNAT tcp -- anywhere 192.168.0.120 tcp dpt:42 to:192.168.1.131:22
num target prot opt source destination
1 DNAT tcp -- anywhere 192.168.0.120 tcp dpt:41 to:192.168.1.130:22
2 DNAT tcp -- anywhere 192.168.0.120 tcp dpt:42 to:192.168.1.131:22