Skip to content

Instantly share code, notes, and snippets.

@pldmgg
Created March 19, 2018 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pldmgg/3914df33e622f96179983bd9cc179ce9 to your computer and use it in GitHub Desktop.
Save pldmgg/3914df33e622f96179983bd9cc179ce9 to your computer and use it in GitHub Desktop.
Output of PowerShell Get-NetNatExternalAddress
PS C:\Users\pdadmin> Get-NetNatExternalAddress
ExternalAddressID : 0
NatName : ICS74e71ad9-651a-4d18-98f0-5fd67522ede4
IPAddress : 127.0.0.1
PortStart : 49708
PortEnd : 49717
Active : True
ExternalAddressID : 1
NatName : ICS74e71ad9-651a-4d18-98f0-5fd67522ede4
IPAddress : 127.0.0.1
PortStart : 61482
PortEnd : 61491
Active : True
ExternalAddressID : 2
NatName : ICS74e71ad9-651a-4d18-98f0-5fd67522ede4
IPAddress : 192.168.2.13
PortStart : 49718
PortEnd : 49727
Active : True
ExternalAddressID : 3
NatName : ICS74e71ad9-651a-4d18-98f0-5fd67522ede4
IPAddress : 192.168.2.13
PortStart : 61492
PortEnd : 61501
Active : True
ExternalAddressID : 6
NatName : ICS74e71ad9-651a-4d18-98f0-5fd67522ede4
IPAddress : 10.0.75.1
PortStart : 50016
PortEnd : 50025
Active : True
ExternalAddressID : 7
NatName : ICS74e71ad9-651a-4d18-98f0-5fd67522ede4
IPAddress : 10.0.75.1
PortStart : 62522
PortEnd : 62531
Active : True
ExternalAddressID : 0
NatName : NAT7e324b9a-c0ab-4309-8b71-69f6d94dd3bc
IPAddress : 127.0.0.1
PortStart : 50801
PortEnd : 50810
Active : True
ExternalAddressID : 1
NatName : NAT7e324b9a-c0ab-4309-8b71-69f6d94dd3bc
IPAddress : 127.0.0.1
PortStart : 59027
PortEnd : 59036
Active : True
ExternalAddressID : 2
NatName : NAT7e324b9a-c0ab-4309-8b71-69f6d94dd3bc
IPAddress : 192.168.2.13
PortStart : 50811
PortEnd : 50820
Active : True
ExternalAddressID : 3
NatName : NAT7e324b9a-c0ab-4309-8b71-69f6d94dd3bc
IPAddress : 192.168.2.13
PortStart : 59037
PortEnd : 59046
Active : True
ExternalAddressID : 4
NatName : NAT7e324b9a-c0ab-4309-8b71-69f6d94dd3bc
IPAddress : 10.0.75.1
PortStart : 50821
PortEnd : 50830
Active : True
ExternalAddressID : 5
NatName : NAT7e324b9a-c0ab-4309-8b71-69f6d94dd3bc
IPAddress : 10.0.75.1
PortStart : 59047
PortEnd : 59056
Active : True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment