Get Client Request Ip
-
Hello Sir i project is in VC(MFC) I have two lan cards in my Server in such a way that Lan Card a1 is connected to internet and holds Public IP infomration and Lan card a2 is meant for private internal network and holds internal IP information and connects to client machines in my internal network. In my coding want to develop a module that can enable me to find realtime IP addresses and/or computer name of the Client machines that are using internet via server in my internal network. Plz help me.....I want source code or tips or Link..
-
Hello Sir i project is in VC(MFC) I have two lan cards in my Server in such a way that Lan Card a1 is connected to internet and holds Public IP infomration and Lan card a2 is meant for private internal network and holds internal IP information and connects to client machines in my internal network. In my coding want to develop a module that can enable me to find realtime IP addresses and/or computer name of the Client machines that are using internet via server in my internal network. Plz help me.....I want source code or tips or Link..
Are you looking for WinPcap- the packet monitoring driver with API? You need to design an APP with winpcap and run that on server. You can monitor anything.
Maruf Maniruzzaman Dhaka, Bangladesh. Homepage: http://www.kuashaonline.com
Blog you should not miss Tomorrow is a blank page -
Hello Sir i project is in VC(MFC) I have two lan cards in my Server in such a way that Lan Card a1 is connected to internet and holds Public IP infomration and Lan card a2 is meant for private internal network and holds internal IP information and connects to client machines in my internal network. In my coding want to develop a module that can enable me to find realtime IP addresses and/or computer name of the Client machines that are using internet via server in my internal network. Plz help me.....I want source code or tips or Link..
mirtu wrote:
In my coding want to develop a module that can enable me to find realtime IP addresses and/or computer name of the Client machines that are using internet via server in my internal network.
what about RAW Sockets (SOCK_RAW), eventhough there are controversy using RAW Socket, i think with administrative priviledge, your application can use RAW Socket, through RAW Sockets you can get the IP packets header to find the IP addresses.