- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to connect remote server for HPUX
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
03-31-2004 03:38 PM
03-31-2004 03:38 PM
How to connect remote server for HPUX
My remote service is "dottest"(172.16.1.13)
If not use ping,under windows2000 enviroment telnet dottest is ok!
But under HPUX to telnet 172.16.1.13 is fail....
===================================
error message:
telnet: Unable to connect to remote host: Network is unreachable
====================================
What's happed ?
What I going to seup ?
P.S ping function is disable....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 03:44 PM
03-31-2004 03:44 PM
Re: How to connect remote server for HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 03:49 PM
03-31-2004 03:49 PM
Re: How to connect remote server for HPUX
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 04:00 PM
03-31-2004 04:00 PM
Re: How to connect remote server for HPUX
$ traceroute xx.xx.xx.xx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 05:20 PM
03-31-2004 05:20 PM
Re: How to connect remote server for HPUX
From hpux to remote 172.16.1.13
#traceroute 172.16.1.13
traceroute to 172.16.1.13(172.16.1.13), 30 hops max, 20 byte packets
1 gce11 (172.20.1.21) 0 ms !N 0 ms !N 0 ms !N
From hpux to my pc 172.20.1.100
# traceroute 172.20.1.100
traceroute to 172.20.1.100(172.20.1.100), 30 hops max, 20 byte packets
1 172.20.1.100 (172.20.1.100) 1 ms 0 ms 0 ms
Dear kaps:
HPUX
# netstat -rn
Routing tables
Dest/Netmask Gateway Flags Use Interface Pmtu
172.20.1.21 172.20.1.21 UH 0 221941 lan0 4136
127.0.0.1 127.0.0.1 UH 0 5466 lo0 4136
172.20.1.0 172.20.1.21 U 2 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 172.20.1.254 UG 0 0 lan0 1500
windows2000
C:\>netstat -rn
Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 90 cc 39 80 de ...... Bluetooth PAN Driver
0x1000004 ...00 05 5d 6b 6c e4 ...... D-Link DFE-530TX PCI Fast Ethernet Adapter
(rev.C)
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.20.1.254 172.20.1.100 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
172.20.0.0 255.255.0.0 172.20.1.100 172.20.1.100 1
172.20.1.100 255.255.255.255 127.0.0.1 127.0.0.1 1
172.20.255.255 255.255.255.255 172.20.1.100 172.20.1.100 1
224.0.0.0 224.0.0.0 172.20.1.100 172.20.1.100 1
255.255.255.255 255.255.255.255 172.20.1.100 2 1
Default Gateway: 172.20.1.254
===========================================================================
Persistent Routes:
None
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 05:53 PM
03-31-2004 05:53 PM
Re: How to connect remote server for HPUX
i.e. 172.16.1.254
check in /var/adm/inetd.sec of the remote server (172.16.1.13) whether there is any entry for the telnet from (172.20.1.21) to be blocked.
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 05:55 PM
03-31-2004 05:55 PM
Re: How to connect remote server for HPUX
Please check up the subnet masks in all the servers (both HP boxes)
This could also create trouble
regds
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 01:43 AM
04-02-2004 01:43 AM
Re: How to connect remote server for HPUX
to do so, run "ndd -set /dev/ip ip_ire_gw_probe 0".
You have to remove and add back the route to wake it up again.
route delete default 172.20.1.254
route add default 172.20.1.254 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 03:24 AM
04-02-2004 03:24 AM
Re: How to connect remote server for HPUX
I think your ping function is not disabled but you kan not use it as ordinay user,
You have to logon as root
sucess
Idriz