After installing proxbox backup server and running the service it looks like the proxmox backup server is listening to port 82 not to 8007
and proxmox backup server also listen to 127.0.0.1 , not to 0.0.0.0
how to change this and is there any config file of proxmox backup server?
Bash:
ss -tulpn
udp UNCONN 0 0 0.0.0.0:68 0.0.0.0:* users:(("dhclient",pid=324,fd=7))
udp UNCONN 0 0 127.0.0.1:323 0.0.0.0:* users:(("chronyd",pid=380,fd=5))
udp UNCONN 0 0 [::1]:323 [::]:* users:(("chronyd",pid=380,fd=6))
tcp LISTEN 0 128 127.0.0.1:82 0.0.0.0:* users:(("proxmox-backup-",pid=23236,fd=13),("proxmox-backup-",pid=23236,fd=12))
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=525,fd=3))
tcp LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=525,fd=4))
and proxmox backup server also listen to 127.0.0.1 , not to 0.0.0.0
how to change this and is there any config file of proxmox backup server?