Skip to content
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

Error listening to TCP on localhost:9182: listen tcp: lookup localhost on 8.8.8.8:53: no such host #46

Open
gabrieldan69 opened this issue Mar 8, 2024 · 4 comments

Comments

@gabrieldan69
Copy link

Error listening to TCP on localhost:9182: listen tcp: lookup localhost on 8.8.8.8:53: no such host

also forwarded port 9182

@lemois-1337
Copy link
Collaborator

Your local resolver wants to lookup localhost on public DNS server from Google. As localhost usually is 127.0.0.1, no correct DNS will give such answer. Recommendation is to correct the local resolution. Localhost should never being looked up in DNS.

@gabrieldan69
Copy link
Author

how to do that ? my dns is set to automaticaly in network preferences

@lemois-1337
Copy link
Collaborator

hosts file should have an entry like: 127.0.0.1 localhost

@dandmet
Copy link

dandmet commented Apr 19, 2024

I imported my wallet to a VM (windows hyper v) on a different machine. Karlsen bat file runs, but when I try to karlsenwallet start-daemon, I get the same message as the original poster "Error listening to TCP on localhost:9182: listen tcp: lookup localhost on 192.168.x.x:53: no such host" i checked host file under C:\Windows\System32\drivers\etc\hosts (it is showing 127.0.0.1 localhost) Haven't been able to figure this out ever since installing v1.2.0 on a new machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants