can you post your /etc/hosts
and /etc/network/interfaces
files?
also the output of ip a
command
See below. But I'm fairly certain this is unrelated to any settings. I have double checked everything several times. But now that I've seen at least two other people mention the same exact problem, I'm thinking it might possibly be a kernel/hardware related issue.
***/etc/hosts***
127.0.0.1 localhost.localdomain localhost
172.16.1.41 pve2.willyb.me pve2
# 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
***/etc/network/interfaces***
auto lo
iface lo inet loopback
iface enp37s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.16.1.41
netmask 255.255.255.0
gateway 172.16.1.1
bridge_ports enp37s0
bridge_stp off
bridge_fd 0
***ip address***
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
2: enp37s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether 70:85:c2:2c:ae:36 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 70:85:c2:2c:ae:36 brd ff:ff:ff:ff:ff:ff
inet 172.16.1.41/24 brd 172.16.1.255 scope global vmbr0
valid_lft forever preferred_lft forever