Linux Routing Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


More details about ip can be found here {{Internal|Linux ip|ip}}
More details about ip can be found here {{Internal|Linux ip|ip}}
=Routing Configuration that Survives Reboot=

Revision as of 17:37, 21 March 2017

Internal

Adding Multicast Routing to a Specific Network Interface

ip route add 224.0.0.0/4 dev <device-name>

More details about ip can be found here

ip

Routing Configuration that Survives Reboot