I have a fresh installation of PVE, in which I have a PBS virtual machine (I don't have a second hardware for a separate server).
-> I need to connect a disk to the PBS via SMB, which uses port 445.
Proxmox Backup Server
When I use "nmap -p 445 <IP>":
Proxmox Virtual Enviroment
However, when I do the same on the host PVE, everything works:
I have the port enabled in iptables on the PVE:
Can someone please give me some advice on how to get SMB working in PBS?
-> I need to connect a disk to the PBS via SMB, which uses port 445.
Proxmox Backup Server
When I use "nmap -p 445 <IP>":
- PORT STATE SERVICE
- 445/tcp filtered microsoft-ds
Proxmox Virtual EnviromentPORT STATE SERVICE
445/tcp filtered microsoft-ds
However, when I do the same on the host PVE, everything works:
- PORT STATE SERVICE
- 445/tcp open microsoft-ds
I have the port enabled in iptables on the PVE:PORT STATE SERVICE
445/tcp open microsoft-ds
- ACCEPT tcp -- anywhere <IP> tcp dpt:netbios-ssn
- ACCEPT tcp -- anywhere <IP> tcp dpt:microsoft-ds
Can someone please give me some advice on how to get SMB working in PBS?ACCEPT tcp -- anywhere <IP> tcp dpt:netbios-ssn
ACCEPT tcp -- anywhere <IP> tcp dpt:microsoft-ds
Last edited: