techwiki:network

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
techwiki:network [2022/12/11 09:41] – [1Gb Ethernet Direct Connection] yingtechwiki:network [2022/12/30 13:59] – [1Gb Ethernet Direct Connection] ying
Line 46: Line 46:
       * 1.1.1.1 on one computer with mask 255.255.255.0 <code>netsh interface ip set address name="Lighting" static 1.1.1.1 255.255.255.0 1.1.1.1</code>       * 1.1.1.1 on one computer with mask 255.255.255.0 <code>netsh interface ip set address name="Lighting" static 1.1.1.1 255.255.255.0 1.1.1.1</code>
       * 1.1.1.2 on other computer with mask 255.255.255.0 <code>netsh interface ip set address name="Lighting" static 1.1.1.2 255.255.255.0 1.1.1.1</code>       * 1.1.1.2 on other computer with mask 255.255.255.0 <code>netsh interface ip set address name="Lighting" static 1.1.1.2 255.255.255.0 1.1.1.1</code>
 +      * 1.1.1.3 on other computer with mask 255.255.255.0 <code>netsh interface ip set address name="Lighting" static 1.1.1.3 255.255.255.0 1.1.1.1</code>
       * and map network drive with that direct ip address like, access \\1.1.1.1\myShareFolderName on 1.1.1.2 computer       * and map network drive with that direct ip address like, access \\1.1.1.1\myShareFolderName on 1.1.1.2 computer
     * For win10 auto change ip setting after restart, you need to go Windows 10 setting > Network > that Adapter: IP settings set     * For win10 auto change ip setting after restart, you need to go Windows 10 setting > Network > that Adapter: IP settings set
       * ip assignment: manual, ipv4: 1.1.1.1; subnet length: 24; gateway: 1.1.1.0       * ip assignment: manual, ipv4: 1.1.1.1; subnet length: 24; gateway: 1.1.1.0
 +    * if auto configure still kick back, go regedit admin right: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{GUID}, you can check your ip setting to locate which guid is the one you want,
 +      * then, add a DWORD "IPAutoconfigurationEnabled", value as 0
  
 ^ 1Gigabit speed ^ 125MegaByte/s ^ ^ 1Gigabit speed ^ 125MegaByte/s ^
  • techwiki/network.txt
  • Last modified: 2024/05/19 15:31
  • by ying