Heyho
If I try to add an SMB Storage with IPv6 via WebUI I get the error:
I think the problem is here that proxmox adding the brackets here which are not supported.
Is there a workaround for this problem?
Greetings
Cy
If I try to add an SMB Storage with IPv6 via WebUI I get the error:
Code:
create storage failed: mount error: mount error: could not resolve address for [2a01:XXXX:XXXX:XXXX:XXXX:1:0:2]: Unknown error (500)
I think the problem is here that proxmox adding the brackets here which are not supported.
Code:
root@XXXX:~# mount.cifs //[2a01:XXXX:XXXX:XXXX:XXXX:1:0:2]/proxmox test
mount error: could not resolve address for [2a01:XXXX:XXXX:XXXX:XXXX:1:0:2]: Unknown error
root@XXXX:~# mount.cifs //2a01:XXXX:XXXX:XXXX:XXXX:1:0:2/proxmox test
Password for root@//2a01:XXXX:XXXX:XXXX:XXXX:1:0:2/proxmox:
Is there a workaround for this problem?
Greetings
Cy
Last edited: