How to create an IP alias on Windows

前端 未结 7 1073
时光说笑
时光说笑 2020-12-14 11:02

I need to create an alias for my network interface such that it can be accessed locally with either 127.0.0.1 or 33.33.33.33.

In *nix I would do this:



        
7条回答
  •  忘掉有多难
    2020-12-14 11:12

    You'd be correct. Also, you can add multiple addresses without touching the command line using the advanced interface properties screen.

    netsh interface ip add address "Local Area Connection" 33.33.33.33 255.255.255.255
    

    Windows Advanced TCP/IP Settings

提交回复
热议问题