-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network does not include all of the aliased domains #5239
Comments
I could reproduce the behavior stated in the issue description. Also, when I directly run the command in Powershell on the host machine, I see the actual name (loc.xiphoid24.com) printed in the output. @Nino-K , Do you have any quick insights on what could be the reason In Powershell
|
This looks like a bug in the Rancher Desktop host resolver. Could you check if the bug is fixed by enabling the experimental network tunnel feature (see https://docs.rancherdesktop.io/ui/preferences/wsl/network), as that bypasses the host resolver? |
@jandubois I enabled the experimental network tunnel and I am getting the same results.
|
You have attached the output of the Windows
MacOS
Ubuntu Distro on Rancher Desktop
Furthermore, different output from nslookup on different platforms is only related to the implementation of the nslookup itself on that specific platform. I'm going to close this issue as it does not seem to be a real problem. |
Actual Behavior
When requesting a CNAME for a domain inside a container the IP is resolved properly but it does not include the domain the CNAME alias is for, the A record.
Steps to Reproduce
Start an ubuntu docker container
docker run --rm -it --entrypoint /bin/bash ubuntu
Install dnsutils
apt update && apt install -y dnsutils
Run nslookup on a url with a CNAME
nslookup test.xiphoid24.com
Result
The proper IP address is resolved but the CNAME is returned as the Name and not an alias. The actual name (loc.xiphoid24.com) is not returned.
Expected Behavior
The proper IP address is resolved, the A record is listed as the name and the CNAME is listed as an Alias.
Additional Information
No response
Rancher Desktop Version
1.9.1
Rancher Desktop K8s Version
N/A
Which container engine are you using?
moby (docker cli)
What operating system are you using?
Windows
Operating System / Build Version
Windows 10 Pro 22H2
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
No
The text was updated successfully, but these errors were encountered: