Actions
Task #26
openDNS lookup failure with refol.us domains from Ubuntu hosts
Start date:
04/29/2025
Due date:
% Done:
0%
Estimated time:
Description
I am getting the following error when using nslookup to lookup refol.us domain names:
frank@lidarr-0:~$ nslookup radarr.refol.us
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find radarr.refol.us: NXDOMAIN
Works fine in Windows hosts.
Seems to be caused by nameserver order in /etc/netplan/50-cloud-init.yaml.
nameservers:
addresses:
- 192.168.2.251
- 192.168.2.252
Lookup works fine if ordered accordingly.
nameservers:
addresses:
- 192.168.2.252
- 192.168.2.251
Updated by Frank Refol 6 months ago
- Assignee changed from Redmine Admin to Frank Refol
Actions