Skip to content

Instantly share code, notes, and snippets.

@stoyanovgeorge
Created July 17, 2019 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoyanovgeorge/b97bdaced8abb2e6c8c6901d55b0e2de to your computer and use it in GitHub Desktop.
Save stoyanovgeorge/b97bdaced8abb2e6c8c6901d55b0e2de to your computer and use it in GitHub Desktop.
Join Multicast addresses over IGMP
The join command requires smcroute package to be installed
You can install it by executing:
sudo apt install smcroute
sudo smcroutectl join <interface> <mc_address>
where:
1. <interface> is the interface on which the MC traffic should be present
2. <mc_address> is the MC address without the port
For example:
sudo smcroutectl join eno1 225.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment