Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have fedora 22, networks works fine I can browse internet, I can ping....
Recently, I setup evolution email client, whenever I do "send/Receive" I get an error saying
Code:
Error while Fetching....Error resolving "mypop.domain.fr. No address associated with hostname.
Reading some articles on this side for similar issues, one recommended to do a telnet, here I discovered that doing
Code:
telnet mypop.domain.fr 110
sends back the same error
I run the exact same telnet commend from a windows machine n the ame subnet, same DNS, same gateway, it works fine telnet and pop, smtp protocol.
I checked fedora firewall, PO3s is checked in the public zone.
Am I missing something?
N.B : while I was checking firewall, I noticed that it is POP3s not POP3, is it the same thing or should it be POP3 and there is something wrong in my setup?
Thanks for your help
Try a traceroute (tracert on Windows) and pipe the output to files, then compare the two files. That might give you some clues as to where the connection is failing.
You may have to use the "m" argument with traceroute. See man traceroute for more.
Last edited by frankbell; 12-13-2017 at 08:40 PM.
Reason: grammar
It basically had to be "a DNS issue." To resolve any address, the system looks at /etc/hosts and then it starts issuing requests to a list of DNS servers. That's how "linuxquestions.org" gets resolved to an IP-address of one of its servers.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.