-3

Could you help me to solve this Problem ?

I couldn’t find My IP NAT address (My External IP Address) in Windows Tools and I couldn’t to accept something like these answers

“ (1.Make a Script Code

  1. Telnet to my Router

  2. Uses some Resolver

  3. Uses some website to find it)”

I want to find it within some Settings in my windows .

Thanks in Advance

Mahdi
  • 1

2 Answers2

4

This isn't going to happen. Standard windows tools will not know or show this information, because the windows system has no knowledge of the network NAT configuration.

First, the tools would somehow have to know whether you are concerned about the outside or inside of the network. There are all kinds of purposes for which the wan side info would be inappropriate, and few where it would be needed.

As far as windows is concerned, a NAT wall is just another router, so there is no default behavior it could apply.

Frank Thomas
  • 37,476
1

Is it possible to get your external IP address through cmd?

Your question is impossible to answer as it stands.

Your external IP address is not stored in any Windows setting.

You may be able to use tracert and parse the output.

  • First you have to work out where in the tracert output is your external IP address.
  • Hint: that bit is hard (see below for the reasons why).

The external (WAN) address can be a public or a private IP address:

  • Your ISP provides a WAN address.
  • It can be either static/dynamic
  • It can be public/private

It all depends on how the ISP has configured his network to connect to yours in order to provide you with an internet service.

DavidPostill
  • 162,382