- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet Problem
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-10-2008 01:50 AM
02-10-2008 01:50 AM
Telnet Problem
and net mask 255.255.255.0. this all servers are in same network(same vlan). all clients are 192.168.12.0 and 192.168.14.0 seris . i can telnet to linux servers and work from my pc (192.168.12.50).but i am not able to telnet to my hp Unix box ,some times i can login this server but with in seconds it will disconnect from server.
Can Anybody help me to slove the issue
Thanks
rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2008 02:21 AM
02-10-2008 02:21 AM
Re: Telnet Problem
Several possible issues:
a) Check /var/adm/inetd.sec to
verify if telnet is managed by the ACLs;
b) Check /etc/inetd.conf and then
/etc/hosts.allow and /etc/hosts.deny to see
if telnet is managed by TCP Wrappers;
c) Check if Bastille is configured on
the server:
/opt/sec_mgmt/bastille/bin/bastille -l
d) Check hostname resolution
(DNS, /etc/hosts, and so on).
That should do for the moment;.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2008 04:02 AM
02-10-2008 04:02 AM
Re: Telnet Problem
This is new box.Nothing is configured with this server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2008 12:30 AM
02-11-2008 12:30 AM
Re: Telnet Problem
Run this command on your server:
# netstat -a | grep -i telnet
Check the /etc/inetd.conf file for telenet entry.
Try restarting internet services by "inetd -c"
Check the syslog for related errors.
Thanks & Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2008 09:39 AM
02-11-2008 09:39 AM
Re: Telnet Problem
only problem with HP Unix Server.I can ping/telnet any linux sever.
i have checked all configaration which you have mentioned earlier. but still i am not able to telnet/ping to this unix box.
Thanks and regards
rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2008 06:19 PM
02-11-2008 06:19 PM
Re: Telnet Problem
OK, if you confirmed that ACLs aare not
an issue, next steps are:
a) Are ICMP blocked at the firewall
or routers in your company? I work
for companies that block ICMP so ping(1)
and traceroute(1) are useless in that case.
b) Is your HP-UX server on the network?
Did you check it via tools like linkinfo
(a new WTEC tool that will replace number of older commands in HP-UX).
Otherwise, use:
ifconfig lanXX
linkloop ...
lanscan
b) Does your HP-UX server have a default
route or any route, or you use
gated protocol?
netstat -rnv
c) Is your HP-UX server on the same subnet as
the other servers (network, subnet mask,
broadcast address...)?
d) Is the network interface set correctly
(to match settings on the router or switch):
duplex mode
autonegotiation
speed
e) Can you reach the HP-UX server by
using ssh?
f) Is inetd running on the HP-UX server
and is telnet enabled in /etc/inetd.conf?
g) What do the log files on the HP-UX
server show? For example,
/var/adm/syslog/syslog.log...
Cheers,
VK2COT