-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pimd's Configuration #1
Comments
You could perhaps setup a GRE tunnel ... look at http://github.com/troglobit/pimd/blob/master/README.config for example. |
Closed
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've enabled multicasting in the linux kernel. I could run pimd with the default configuration (without any modification in its .conf file).
Now, I'm having some trouble in configuring pimd for my purpose. I need to connect two private networks using pimd. I have two clusters and I need to enable multicast between them.
Each cluster has a management node (router) that is the gateway for the internet. Thus, this node is a NAT server.
In order to have communication between a node in cluster A and a node in cluster B, the communication channel must pass through both management nodes.
I'm trying to configure pimd in this scenario. I need to have it forwarding multicast beween the two clusters. However, as far as I've seen, pimd "forwards" multicast from a subnet to another subnet. In my case, I need pimd forwarding from a subnet to another router (pimd) that forwards to another subnet.
Is that (create a multicast tunnel) possible? If yes, how should I configure pimd to achieve such multicast tunneling?
Regards,
Robson
The text was updated successfully, but these errors were encountered: