- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Multi-IP routing 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
05-13-2003 12:55 AM
05-13-2003 12:55 AM
Multi-IP routing problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 05:55 AM
05-13-2003 05:55 AM
Re: Multi-IP routing problem?
arp -a
to see the MAC.
My bet would be a routing problem somewhere. traceroute would be the best way to check. Do one from each end and see where it stops. (You should probably do one now while it still works so that you will know for sure that traceroute works. Sometimes the reponse is turned off by the network admin.) Also do a
netstat -rn
now to see what your routing table looks like when it works.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 05:57 AM
05-13-2003 05:57 AM
Re: Multi-IP routing problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 07:15 AM
05-14-2003 07:15 AM
Re: Multi-IP routing problem?
See if MAC-address is hardcoded in some of these files:
grep STATION_ADDRESS\\[.\\]=0x /etc/rc.config.d/*
Some handy commands to check MAC-addresses, interfaces in use, drivers (appropriate config file)
lanscan
netstat -i
ioscan -fk | grep -i lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 10:43 AM
05-14-2003 10:43 AM
Re: Multi-IP routing problem?
...if it is done for load balancing, on HP-UX, one assigns the VIP to the loopback interface (lo0:1, lo0:2 etc) not a "real" (from the standpoint of the transport) interface