Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 567 Bytes

locating-your-ip-address.md

File metadata and controls

17 lines (10 loc) · 567 Bytes

Locating your IP address

Getting your public IPv4 address

  1. Open your console
  2. Type curl -4 icanhazip.com
  3. Press Enter
  4. It will give you your public IPv4 address
  5. This will be the IPv4 address you need, when people from outside your local network, needs to connect to your server.

Getting your local IPv4 address

  1. Use a guide like this.

Onwards to the next step!