- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: I con't ping to router ????
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
06-05-2011 04:56 AM
06-05-2011 04:56 AM
I con't ping to router ????
and please check the attached file for more information.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2011 08:35 AM
06-05-2011 08:35 AM
Re: I con't ping to router ????
uname -a
What are the routes (and netmasks) at the
destination systems? It's nice that
10.210.95.33 knows how to get a message to
10.210.95.36, but 10.210.95.36 also needs to
know how to get a reply back to 10.210.95.33.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2011 09:38 PM
06-05-2011 09:38 PM
Re: I con't ping to router ????
It looks like you have Virtual Connect. If the current VC configuration profile does not specify the required connectivity for the component interfaces of your lan902 (i.e. lan2 and lan11), no configuration on the OS side is going to make the interfaces work.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2011 10:39 PM
06-05-2011 10:39 PM
Re: I con't ping to router ????
i configured with adding this information
DEFAULT_INTERFACE_MODULES=""
LANCONFIG_ARGS[0]=ether
INTERFACE_NAME[1]="lan1"
IP_ADDRESS[1]="10.14.170.71"
SUBNET_MASK[1]="255.255.254.0"
BROADCAST_ADDRESS[1]=""
INTERFACE_STATE[1]="up"
DHCP_ENABLE[1]="0"
INTERFACE_MODULES[1]=""
INTERFACE_NAME[2]="lan2"
IP_ADDRESS[2]="10.210.95.33"
SUBNET_MASK[2]="255.255.255.240"
BROADCAST_ADDRESS[2]=""
INTERFACE_STATE[2]="up"
DHCP_ENABLE[2]="0"
INTERFACE_MODULES[2]=""
ROUTE_DESTINATION[1]="net 10.228.49.224"
ROUTE_GATEWAY[1]=
ROUTE_COUNT[1]=1
ROUTE_MASK[1]=
ROUTE_ARGS[1]=""
DEFAULT_INTERFACE_MODULES=""
LANCONFIG_ARGS[0]=ether
INTERFACE_NAME[1]="lan1"
IP_ADDRESS[1]="10.14.170.71"
SUBNET_MASK[1]="255.255.254.0"
BROADCAST_ADDRESS[1]=""
INTERFACE_STATE[1]="up"
DHCP_ENABLE[1]="0"
INTERFACE_MODULES[1]=""
INTERFACE_NAME[2]="lan2"
IP_ADDRESS[2]="10.210.95.33"
SUBNET_MASK[2]="255.255.255.240"
BROADCAST_ADDRESS[2]=""
INTERFACE_STATE[2]="up"
DHCP_ENABLE[2]="0"
INTERFACE_MODULES[2]=""
ROUTE_DESTINATION[1]="net 10.228.49.224"
ROUTE_GATEWAY[1]=10.210.95.38
ROUTE_COUNT[1]=1
ROUTE_MASK[1]=
ROUTE_ARGS[1]=""
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2011 10:47 PM
06-05-2011 10:47 PM
Re: I con't ping to router ????
how abt #traceroute 10.210.95.36 , also as mentioned above check Virtual Connect configuration
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2011 10:54 PM
06-05-2011 10:54 PM
Re: I con't ping to router ????
My problem is i disconnect the cable physically of lan2 on lan902 from first router (10.210.95.36)
to test the APA failover to second lan11 on lan902 but when i try to ping to this subnet (10.210.95.xx) i don't find any response this means the problem on failover between VC on bay 1 and bay 2 (lan2 is configured on VC bay 1 and lan11 on VC bay 2) with auto port aggregation
How to solving this problem
Thanks