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/01/15 12:44] – [Local DNS Server] yingtechwiki:network [2023/07/04 05:50] – [10Gb Direct Connection Setup] ying
Line 42: Line 42:
   * Thus, you just need a cat6 cable or better, (cat5 is part of history as well and not available commonly) to connect 2 computer ethernet port directly.   * Thus, you just need a cat6 cable or better, (cat5 is part of history as well and not available commonly) to connect 2 computer ethernet port directly.
  
-  * The Direct Connection Ethernet adapter setup +  * 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.252 +      * 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.252+      * 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 |
  
 +  * 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/
Line 128: Line 135:
  
   * Samsung App store, install SmartThings.   * Samsung App store, install SmartThings.
 +
 +====== Network Content Filtering ======
 +
 +^ wechat |  
 +| res.wx.qq.com |
 +| up-hl.3g.qq.com |
 +| cc.map.qq.com |
 +| dldir1v6.qq.com |
 +
 +^ wechat channel |
 +| sgminorshort.wechat.com |
 +| sgshort.wechat.com |
 +| wx.qlog.cn |
 +| dns.weixin.qq.com |
 +| Web File Transfer |
 +| wxapp.tc.qq.com | 
  
  • techwiki/network.txt
  • Last modified: 2023/07/04 05:53
  • by ying