- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: telnet not working
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
05-17-2001 12:33 PM
05-17-2001 12:33 PM
telnet not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 12:45 PM
05-17-2001 12:45 PM
Re: telnet not working
If it is a new system: ensure the cable is plugged in and the IP address and the subnet of the cable that is plugged are the same.
If it is an existing system: Sounds like you have a physical problem. Maybe the cable came unplugged somewhere or has been cut, the network card has failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 12:49 PM
05-17-2001 12:49 PM
Re: telnet not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 12:54 PM
05-17-2001 12:54 PM
Re: telnet not working
You don't have a telnet problem; you have a network problem. Since you cannot ping remote hosts or they cannot ping you we need to fix that.
1) We need to determine if this is a name resolution problem. Does a ping ip_address work? e.g. ping 10.1.1.21 if that works then you need to fix your name resolution. Get DNS or NIS or etc/hosts working and configure /etc/nsswitch.conf.
2) If not a name resolution problem then
first do a lanscan and determine status
3) Examine /etc/netconf for correct IP address,
subnet mask, default route and gateway
4) examine the lan card configuration settings in /etc/rc.config.d/ for all lan devices that you have. I would hard set the speed/duplex on BOTH ends of each connection.
After you have all the settings correct, probably the easist method is to reboot.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 01:13 PM
05-17-2001 01:13 PM
Re: telnet not working
From what you mentioned in your previous post, it sounds like you have the wrong host/net info.
Check with
# netstat -rn
Which should give you something like
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 5533013 lo0 4136
192.168.1.33 192.168.1.33 UH 0 469591 lan0 4136
192.168.1.0 192.168.1.33 U 5 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 192.168.1.1 UG 0 0 lan0 1500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 01:24 PM
05-17-2001 01:24 PM
Re: telnet not working
route add default abc.abc.abc.abc:0
Then try pinging using the IPADRESSES only , if you can go out then you can also login to from outside .
Also then check for the DNS resolutions in case you want to telent using names.
Manoj Srivastava