Mac Routing Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Mac =Add a Static Route= <pre> route -n add 172.30.0.0/16 172.20.1.1 </pre>")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
<pre>
<pre>
route -n add 172.30.0.0/16 172.20.1.1
route -n add 172.30.0.0/16 172.20.1.1
</pre>
=Add a Static Multicast Route=
<pre>
route add 224.0.0.0 -netmask 240.0.0.0 127.0.0.1
</pre>
</pre>

Latest revision as of 12:22, 1 June 2017

Internal

Add a Static Route

route -n add 172.30.0.0/16 172.20.1.1

Add a Static Multicast Route

route add 224.0.0.0 -netmask 240.0.0.0 127.0.0.1