Route: Difference between revisions

From Y Wiki
Created page with "==== Windows Show Route ==== <syntaxhighlight lang="powershell"> route print </syntaxhighlight> ==== Add Route ==== <syntaxhighlight lang="powershell"> route add 1.1.1.1 mask 255.255.255.255 10.1.0.2 if 76 </syntaxhighlight>"
Tag: 2017 source edit
 
 
Line 2: Line 2:
<syntaxhighlight lang="powershell">
<syntaxhighlight lang="powershell">
route print
route print
</syntaxhighlight>
</syntaxhighlight>Find interface index in the output


==== Add Route ====
==== Add Route ====

Latest revision as of 11:56, 28 August 2024

Windows Show Route

route print

Find interface index in the output

Add Route

route add 1.1.1.1 mask 255.255.255.255 10.1.0.2 if 76