Project

General

Profile

Actions

Task #26

open

DNS lookup failure with refol.us domains from Ubuntu hosts

Added by Redmine Admin 6 months ago. Updated 6 months ago.

Status:
New
Priority:
Must Have
Assignee:
Category:
Ubuntu
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
Actions #1

Updated by Frank Refol 6 months ago

  • Assignee changed from Redmine Admin to Frank Refol
Actions

Also available in: Atom PDF