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
Last revisionBoth sides next revision
techwiki:network [2022/12/11 09:41] – [1Gb Ethernet Direct Connection] yingtechwiki:network [2023/07/04 05:50] – [10Gb Direct Connection Setup] 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 ^
Line 87: Line 90:
 | cat5 | 100Mbps | | cat5 | 100Mbps |
  
 +  * 2.5G ethernet as inbetween solution of 1G and 10G: 
 +    * https://www.tp-link.com/sg/business-networking/unmanaged-switch/tl-sg108-m2/v1/
   * full list of 10gb netgear switch: http://info.netgear.com/NA_10g   * full list of 10gb netgear switch: http://info.netgear.com/NA_10g
   * cheap list of 10gb switch: https://nascompares.com/2018/01/19/cheapest-10gbe-switches/   * cheap list of 10gb switch: https://nascompares.com/2018/01/19/cheapest-10gbe-switches/
  • techwiki/network.txt
  • Last modified: 2023/07/04 05:53
  • by ying