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 revisionBoth sides next revision
techwiki:network [2022/12/18 06:54] – [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
  • techwiki/network.txt
  • Last modified: 2023/07/04 05:53
  • by ying