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: