- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems with telnet
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-14-2006 08:58 PM
02-14-2006 08:58 PM
Problems with telnet
I have installed a new computer, I am in console and I have net configured, but when I do a telnet loopback o telnet itself, it doesn't works ok.
Does anyone could help me?
#telnet 10.2.3.3
Trying...
Connected to 10.2.3.3
Escape character is '^]'.
(it hangs here)
# netstat -a |grep -i telnet
tcp 0 0 9z09.49298 9z09.telnet FIN_WAIT_2
tcp 0 0 9z09.telnet 9z09.49298 CLOSE_WAIT
tcp 0 0 9z09.49306 9z09.telnet FIN_WAIT_2
tcp 0 0 localhost.49300 localhost.telnet FIN_WAIT_2
tcp 0 0 *.telnet *.* LISTEN
tcp 0 0 9z09.telnet 9z09.49304 CLOSE_WAIT
tcp 0 0 9z09.telnet 9z09.49306 CLOSE_WAIT
tcp 0 0 localhost.telnet localhost.49296 CLOSE_WAIT
tcp 0 0 9z09.49304 9z09.telnet FIN_WAIT_2
tcp 0 0 localhost.49296 localhost.telnet FIN_WAIT_2
tcp 0 0 localhost.telnet localhost.49300 CLOSE_WAIT
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 09:03 PM
02-14-2006 09:03 PM
Re: Problems with telnet
check the speed of your network card and the port setting on your switch.
It is best to put these on the same settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 09:09 PM
02-14-2006 09:09 PM
Re: Problems with telnet
# stty
# stty echo
# telnet localhost
what are you getting now? Post the informations.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 11:01 PM
02-14-2006 11:01 PM
Re: Problems with telnet
speed 9600 baud; -parity hupcl clocal
intr = ^C; erase = DEL; kill = ^U;
eol2 = ^@; swtch = ^@;
brkint -inpck icrnl ixoff onlcr
-iexten echo echoe echok
-echoctl -echoke
# stty echo
# telnet localhost
Trying...
Connected to localhost.
Escape character is '^]'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 11:52 PM
02-14-2006 11:52 PM
Re: Problems with telnet
Please give the folowing comands to check:
grep telnet /etc/inetd.conf
/usr/sbin/inetd
inetd -c (to read the inetd.conf)
ore if it is not in the inetd
ps -ef |grep telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 12:55 AM
02-15-2006 12:55 AM
Re: Problems with telnet
1. Check your hostname is proper.
# hostname
# cat /etc/hosts
Both should be similar
2. Check /etc/nsswitch.conf file.
See you have set proper resolution order.
3. Check /etc/rc.config.d/netconf
For proper NIC configuration.
4. Use "linkloop" command to see if you are able to ping the switch port (cable may be bad)
5. Check your NIC port and switch port setting are in sync. Both should have similar speed settings, Duplexing etc.
Hope that resolves.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 01:00 AM
02-15-2006 01:00 AM