Route

From Y Wiki
Revision as of 15:07, 13 August 2024 by Yba (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Windows Show Route

route print

Add Route

route add 1.1.1.1 mask 255.255.255.255 10.1.0.2 if 76