- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote Console connection
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-2002 04:24 PM
02-14-2002 04:24 PM
Remote Console connection
Thanks,
Dante-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2002 05:26 PM
02-14-2002 05:26 PM
Re: Remote Console connection
Check your access control settings. Did you restrict telnet to only specific source IP addresses?
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2002 05:26 PM
02-14-2002 05:26 PM
Re: Remote Console connection
While inside the data center on a PC which can reach the Console do
nslookup Consolehostname
Where Consolehostname is the hostname you are trying to get to.
Repeat the nslookup on the outside machine. Compare IP addresses. Are they the same?
Try a traceroute and see where it goes. Try telneting to the ip address instead of the hostname.
Are we going through a firewall or NAT in order to get there.
If you are really getting to the same machine then there must be a security file somewhere which tells it who it is allowed to talk to based on the source ip address/hostname. One of the security gurus will have to help you there. I'm mostly just a network guy.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2002 05:27 PM
02-14-2002 05:27 PM
Re: Remote Console connection
Looks like a firewall or a route issue to me. If you are using a workstation go to the ms-dos prompt and run the tracert command with the ip address of the server you want to connect,
tracert ip_add_of_server
Make sure there is no firewall sitting between the workstation you are using and the system you are trying to connect.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2002 05:32 PM
02-14-2002 05:32 PM
Re: Remote Console connection
Since you can ping the console,
1) the hostname can be resolved to IP address
2) there is a valid route to the console
The possible ACL points include
1) router
2) firewall
3) server
4) client (you could be blocking outbound telnet access)
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2002 05:47 PM
02-14-2002 05:47 PM
Re: Remote Console connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 12:49 PM
02-18-2002 12:49 PM
Re: Remote Console connection
Thanks again for your time.
Dante-