User Tools

Site Tools


informatique:windows:cmd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
informatique:windows:cmd [2020/04/27 09:25] – created yahikoinformatique:windows:cmd [2021/06/22 09:01] yahiko
Line 1: Line 1:
 ====== Commandes diverses ====== ====== Commandes diverses ======
-===== Ping via une passerelle spécifique =====+===== Commandes relatives au réseau ===== 
 +==== Ping via une passerelle spécifique ====
 <codedoc code:batch> <codedoc code:batch>
 ping -k PASSERELLE IP_A_JOINDRE ping -k PASSERELLE IP_A_JOINDRE
Line 9: Line 10:
 </codedoc> </codedoc>
  
 +==== Ping via une interface spécifique ====
 +<codedoc code:batch>
 +ping IP_A_JOINDRE -S ADDR_INTERFACE_SOURCE
 +</codedoc>
 +Par exemple : 
 +<codedoc code:batch>
 +ping fr.wikipedia.org -S 192.168.1.86
 +</codedoc>
 +
 +==== Reset couche IP et winsock ====
 +<codedoc code:batch>
 +netsh int ip reset
 +netsh winsock reset
 +</codedoc>
informatique/windows/cmd.txt · Last modified: 2023/09/25 08:26 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki