Linux Routing Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
ip route add 224.0.0.0/4 dev eth0
ip route add 224.0.0.0/4 dev eth0
</pre>
</pre>
=a=
=b=

Revision as of 14:31, 21 March 2017

Internal

Adding Multicast Routing to a Specific Network Interface

ip route add 224.0.0.0/4 dev eth0

a

b