- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet session
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-23-2003 11:07 PM
02-23-2003 11:07 PM
telnet session
My HP-UX B.10.01 can not establish a telnet/ftp session in from other system, but it can make a telnet/ftp session out. I had already restarted inetd too and the output of netstat -an as follows:
....
tcp 0 0 *.23 *.* listen
tcp 0 0 *.21 *.* listen
.....
and inetd.sec contains the following entries:
....
spc allow 127.0.0.1
mserve allow 127.0.0.1
.....
and no host.allow or host.deny file under /etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2003 11:23 PM
02-23-2003 11:23 PM
Re: telnet session
#/usr/sbin/inetd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 12:19 AM
02-24-2003 12:19 AM
Re: telnet session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 12:36 AM
02-24-2003 12:36 AM
Re: telnet session
inetd -l
and see if anything is displayed when you try and connect.
rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 12:49 AM
02-24-2003 12:49 AM
Re: telnet session
check your routing table ,sometimes a corrupted routine table can give problems like this .
#netstat -r
#/usr/sbin/initd stop
#route -f
#/usr/sbin/initd start
stop inetd flush your routine table and restart inetd.
live free or die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 12:51 AM
02-24-2003 12:51 AM
Re: telnet session
sorry inetd not initd /usr/sbin/inetd
sorry again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 01:16 AM
02-24-2003 01:16 AM
Re: telnet session
1.inetd not running.if inetd is running is telnet and ftp lines inside the /etc/inetd.con file enabled and not commented.You should do a inetd -c to re-read the configuration file for changes.
2.Duplicate ip-address on the network.
What messages are you getting while doing a telnet
Also check your /var/adm/syslog/syslog.log file for any hint.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 01:31 AM
02-24-2003 01:31 AM
Re: telnet session
Have you checked some "telnet allow|deny" definition in the /var/adm/inetd.sec?
To more info "man inetd.sec"
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 01:42 PM
02-24-2003 01:42 PM
Re: telnet session
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 07:16 PM
02-24-2003 07:16 PM
Re: telnet session
All the above methods I had already tried, however the error still existed.
But most interesting thing that I can telnet itself by using localhost.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 07:21 PM
02-24-2003 07:21 PM
Re: telnet session
I've seen localhost defined to A host in DNS before.
Look at resolution order in nsswitch.conf & then pursue it in that order.
Rgds,
Jeff (It's usually basic)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:04 AM
02-25-2003 08:04 AM
Re: telnet session
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 10:34 AM
02-25-2003 10:34 AM
Re: telnet session
in hpux 11.11 (superdome).
I think, when you telnet your system, it tried to resolve your hostname and just times out with DNS.
You should try these 2 things (helped in my case):
1. route add
2. look in your /etc/nsswitch.conf file (create it if needed) and disable dns resolving
I think it should help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:17 AM
02-25-2003 11:17 AM
Re: telnet session
What exact error messages you are getting when you try to telnet your machine from another machine.? Please post that message.
Also. check your /var/adm/inetd.sec file, it must be the culprit of this problem in most of the cases. If any entry for particular IP ranges then please remove them and restart inetd using "inetd -c" command.
Thanks,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 12:35 AM
02-26-2003 12:35 AM
Re: telnet session
The telnet output message from the same subnet host ip address 172.22.61.80 is
#telnet 172.22.61.81
Trying ...
telnet: Unable to connect to remote host: Connection timed out
#
#ping 172.22.61.81
64 bytes from 172.22.61.81: icmp_seq=0. time=0.ms
64 bytes from 172.22.61.81: icmp_seq=0. time=0.ms
64 bytes from 172.22.61.81: icmp_seq=0. time=0.ms
#
and inetd.sec contains the following entries:
....
spc allow 127.0.0.1
mserve allow 127.0.0.1
.....
also no host.allow or host.deny file under /etc
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 06:45 AM
02-26-2003 06:45 AM
Re: telnet session
Ron