multicast_route

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
multicast_route [2017/10/18 16:34] walkeradminmulticast_route [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 17: Line 17:
 ---- ----
  
-==== 1. Create a routing file ====+===== 1. Create a routing file =====
 \\  \\ 
 In this example, we will define that all multicast traffic in the range 239.X.Y.Z will be listened on the eth2 interface.  In this example, we will define that all multicast traffic in the range 239.X.Y.Z will be listened on the eth2 interface. 
Line 52: Line 52:
  
 ---- ----
-==== 2. Add the route from the command line ====+
 +===== 2. Add the route from the command line =====
 \\  \\ 
 We can add the route from the command line, this does not create a file for us in the /etc/sysconfig/network-scripts folder, I don't actually know where it gets stored (or if it is persistent). so you need to test this method. We can add the route from the command line, this does not create a file for us in the /etc/sysconfig/network-scripts folder, I don't actually know where it gets stored (or if it is persistent). so you need to test this method.
Line 70: Line 71:
 you will see a table of routes, with the new route added. you will see a table of routes, with the new route added.
 \\  \\ 
-estination     Gateway         Genmask         Flags Metric Ref    Use Iface +<file> 
-default         10.43.0.3       0.0.0.0         UG    100    0        0 eno16780032\\  +Destination     Gateway         Genmask         Flags Metric Ref    Use IfaceD 
-10.0.0.0        10.0.3.70       255.0.0.0       UG    0      0        0 eno33559296\\  +default         10.43.0.3       0.0.0.0         UG    100    0        0 eno16780032 
-10.0.3.0        0.0.0.0         255.255.255.0       100    0        0 eno33559296\\  +10.0.0.0        10.0.3.70       255.0.0.0       UG    0      0        0 eno33559296 
-10.43.0.0       0.0.0.0         255.255.224.0       100    0        0 eno16780032\\  +10.0.3.0        0.0.0.0         255.255.255.0       100    0        0 eno33559296 
-<color #ed1c24>224.0.0.0       0.0.0.0         240.0.0.0                       0 eno33559296</color>+10.43.0.0       0.0.0.0         255.255.224.0       100    0        0 eno16780032 
 +224.0.0.0       0.0.0.0         240.0.0.0                0        0 eno33559296 
 +</file> 
 +\\  
 +The last line <color #ed1c24>224.0.0.0 0.0.0.0 240.0.0.0 eno33559296</color> is our new route.
 \\  \\ 
 \\  \\ 
  
  
multicast_route.1508340844.txt.gz · Last modified: 2023/03/09 22:35 (external edit)