I have a home server that i created a PBS (8007 port forwarded, SSL Certificate added ), and then I have a datacenter Proxmox PVE, i added the PBS to the PVE, then I tried to backup a VM
This is the log from backup
Telnet works. But on PBS log it shows
The 192.168.50.1 ip is actually the router where the port is forwarded. So I am not sure what is going on here, can anyone shed some light.
This is the log from backup
2023-04-13T13:03:13+08:00: starting new backup on datastore 'hkpm': "ct/118/2023-04-13T05:03:11Z"
2023-04-13T13:03:13+08:00: add blob "/hkpm/ct/118/2023-04-13T05:03:11Z/pct.conf.blob" (263 bytes, comp: 263)
2023-04-13T13:03:13+08:00: created new dynamic index 1 ("ct/118/2023-04-13T05:03:11Z/root.pxar.didx")
2023-04-13T13:03:13+08:00: created new dynamic index 2 ("ct/118/2023-04-13T05:03:11Z/catalog.pcat1.didx")
2023-04-13T13:04:23+08:00: POST /dynamic_chunk: 400 Bad Request: error reading a body from connection: connection reset
2023-04-13T13:04:23+08:00: POST /dynamic_chunk: 400 Bad Request: error reading a body from connection: connection reset
2023-04-13T13:04:23+08:00: POST /dynamic_chunk: 400 Bad Request: error reading a body from connection: connection reset
2023-04-13T13:04:23+08:00: backup failed: connection error: connection reset
2023-04-13T13:04:23+08:00: removing failed backup
2023-04-13T13:04:23+08:00: POST /dynamic_chunk: 400 Bad Request: error reading a body from connection: connection reset
2023-04-13T13:04:23+08:00: POST /dynamic_chunk: 400 Bad Request: error reading a body from connection: connection reset
2023-04-13T13:04:23+08:00: POST /dynamic_chunk: 400 Bad Request: error reading a body from connection: connection reset
2023-04-13T13:04:23+08:00: TASK ERROR: connection error: connection reset
Telnet works. But on PBS log it shows
Apr 13 13:20:59 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/status: 403 Forbidden: [client [::ffff:192.168.50.1]:54120] permission check failed
Apr 13 13:20:59 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/status: 403 Forbidden: [client [::ffff:192.168.50.1]:54124] permission check failed
Apr 13 13:21:00 pmbackup proxmox-backup-api[558]: POST /api2/json/access/ticket: 401 Unauthorized: [client [::ffff:192.168.50.1]:54130] permission check failed.
Apr 13 13:21:04 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/status: 403 Forbidden: [client [::ffff:192.168.50.1]:54120] permission check failed
Apr 13 13:21:05 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/status: 403 Forbidden: [client [::ffff:192.168.50.1]:54124] permission check failed
Apr 13 13:21:05 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/apt/repositories: 403 Forbidden: [client [::ffff:192.168.50.1]:54120] permission check failed
Apr 13 13:21:09 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/status: 403 Forbidden: [client [::ffff:192.168.50.1]:54120] permission check failed
Apr 13 13:21:09 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/apt/repositories: 403 Forbidden: [client [::ffff:192.168.50.1]:54124] permission check failed
Apr 13 13:21:10 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/status: 403 Forbidden: [client [::ffff:192.168.50.1]:54120] permission check failed
Apr 13 13:21:14 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/status: 403 Forbidden: [client [::ffff:192.168.50.1]:54124] permission check failed
Apr 13 13:21:15 pmbackup proxmox-backup-proxy[735]: GET /api2/json/nodes/localhost/status: 403 Forbidden: [client [::ffff:192.168.50.1]:54124] permission check failed
The 192.168.50.1 ip is actually the router where the port is forwarded. So I am not sure what is going on here, can anyone shed some light.