|
|
Please note your computer's externally visible IP address
below (1st line in bold), and provide to our support
team as requested:
|
|
|
|
|
|
|
Your IP Address
Your TCP
Port Server IP Address Server TCP Port
Your
Internet (WEB) Browser type |
=
= = =
= |
#!/usr/bin/perl
use CGI::Carp qw(fatalsToBrowser);
print "Content-type: text/html\n\n";
print "$ENV{REMOTE_ADDR}
\n";
print "$ENV{REMOTE_PORT} \n";
print "$ENV{SERVER_ADDR} \n";
print "$ENV{SERVER_PORT}
\n";
print "$ENV{HTTP_USER_AGENT}\n";
|
|
|
|
|
|
|
|
Your network's externally visible IP address is the current,
unique, Internet identity which either your computer or
your hi-speed router/modem (if installed) possesses. |
|