There are plenty of post forum with this kind of error, usually triggered by wrong configuration of /etc/hosts https://pve.proxmox.com/wiki/Instal...d_an_.2Fetc.2Fhosts_entry_for_your_IP_address or network
Mine seems to be correct:
Attached, pvereport
Mine seems to be correct:
Code:
root@lon:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
51.89.228.11 lon.debu.eu lon.proxmox.com lon
root@lon:~# hostname --ip-address
51.89.228.11
Code:
root@lon:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The normal eth0
#allow-hotplug eth0
#iface eth0 inet dhcp
auto vmbr0
iface vmbr0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
# Additional interfaces, just in case we're using
# multiple networks
allow-hotplug eth1
iface eth1 inet dhcp
allow-hotplug eth2
iface eth2 inet dhcp
# Set this one last, so that cloud-init or user can
# override defaults.
source /etc/network/interfaces.d/*
root@lon:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether fa:16:3e:ef:aa:ea brd ff:ff:ff:ff:ff:ff
inet 51.89.228.11/32 brd 51.89.228.11 scope global dynamic eth0
valid_lft 70416sec preferred_lft 70416sec
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether fa:16:3e:ef:aa:ea brd ff:ff:ff:ff:ff:ff
inet 51.89.228.11/32 brd 51.89.228.11 scope global dynamic vmbr0
valid_lft 70416sec preferred_lft 70416sec
inet6 fe80::f816:3eff:feef:aaea/64 scope link
valid_lft forever preferred_lft forever
root@lon:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 51.89.228.1 0.0.0.0 UG 0 0 0 vmbr0
51.89.228.1 0.0.0.0 255.255.255.255 UH 0 0 0 vmbr0
Attached, pvereport
Attachments
Last edited: