- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet/ftp DNS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2007 02:01 AM
тАО07-30-2007 02:01 AM
Their IP address is not recorded in DNS. Therefore telnet/ftp is enormously slow, however, if I add a record in /etc/hosts it is ok.
But I do not wan't to put their complete subnet in our /etc/hosts file.
Is their a possibility to disable the reverse DNS lookup for telnet and ftp??
Thanks,
-Stijn-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2007 02:04 AM
тАО07-30-2007 02:04 AM
Re: telnet/ftp DNS
/etc/nsswitch.conf
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue]
/etc/resolv.conf
search domain
nameserver IPaddress
retrans 500
retry 2
However, the retrans and retry doesn't solve the slow telnet/ftp connection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2007 08:27 AM
тАО07-30-2007 08:27 AM
Re: telnet/ftp DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2007 01:13 PM
тАО07-30-2007 01:13 PM
Re: telnet/ftp DNS
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2007 11:58 PM
тАО07-30-2007 11:58 PM
SolutionSo, the scenario changes from:
---------------------------------------
DNS server with no zone for the remote subnet.
Telnet Client ---> DNS
What's the hostname for this IP?
DNS doesn't know, goes off trying to find a server who does know, long delay here ...
DNS ---> Telnet client
I don't know the hostname for that IP
---------------------------------------
DNS server with empty zone.
Telnet Client ---> DNS
What's the hostname for this IP?
DNS finds the zone, knows he is authoritative. Looks for the hostname, doesn't have it. Immediately replies:
DNS ---> Telnet client
I don't know the hostname for that IP.
Telnet goes on with almost no delay ...
This scenario is only good if the remote hosts are really under the control of your DNS admins. If it's another company, the real answer is to ask THEM to set up a zone.