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
techwiki:network [2022/12/08 17:26] – [1Gb Ethernet Direct Connection] yingtechwiki:network [2023/07/04 05:53] (current) – [10Gb Direct Connection Setup] ying
Line 43: Line 43:
  
   * The Direct Connection Ethernet adapter setup (**Note**: if win10 interface hard to set ip, then just commandline admin mode faster)   * The Direct Connection Ethernet adapter setup (**Note**: if win10 interface hard to set ip, then just commandline admin mode faster)
-    * on that direct Network Connection property, setup IP4 connection IP manually, +    * on that direct Network Connection property, setup IP4 connection IP manually,  (cmd "Lighting" is my ethernet adapter name when you cmd ipconfig)
       * 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
 +      * 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 85: Line 90:
 | cat5 | 100Mbps | | cat5 | 100Mbps |
  
-  * full list of 10gb netgear switch: http://info.netgear.com/NA_10g +  * 2.5G ethernet as inbetween solution of 1G and 10G:  
-  * cheap list of 10gb switch: https://nascompares.com/2018/01/19/cheapest-10gbe-switches/ +    * https://www.tp-link.com/sg/business-networking/unmanaged-switch/tl-sg108-m2/v1/ 
-  * cheap list of 10gb nic: https://nascompares.com/2017/12/14/cheapest-10gb-1-port-pci-express-network-cards-rj45/+  * 10G option: 
 +    * https://www.tp-link.com/sg/business-networking/unmanaged-switch/tl-sx1008/v1/ 
 +    * 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 nic: https://nascompares.com/2017/12/14/cheapest-10gb-1-port-pci-express-network-cards-rj45/
   * https://planetechusa.com/blog/ethernet-different-ethernet-categories-cat3-vs-cat5e-vs-cat6-vs-cat6a-vs-cat7-vs-cat8/   * https://planetechusa.com/blog/ethernet-different-ethernet-categories-cat3-vs-cat5e-vs-cat6-vs-cat6a-vs-cat7-vs-cat8/
   * https://www.youtube.com/watch?v=8aqzd_jNj_s   * https://www.youtube.com/watch?v=8aqzd_jNj_s
  • techwiki/network.1670520381.txt.gz
  • Last modified: 2022/12/08 17:26
  • by ying