How to Anonymous IP address in C#

  • Thread starter Thread starter u.v.perumal
  • Start date Start date
U

u.v.perumal

Hi
i am new to net working programmer
i want to Anonymous my ip address
how to do it

Is there any example program


Regards
Perumal
 
what do u mean by "anonymous" your ip?
You dont want others to see from which ip the requests are coming from? Some
sort of hacking?

Ab.
 
Hi Mark Rae

I am interested, doing something different for my colleage Project

Regards
Perumal
 
Hi Abubakar

Exactly correct, I dont want expose my ip address to others
how can achive through C# or VC++
 
Well, I'm afraid i dont have any knowledge of how that is done. Maybe goto
the core of tcp/ip layer at kernel mode and change things the way they
happen :)..... as i said no idea.

But generally, its part of the communication process, you have to tell the
other machine where the message is comming from cuz you also have to get
replies from there right, and if the other machine has no info of your ip it
wont be able to send back any information to u. So in this case it will be
like your packets will look like going out in space with nothing comming
back to u.

Ab.
 
Set your program up, or at least create the option within the program so
that it goes through an anonymous proxy. You can find many of these
anonymous proxy lists by googling. Simple stuff really...

GRS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top