Click here to Skip to main content
15,920,005 members
Home / Discussions / C#
   

C#

 
QuestionPlzzzzzzzz Help me Pin
maliaslam25-Oct-08 5:59
maliaslam25-Oct-08 5:59 
AnswerRe: Plzzzzzzzz Help me Pin
Wendelius25-Oct-08 6:10
mentorWendelius25-Oct-08 6:10 
GeneralRe: Plzzzzzzzz Help me Pin
PIEBALDconsult25-Oct-08 6:21
mvePIEBALDconsult25-Oct-08 6:21 
JokeRe: Plzzzzzzzz Help me Pin
Wendelius25-Oct-08 6:24
mentorWendelius25-Oct-08 6:24 
GeneralRe: Plzzzzzzzz Help me Pin
elektrowolf25-Oct-08 23:21
elektrowolf25-Oct-08 23:21 
GeneralRe: Plzzzzzzzz Help me Pin
PIEBALDconsult26-Oct-08 4:34
mvePIEBALDconsult26-Oct-08 4:34 
JokeRe: Plzzzzzzzz Help me Pin
nelsonpaixao26-Oct-08 13:35
nelsonpaixao26-Oct-08 13:35 
AnswerRe: Plzzzzzzzz Help me Pin
Dave Kreskowiak25-Oct-08 8:29
mveDave Kreskowiak25-Oct-08 8:29 
You can't hide your IP address. It's that simple. If you changed the source address of outbound packets, the server you connect to won't know where to send the return packets back to. That's why you can't do this locally on your PC.

Now, if you had a proxy server, you're automatically hiding your true IP address because you're going through a "man-in-the-middle" proxy server that is making requests for you and returns the result to you. That proxy will always know what your true IP address is. The target server that you are ultimately contacting won't know your IP address, but instead WILL know the IP address of the proxy.

The only thing that's really hiding your IP is the trust in the proxy server that your IP address isn't being recorded in a database somewhere.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Plzzzzzzzz Help me Pin
maliaslam25-Oct-08 20:54
maliaslam25-Oct-08 20:54 
GeneralRe: Plzzzzzzzz Help me Pin
Dave Kreskowiak26-Oct-08 3:48
mveDave Kreskowiak26-Oct-08 3:48 
JokeRe: Plzzzzzzzz Help me Pin
Mark Salsbery27-Oct-08 5:40
Mark Salsbery27-Oct-08 5:40 
GeneralRe: Plzzzzzzzz Help me Pin
Dave Kreskowiak27-Oct-08 11:04
mveDave Kreskowiak27-Oct-08 11:04 
AnswerCP Ignore Pin
leckey25-Oct-08 15:07
leckey25-Oct-08 15:07 
AnswerRe: Plzzzzzzzz Help me Pin
Pete O'Hanlon26-Oct-08 10:02
mvePete O'Hanlon26-Oct-08 10:02 
GeneralRe: Plzzzzzzzz Help me Pin
Vasudevan Deepak Kumar27-Oct-08 7:41
Vasudevan Deepak Kumar27-Oct-08 7:41 
QuestionHow to send control over mouse scroll in c# ? Pin
parinya225-Oct-08 5:55
parinya225-Oct-08 5:55 
AnswerRe: How to send control over mouse scroll in c# ? Pin
DaveyM6925-Oct-08 6:55
professionalDaveyM6925-Oct-08 6:55 
GeneralRe: How to send control over mouse scroll in c# ? Pin
parinya225-Oct-08 7:18
parinya225-Oct-08 7:18 
GeneralRe: How to send control over mouse scroll in c# ? Pin
DaveyM6925-Oct-08 9:03
professionalDaveyM6925-Oct-08 9:03 
QuestionWindows Form Controls [modified] Pin
Ankit Rajpoot25-Oct-08 2:30
Ankit Rajpoot25-Oct-08 2:30 
AnswerRe: Windows Form Controls Pin
Eddy Vluggen25-Oct-08 8:49
professionalEddy Vluggen25-Oct-08 8:49 
GeneralRe: Windows Form Controls Pin
Ankit Rajpoot25-Oct-08 18:49
Ankit Rajpoot25-Oct-08 18:49 
AnswerRe: Windows Form Controls Pin
Eddy Vluggen27-Oct-08 0:01
professionalEddy Vluggen27-Oct-08 0:01 
QuestionRe: Windows Form Controls Pin
Ankit Rajpoot28-Oct-08 2:17
Ankit Rajpoot28-Oct-08 2:17 
AnswerRe: Windows Form Controls Pin
Eddy Vluggen28-Oct-08 2:32
professionalEddy Vluggen28-Oct-08 2:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.