Skip to content

adamcathersides/smcroute_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Smcroute

A docker container running smcroute (a static multicast routing daemon). By running in net=host mode it allows the container to adjust the hosts mroute tables.

Basic usages

Run the daemon

docker run -d --name smcroute --net=host adamcathersides/smcroute:latest

Run with a config file

docker run -d --name smcroute --net=host adamcathersides/smcroute:latest -f config.conf

Add a route

docker exec smcroute smcroute -a eth0 192.168.1.1 239.1.1.1 eth1

Delete a route

docker exec smcroute smcroute -r eth0 192.168.1.1 239.1.1.1 eth1

Join a mulicast group

docker exec smcroute smcroute -j eth0 239.1.1.1

Leave a mulicast group

docker exec smcroute smcroute -l eth0 239.1.1.1

Source

https://github.com/adamcathersides/smcroute_docker

About

A docker container running the smcroute daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published