How to Determine the External Public IP address of a ProxySG
search cancel

How to Determine the External Public IP address of a ProxySG

book

Article ID: 166376

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

A ProxySG is likely to be configured with a private IP address internal to your organization. When the ProxySG appliance communicates to external web servers, those servers will see the ProxySG as coming from a public IP address. You can display this external IP address from the command line of the ProxySG using one of the following.

#Command Prompt>display myexternalip.com/raw
100.1.2.3
#Command Prompt>display ipecho.net/plain
100.1.2.3
#Command Prompt>display ip.appspot.com
100.1.2.3
#Command Prompt>display checkip.dyndns.org
<html><head><title>Current IP Check</title></head><body>Current IP Address: 100.1.2.3</body></html>