As we have no info whatsoever on your setup, besides dns doesn't work.So trying to get the picture, with my hands tied behind my back, while hung from one feet upside down,while swinging vigorously, and of course blindfolded.
Yep, tried recursive and manual one
What do you mean by manual one?
on a cloud KVM hypervisor
Can you be more specific on the cloud part?
/\
Start the configure menu:
The saved settings. So check this first
Did you assign the proper network to the (LAN) interface?
Did you assign the proper gateway?
Did you enable recursion?
It doesn't make sense to edit
resolv.conf manually
Code: Select all
; generated by /sbin/dhclient-script <-- (losing config on each reboot)
search EXAMPLE.LAN. EXAMPLE.MAN.
nameserver 127.0.0.1 -< unbound!
in
/etc/sysconfig/network
Code: Select all
NETWORKING_IPV6=no
IPV6INIT=no
NETWORKING=yes
DHCPV6=no
IPV6_AUTOCONF=no
HOSTNAME=EFA.EXAMPLE.LAN
GATEWAY=xxx.xxx.xxx.xxx < GATEWAY
For dhcp to generate fixed ip's, you need the mac address of the networkcard.
In the dhcp server (DHCP Static Mappings ) you can assign an ip for this mac address outside the dhcp range.
in
/etc/sysconfig/network-scripts/ifcfg-eth0
Code: Select all
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
NetworkManager will manage the interfaces by default unless you add: NM_CONTROLLED=no
Check
/etc/hosts
Code: Select all
127.0.0.1 localhost.localdomain localhost localhost4 localhost4.localdomain4
xxx.xxx.xxx.xxx EFA.EXAMPLE.LAN EFA
Check Unbound config ( and evt forwarders)
search google:
Code: Select all
site:forum.efa-project.org unbound DNS