× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




You are correct and Scott was a little strong on his opinion there. While it is not REQuIRED to have your systems name and IP address in it's own host table for things to work correctly it is usually the case. The only time it works well NOT to have the name in there is if DNS is set up to inlclude the proper entries. Servers such as *SMTP *MGTC *HTTP(ADMIN) and others need to know that the name being used resolves an IP address that is on the system. Without this, "Unpredictable (but predictably bad) results will occur."

I can see why that would be needed for e-mail. The other thing it might be useful for is verifying digital certificates. I don't see why you'd need it for HTTP or MGTC.


But frankly, if you're using the HOST TABLE to verify digital certificates, or route e-mail, something is very wrong.

With e-mail, it means that you have to define every mail server and destination system in your host table for the entire world. And keep it up to date! Why wouldn't you just set up DNS?

For digital certificates, what you're doing is bypassing the security checks. It's not REALLY validating the certificate, because you could set any value you wanted in the host table whether it's correct or not. It would be more of a workaround to avoid proper validation than anything else.

I maintain that it's a very bad idea.

Also, none of this relates to FTP, which was the question. When FTP data channels are established, it's the IP address that's sent with the PORT command, or as a response to the PASV command. Not the domain name. So DNS/HOST lookup will NOT cause a data channel connection to fail -- which is clearly what's failing.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.