DNS is working on other PC's using the same router so I'm wondering what I'm missing here. DHCP for the Azboxes are working and the speed test is working. But, time doesn't update and running nslookup from the Azbox CLI returns:
AZBox[~]$ nslookup google.com
Server: ea6900
Address: 192.168.27.1
nslookup: google.com: Unknown host
AZBox[~]$ nslookup google.com 8.8.8.8
*** Unknown host
nslookup: google.com: Unknown host
AZBox[~]$ ping -c 1 ea6900
PING ea6900 (192.168.27.1): 56 data bytes
64 bytes from 192.168.27.1: icmp_seq=0 ttl=64 time=4.0 ms
--- ea6900 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 4.0/4.0/4.0 ms
AZBox[~]$ ping -c 1 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=56 time=24.5 ms
--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 24.5/24.5/24.5 ms
Obviously, it's a DNS issue
AZBox[~]$ nslookup google.com
Server: ea6900
Address: 192.168.27.1
nslookup: google.com: Unknown host
AZBox[~]$ nslookup google.com 8.8.8.8
*** Unknown host
nslookup: google.com: Unknown host
AZBox[~]$ ping -c 1 ea6900
PING ea6900 (192.168.27.1): 56 data bytes
64 bytes from 192.168.27.1: icmp_seq=0 ttl=64 time=4.0 ms
--- ea6900 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 4.0/4.0/4.0 ms
AZBox[~]$ ping -c 1 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=56 time=24.5 ms
--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 24.5/24.5/24.5 ms
Obviously, it's a DNS issue