No access on proxmox pve name

platini76

New Member
Jul 13, 2023
10
1
3
my host file:

127.0.0.1 localhost.localdomain localhost
192.168.2.1 pve.fritz.box pve

# The following lines are desirable for IPv6 capable hosts

::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


I can reach on ip but not on pve.fritz.box even if the vm are reachables... so router works well... what I do wrong?
 
for some reasons I can reach it on the address proxmox.fritz.box
maybe there is another file that contain this configuration?
 
root@pve:~# cat /etc/hostname
pve
root@pve:~# hostname
pve
root@pve:~# cat /etc/resolv.conf
search fritz.box
nameserver 192.168.0.1
root@pve:~#