Re: Hmm, Is this possible?
If you don't give the server your IP address, how will it be able to respond to you?
Re: Hmm, Is this possible?
Quote:
Originally Posted by
Norm
If you don't give the server your IP address, how will it be able to respond to you?
I thought the actual Socket object it self would provide a way to overcome that.
Re: Hmm, Is this possible?
In a short answer, no, you cannot "change" the appearance of your IP. The IP is needed to ensure data is being streamed to/from the correct location. Ports are only used so your computer can decide which application(s) should get the information on the destination computer.
The only way to hide your IP is to go through a proxy, which has it's own IP (usually more than one IP), then you send requests to the proxy which in turn send a duplicate request to the destination, so the destination would only see the proxy's IP, not yours.
Re: Hmm, Is this possible?
Are you writing the server application?