- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Networking
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
09-25-2002 11:49 PM
09-25-2002 11:49 PM
How both machine be able to communicate? I can't ping each other.
Regards,
Munawwar
Workstation configuration:
/etc/hosts
150.236.124.1 gateway
150.236.124.25 xmws01
127.0.0.1 local host loopback
netstat -rn
destination gateway flags interface
127.0.0.1 127.0.0.1 UH lo0
150.236.124.25 127.0.0.1 UH lo0
default 150.236.124.1 UG lan0
150.236.124.0 150.236.124.25 U lan0
Server Configuration:
/etc/hosts
150.236.95.243 xmmas
127.0.0.1 localhost loopback
150.236.95.244 xmws01 wshost01 # 080009-9354B8
#150.236.95.244 xmws01 wshost01 # 0060B0-7F7930
#150.236.120.166 kancil wshost02 # 001083-fdff21
198.24.9.55 EMYKLNT151
150.236.95.228 ossmas1
netstat -rn
Routing tables
Destination Gateway Flags Refs Use Interface Pmtu PmtuTime
127.0.0.1 127.0.0.1 UH 0 116198 lo0 4608
150.236.95.243 127.0.0.1 UH 2811223019 lo0 4608
default 150.236.95.1 UG 10 942174 lan0 1500
150.236.95.0 150.236.95.243 U 0 153387 lan0 1500
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 12:31 AM
09-26-2002 12:31 AM
Re: Networking
#linkloop
it checks conectivity at MAC level... if you don't reach you have a cable problem
mac address is obtained with lanscan in each server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 12:58 AM
09-26-2002 12:58 AM
Re: Networking
The linkloop result is OK. The cable is OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:08 AM
09-26-2002 01:08 AM
Re: Networking
#netstat -in
and
#ifconfig lan0
in each one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:16 AM
09-26-2002 01:16 AM
Re: Networking
Are you using switch for interconnection. What are all the port settings ?. If you have enabled auto-negotiation turn it off and set
a fixed speed viz. 100 and duplex mode depending the server's network card.
Have recycled the power of the switch.
regards,
U.Sivakumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 01:17 AM
09-26-2002 01:17 AM
Re: Networking
I want this to be changed to
150.236.0.0 150.236.124.25
#route delete 150.236.124.0 150.236.124.25
#route add 150.236.0.0 150.236.124.25 0
now try doing a ping to
150.236.95.243.
Revert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 06:13 AM
09-26-2002 06:13 AM
Solution150.236.95.244 xmws01 wshost01 # 080009-9354B8
However, xmws01's IP address is 150.236.124.25. If you are trying to ping using names then it's no wonder it fails. See if you can ping with the iP address. If that fails then see below:
Since they each have a different gateway it appears that they are on separate LANs and they should talk to each other via their gateway routers. Verify that you can ping each router's IP address from the box which uses it as its gateway. IF you are using 11.0 or higher the router has to respond to pings or it will be declared a Dead Gateway and will not be used. (You can change this with NDD but the default is to have this feature on.)If that works then ping the other box's gateway router ip address. If that doesn't work then look at the routers.
It's clear from your netstat -rn tables that you are using a 255.255.255.0 mask on each box. If you want them to be on the same physical LAN (Connected by nothing more than a hub or switch or crossover cable) then you would have to either change the mask to 255.255.0.0 on both boxes and the gateways or change one of the boxes so that it has the same first three numbers as the other box and also change the default gateway to that used by the other box. Then clean up your /etc/hosts files.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 06:59 PM
09-26-2002 06:59 PM
Re: Networking
The Server can ping WS gw (150.236.124.1) BUT the WS itself can't ping it own gateway (150.236.124.1).
It stuck somewhere. Please advice
br,
Munawwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 10:55 PM
09-26-2002 10:55 PM
Re: Networking
Thank a lot for your information. The problem resolve by assigned the WS with different Ip address and configured it on the network.
Time to give you all rewards.
ADIOS AMIGOS,
Munawwar