|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to Anonymous IP address in C#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. <u.v.peru***@gmail.com> wrote in message Show quoteHide quote news:1141977777.746661.296920@j52g2000cwj.googlegroups.com... > 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 > Hi Abubakar
Exactly correct, I dont want expose my ip address to others how can achive through C# or VC++ Hello, u.v.peru***@gmail.com!
You need a firewall... There are 2 ways how you can do this: -device driver -use built-in firewall ( WinXP SP2 ) for the first wat take a look at ( http://www.codeproject.com/internet/drvfltip.asp ) ( http://www.codecomments.com/archive421-2005-11-697473.html ) for second way take a look at ( http://www.codeproject.com/w2k/WinXPSP2Firewall.asp ) 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. <u.v.peru***@gmail.com> wrote in message Show quoteHide quote news:1141979730.762043.314950@j33g2000cwa.googlegroups.com... > Hi Abubakar > > Exactly correct, I dont want expose my ip address to others > how can achive through C# or VC++ > <u.v.peru***@gmail.com> wrote in message
news:1141977777.746661.296920@j52g2000cwj.googlegroups.com... Hmm... I wonder why you want to do this...?> i am new to net working programmer > i want to Anonymous my ip address > how to do it Hi Mark Rae
I am interested, doing something different for my colleage Project Regards Perumal <u.v.peru***@gmail.com> wrote in message
news:1141979609.949297.125350@i39g2000cwa.googlegroups.com... I think you're probably interested in doing something illegal...> I am interested, doing something different for my colleage Project Hello, u.v.peru***@gmail.com!
What do you mean by 'Anonymous IP'? 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 <u.v.peru***@gmail.com> wrote in message Show quoteHide quote news:1141977777.746661.296920@j52g2000cwj.googlegroups.com... > 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 >
Other interesting topics
newbie: GetType or typeof?
Effective strategy for using VSS in a development team? Getting Event of Lock Windows OS Application Idle - Good or bad practice? Why won't you give me your scrollbars?! I hate you, TreeView! file uploading in windows application in .net How to: Access the Managed HTML Document Object Model C++ class in DLL to be imported to C# Getting text box value on key press? Visual C# FileIO and Environment Permission |
|||||||||||||||||||||||