- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Telnet connections are slow
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
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
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
02-25-2004 10:49 AM
02-25-2004 10:49 AM
Telnet connections are slow
When I change the resolver to be the primary/master DNS system then telnets work perfectly and there is no delay.
The command I'm using to switch between resolvers is:
$tcpip set name/noserver=127.0.0.1/system
$tcpip set name/server=192.70.176.91/system
I would think having the resolver look at a local copy of the DNS data would be faster.
Thanks for any and all thoughts.
Regards,
Trace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 02:36 PM
02-25-2004 02:36 PM
Re: Telnet connections are slow
the delay with telnet you describe typically happens when a name actually can not be resolved. How does tcpip show name look like after you issued the commands given? Are you able to resolve the names/ip-addresses of the systems connecting via telnet.
Also the help states pretty clearly not to use /noserver and /system together, maybe you need to adjust your commands.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 04:24 PM
02-25-2004 04:24 PM
Re: Telnet connections are slow
Could you provide some additional information on the following
1. When you set your sec DNS server to resolve itself, is it only the INCOMING telnet sessions that are slow or also outgoing?
2. Try adding the host name in the local host file (name file) and see how the system behaves.
Item#2 above will help us to determine where the problem is.
I am a TCPware man, but i am sure its not very different from DEC TCP/IP.
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 03:26 AM
02-26-2004 03:26 AM
Re: Telnet connections are slow
Telnets to external systems from the "bad" one work find. It's just telnets TO the "bad" system that are slow.
I added an external host to the "bad" systems local host table, but telnets from that external host back to the "bad" host were still slow.
I ripped out the DB files from the sys$specific:[tcpip$bind] directory on the bad host and restarted the BIND process. It correctly downloaded new files from the master. My problem still did not go away.
$tcpip show host/external_host_name
and
$tcpip show host/external_host_ip_address
commands work perfectly fine on the "bad" host.
Thanks again for any and all responses and thoughts.
Regards,
Trace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 03:49 AM
02-26-2004 03:49 AM
Re: Telnet connections are slow
There was a typo in the BIND configuration file on the "bad" system. We comment out the reference to the "." zone in our configuration because we don't want the resolver to go to the internet for name resolutions. I copied a configuration file from a good system to the bad system and everything is working fine now.
Thanks everyone for your help!
Regards,
Trace