DNS entry Result verification fail

Dutch2005

Active Member
Jun 10, 2017
10
2
43
40
I recently installed debian 9 (strecht) 1st then, went and configured the bridge.

Unable to do name resolution now..


If I go to the webGUI --> system --> DNS --> Result verification Failed (400)

Is there any file missing?

File: /etc/network/interfaces

# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.1.81
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
dns-nameservers 192.168.1.1
dns-nameservers 8.8.8.8
dns-nameservers 8.8.4.4
dns-search xtremeweb.local

Is what I tried to do to fix it..
 
managed to fix it,

added 1 entry at: /etc/resolv.conf

Then went to webGUI and made the correct modifications #Fixed#