TCP Listener - Client IP?

From: Amjad (Amjad_at_discussions.microsoft.com)
Date: 01/27/05


Date: Thu, 27 Jan 2005 07:27:04 -0800

Hi

I made a simple TCP Listener server application that listens to a specific
TCP port for incoming packets from a client. Everything seems to be fine. I
still don't know how to determine the client's IP address (which is the
source of the received packets).

Does anyone know how to find the client's IP address once the connection
between the server and the client is established?



Relevant Pages

  • Re: TCP Listener - Client IP?
    ... you must cast to IPEndPoint to get the IP address and port. ... > I made a simple TCP Listener server application that listens to a specific ... > TCP port for incoming packets from a client. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Possible New Security Tool For FreeBSD, Need Your Help.
    ... Why not require the incoming packets to be spoofed from a preordained set ... > software that did it, wouldn't it be better to do a LOT of ports, in a ... > could be a false security. ... your server and client use the same calculations to find what ...
    (FreeBSD-Security)
  • Re: Can spammer worm get transfered via floppy disk?
    ... > I have a client who even though all incoming packets ... > other than http and smtp are blocked, ... > place if port 1434 UDP was blocked for incoming packets? ...
    (microsoft.public.sqlserver.security)
  • Re: Can spammer worm get transfered via floppy disk?
    ... > I have a client who even though all incoming packets ... > other than http and smtp are blocked, ... > place if port 1434 UDP was blocked for incoming packets? ...
    (microsoft.public.sqlserver.security)
  • Re: Need idea about client server connectivity (using ServerSocket and Socket)
    ... way that the client do not have to listen for incoming packets. ... The server can send data back to the client on the newly created Socket. ... client can read that data from the Socket connection that it opened to the ...
    (comp.lang.java.programmer)