Replies: 4 comments 5 replies
-
If your trying to use VLANs then your network configuration is wrong. Normally, I only see multiple IP addresses on a NIC if they belong to the same subnet. When PIMD sends network traffic, it sends it out the device (bond1.2016) and the device chooses the source IP address. I would recommend having those two subnets on separate VLANs so their broadcast traffic doesn't overlap. |
Beta Was this translation helpful? Give feedback.
-
Hello ruckc, thank you for your quick response. I think my network setup is not wrong because I can see the igmp report traffic in the interface bond1.2016 from the receiver machine my concern is that when the receiver machine try to subscribe to the multicast groups, I can't see any entry in the Multicast Routing Table
|
Beta Was this translation helpful? Give feedback.
-
If I understood your setup, I think you may be able to solve your problem by using the In pimd versions < 3.x, the first interface address found is the only address pimd considers. As of pimd 3.0 (still unreleased), the first address found enumerates the VIF and any other addresses found for the same interface adds altnets automatically. |
Beta Was this translation helpful? Give feedback.
-
Converted to discussion, since this doesn't seem to be a bug report, but more of a support request. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'am configuring pimd in a linux box acting as a router, I have a vlan interface with 2 ips
The receiver machine behind the interface bond1.2016 is configured with an ip in the network 10.200.75.161/27
bellow pimd config file
When I start pimd with this config, it create the bellow entry in the routing table
My question is how can I configure pimd to create an entry in the 10.200.75.161/27 network? Or how can make my setup working with 2 IPs ?
FY, I tried to add the ip instead of the interface in the config file but this is not working
Regards
Beta Was this translation helpful? Give feedback.
All reactions