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
01-29-2002 11:11 PM
01-29-2002 11:11 PM
why?
I have a problem about hp L2000,sometime I and
my team member can't telnet the L2000,terminal show "refused by host",but the server is fine viewing on console.
why?
my HP-UX is 11.0,thank all for help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 11:28 PM
01-29-2002 11:28 PM
Re: why?
If you can telnet from another PC, or terminal
or system, Check that the user's IP address does not appear in the /var/adm/inetd.sec file
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2002 11:44 PM
01-29-2002 11:44 PM
Re: why?
and the PCS is not same the subnet to the server.
so what should i do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 12:15 AM
01-30-2002 12:15 AM
Re: why?
May sound a bit stupid, but is the telnet daemon up and running ?
Check /etc/inetd.conf for that.
Did you setup the file /etc/securetty for root ?
Are your parameters for telnet sessions and devices configured properly ?
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 12:24 AM
01-30-2002 12:24 AM
Re: why?
how many telnet sessions are open when you cannot telnet - maybe system rejects another telnet connection because the limit is reached.
Later,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 12:25 AM
01-30-2002 12:25 AM
Re: why?
Another test is to try ftp and see if that works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 12:58 AM
01-30-2002 12:58 AM
Re: why?
1)telnet allow
(This line permits telnet access to mentioned ip address / network address)
2)telnet deny
(This line denies telnet access to mentioned ip address / network address)
Accordingly you can remove / keep the lines.
Hope you are trying access port TCP/23 on the server by telneting to it and telnet service is running on the server on this port.
-vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 01:15 AM
01-30-2002 01:15 AM
Re: why?
I think you are trying to telnet from the PC whcih is in other sub net for which there is no route added in your HP server.
If that is the case ,
check the routing entries with this command netstat -rn,any missing destinations can be added with the below mentioned approach:
By adding following entry to /etc/rc.config.d/netconf file:
ROUTE_DESTINATION[I]="ip of destination host"
ROUTE_MASK[I]=""
ROUTE_GATEWAY[I]={ip of gate way}
ROUTE_COUNT[I]=1
ROUTE_ARGS[I]=""
OR running the command
#route add net netmask
Example:
route add net 133.3.0.0 netmask 255.255.0.0 133.2.4.8 1
ROUTE_DESTINATION[#]="net 133.3.0.0"
ROUTE_MASK[#]="255.255.0.0"
ROUTE_GATEWAY[#]=133.2.4.8
ROUTE_COUNT[#]=1
ROUTE_ARGS[#]=""
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 01:57 AM
01-30-2002 01:57 AM
Re: why?
maybe some windows fool just setting his (illegal) machine to the first IP that came to mind?
bye
MH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 07:18 AM
02-17-2022 07:18 AM
Re: why?
I also had problem like this, it is good to try Firmao