- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: PC Telnet and 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
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
12-07-2000 11:59 AM
12-07-2000 11:59 AM
PC Telnet and DNS
Your help is greatly appreciated.
Michelle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 12:44 PM
12-07-2000 12:44 PM
Re: PC Telnet and DNS
I would HIGHLY recommend the investment in time involved in updating DNS.
Have a Great Day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 05:52 PM
12-08-2000 05:52 PM
Re: PC Telnet and DNS
Update DNS and use DNS for Wins on your PC's, Setup Wins for your PC's or make host files and put them in
c:\\windows (95/98/ME)
c:\\winnt\\system32\\drivers\\etc (NT4/2000).
Keep it simple and use DNS :-)
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2000 11:41 AM
12-09-2000 11:41 AM
Re: PC Telnet and DNS
You need to identify if your problem is caused by slow IP address resolution to a TCP/IP hostname ?OR- IP address slow name resolution for a NetBios name (computer name) - The symptoms for name resolution issues will be like it take a long time to get a telnet session established. Generally telnet should take < 2 ?3 seconds to get the connection established, if your DNS, WINS or hosts file are properly configured. Run nslookup (or the debug nslookup ?d2 option) to verify the time it takes to get the connection established. If the session takes more then 2 to 3 seconds then you have a name resolution delay, and you need to add the entries of the nodes to WINS, DNS or hosts file. - Microsoft TCP/IP network had an unpleasant pair of options for NetBIOS over TCP/IP name resolution: They could either rely on broadcasts or construct a static name resolution table, lmhosts & hosts. So make sure that you are using DNS and or WINS (and you have SP6a loaded on all your DNS servers and clients!)
- Adding the TCP/IP and NetBios names to DNS will definitely speed up the name lookup if DNS is properly configured.
If the problem is with slow performance after that the telnet session have been established, then it?s not a DNS or WINS issue.
hope this helps,
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2000 05:47 PM
12-09-2000 05:47 PM
Re: PC Telnet and DNS
be careful about name resolution on Windozes...
It tries NetBIOS first! Hence put in your names
and IP-addresses into your PC's local "lmhosts" file.
Usually in "\WinNt\system32\drivers\etc\lmhosts".
That file normally just does not exist - you have to
create it!!! Syntax like "hosts" on your unix.
Read the comments in "lmhosts.sam" on your PC.
Check your NetBIOS cache with "nbtstat -c".
HTH,
Wodisch