Resolving IP Addresses

Resolving IP Addresses

Question:
I require Visual Basic code to resolve IP addresses stored in firewall logs generated by Checkpoint Firewall1. The aim is to report company access by user (assigned dedicated IP addresses). I have tried several Web site statistical packages with no success. Is writing a VB app the only solution?

Answer:

You did not specify, but if you are using Microsoft Active Server Pages (ASP), you can resolve the IP address of incoming users by using this code in VBScript server-side scripting:

Dim IPAddressIPAddress = Request.ServerVariables("REMOTE_ADDR ")

After the previous code runs, the variable “IPAddress” will hold the IP Address of the user that is accessing the current page.

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular