Good Morning. I need to add a SAMBA/CIFS storage over the internet, but I need the port to be 4445 instead of 445 because my ISP does not accept ports smaller than 1024 as input.
My command to mount is:
This command try to mount on port 445 but i need 4445.
My command to mount is:
Bash:
pvesm add cifs TESTE --server 190.15.5.X --share pasta --username user --password pass
This command try to mount on port 445 but i need 4445.