- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: multicast routing
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
04-16-2003 12:13 AM
04-16-2003 12:13 AM
multicast routing
for you this could be correct (from netstat -rn):
224.0.0.0 10.196.80.1 U 0 lan3 1500
224.0.0.0 10.196.81.1 U 0 lan4 1500
224.0.0.0 10.196.66.1 U 0 lan2 1500
thank you
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:47 AM
04-16-2003 02:47 AM
Re: multicast routing
HP-UX do not like the same subnet over separate NICs.
It can look like working correctly at the beginning, but then you can find strange behaviour.
Check this:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x64e0cdec06f1d61190050090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x94b83a1c04ffd61190050090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x97689c196a4bd71190080090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x330f5fe8b250d71190080090279cd0f9,00.html
Good luck
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 04:15 AM
04-16-2003 04:15 AM
Re: multicast routing
But I don't see a same subnet over this three NICs.
I see the same net destination routed over three different NICs.
I ask if I sent a packet to 239.1.13.16, belonging to that network, what is the NIC used? And why?
How OS works in this situation?
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 05:09 AM
04-16-2003 05:09 AM
Re: multicast routing
The subnet:
To be absolutelly sure you should check netmask also (netstat -nrv).
If you used the default, the 10.x.x.x is address of class A, fo these three are in the same subnet 10.0.0.0
Good luck
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 05:25 AM
04-16-2003 05:25 AM
Re: multicast routing
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 05:32 AM
04-16-2003 05:32 AM
Re: multicast routing
As far as 224 is concerned this is a special case and having a route to 224 on every interface is normal. See the man for mrouted where it says:
"mrouted automatically configures itself to forward on all multicast-capable interfaces (i.e., interfaces that have the IFF_MULTICAST flag set, excluding the loopback "interface")."
The network you cited, 239.x is not a member of the 224 network so the netstat info you gave does not apply.
Ron