Home All Groups Group Topic Archive Search About

How to Anonymous IP address in C#

Author
10 Mar 2006 8:02 AM
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

Author
10 Mar 2006 8:23 AM
Abubakar
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
>
Are all your drivers up to date? click for free checkup

Author
10 Mar 2006 8:35 AM
u.v.perumal
Hi Abubakar

Exactly correct, I dont want expose my ip address to others
how can achive through C# or VC++
Author
10 Mar 2006 10:58 AM
Vadym Stetsyak
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 )
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Author
10 Mar 2006 11:14 AM
Abubakar
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++
>
Author
10 Mar 2006 8:26 AM
Mark Rae
<u.v.peru***@gmail.com> wrote in message
news:1141977777.746661.296920@j52g2000cwj.googlegroups.com...

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

Hmm... I wonder why you want to do this...?
Author
10 Mar 2006 8:33 AM
u.v.perumal
Hi Mark Rae

I am interested, doing something different for my colleage Project

Regards
Perumal
Author
10 Mar 2006 10:57 AM
Mark Rae
<u.v.peru***@gmail.com> wrote in message
news:1141979609.949297.125350@i39g2000cwa.googlegroups.com...

> I am interested, doing something different for my colleage Project

I think you're probably interested in doing something illegal...
Author
10 Mar 2006 8:29 AM
Vadym Stetsyak
Hello, u.v.peru***@gmail.com!

What do you mean by 'Anonymous IP'?

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Author
10 Mar 2006 3:31 PM
Gordon R. Speirs
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
>

Bookmark and Share