Hi
I've installed Proxmox on top of Debian 9, then upgraded everything to Buster & Proxmox 6 (in hope, it might solve my problem), but unfortunately it did not help.
Host and VMs have internet access and everything is fine.
I can access the VMs using their IPs, but not using their Hostname and I am at a loss to find out whats not working.
Firewall is disabled, on all instances
I hope I have added / attached all the correct information?
Thanks!
I've installed Proxmox on top of Debian 9, then upgraded everything to Buster & Proxmox 6 (in hope, it might solve my problem), but unfortunately it did not help.
Host and VMs have internet access and everything is fine.
I can access the VMs using their IPs, but not using their Hostname and I am at a loss to find out whats not working.
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug enp2s0
auto enp2s0
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.16.16.56
netmask 24
gateway 172.16.16.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
Firewall is disabled, on all instances
I hope I have added / attached all the correct information?
Thanks!
Attachments
Last edited: