I disabled all modules except network and logs. I configured interface with a static IP, mask, gateway, and DNS nameservers.
I've noticed that both Gateway and DNS Nameservers configuration in the webadmin, is not showing up in /etc/network/interfaces, shouldn't it be?
Export from /etc/network/interfaces:
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
broadcast 192.168.1.255
Export from /etc/resolv.conf:
search %mydomain.com%
Interestingly, if I manually add my "dns-nameservers 192.168.1.2" to the /etc/network/interfaces, bring the eth0 down, then up, it will tell me that the DNS nameserver already exists. As if it is configured somewhere, like the zentyal webadmin maybe.
I'm just trying to ping said nameserver by using the hostname and it will not resolve the IP address. Pinging by IP address works fine.