Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:
----
----
=== Windows ===
=== Windows ===
<code>netsh</code> is much better than ipconfig.
* [[CLI]]
* <pre>netsh interface ip show config</pre>
** <pre>netsh interface ip show config "Local Area Connection 1"</pre>
To get the WLAN BSSID:
* <pre>netsh wlan show interfaces</pre>
Routing table
* <pre>route print -4</pre>


----
----

Revision as of 18:38, 9 December 2019

Hmmm. I seem to have badly broken netwiki so guess I'll just keep things here.


F5


Palo Alto Networks


Arista


Software


Linux



Windows


Resources

Random links and stuff.