Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
=== Linux ===
=== Linux ===
* [[Bash]]
* [[Bash]]
=== Windows ===
<code>netsh</code> is much better than ipconfig.
* <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 16:35, 5 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

netsh is much better than ipconfig.

  • netsh interface ip show config
    • netsh interface ip show config "Local Area Connection 1"

To get the WLAN BSSID:

  • netsh wlan show interfaces

Routing table

  • route print -4

Resources

Random links and stuff.