Port 445 not visible in PBS (as virtual machine in PVE)

I have tried forwarding "all" ports, but nothing changed

iptables -t nat -A PREROUTING -p tcp -d <NAS IP> --dport 100:3000 -j DNAT --to-destination 192.168.201.2:139
iptables -A FORWARD -p tcp -d 192.168.201.2 --dport 100:3000 -j ACCEPT
 
you've two problem :
1/ don't need port forward to allow VM network OUT ( like access a 445 tcp dest port )
2/ port forward is required to access VM port IN ( like access 8007 tcp src port)
 
There was no point in continuing with this.

I connected the disk via SMB to the Host (PVE) and then connected this connected disk as a disk to the VM (PBS) via VM -> Hardware -> Add -> Hard Disk.

Still, thank you for your help!
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!