Closed cantalupo555 closed 1 year ago
https://github.com/jiangcuo/Proxmox-Arm64/wiki/Install-Proxmox-VE-on-Debian-bullseye#troubleshooting
You should review your /etc/hosts file according to the instructions above.
This is my file /etc/hosts
127.0.0.1 localhost.localdomain localhost
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
2804:29b8:509d:e762:fe8a:f6f4:95c6:1400 debian
@cantalupo555 you should add the ip address of the orange pi with the current hostname
Just like this:
Hi, @SuperKali I only have IPv6. My IPv4 is local.
Thanks you.
@cantalupo555 if you see, when you do the command hostname --ip-address the ip address should be 192.168.1.125, this means you've configured it correctly.
@SuperKali
Thank you very much, it worked. I'm using Armbian based on Debian 12 (bookworm).
root@orangepi5:~# hostname --ip-address
2804:29b8:509d:e762::7a3 192.168.1.113
I'm going to change the domain to orangepi5.cantalupo.com.br and open the port to have external access to the proxmox panel via IPv6.
I'm using Orange Pi 5 with Armbian Debian, kernel 6.5 edge.
At the end of the command it displays an error:
apt install proxmox-ve postfix open-iscsi
I used the wiki as an installation reference: https://github.com/jiangcuo/Proxmox-Arm64/wiki/Install-Proxmox-VE-on-Debian-bullseye