Hide IP
-
Hello every body how can i hide my ip address on network. Have any software to do that, or some technology. thanks
-
Hello every body how can i hide my ip address on network. Have any software to do that, or some technology. thanks
TrungHuynh wrote: how can i hide my ip address on network If you did that, how would the network know where to send packets destined for your PC? Your IP address is exposed everytime you send or receive a packet on the network because it is part of the IP header. If you were to remove or obfuscate the next router the packet reaches would just drop the packet. If it did get onto the bit of cable your PC is attached to then your PC would ignore it because it wouldn't recognise it. So the question is: Why do you want to hide the IP address?
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
-
TrungHuynh wrote: how can i hide my ip address on network If you did that, how would the network know where to send packets destined for your PC? Your IP address is exposed everytime you send or receive a packet on the network because it is part of the IP header. If you were to remove or obfuscate the next router the packet reaches would just drop the packet. If it did get onto the bit of cable your PC is attached to then your PC would ignore it because it wouldn't recognise it. So the question is: Why do you want to hide the IP address?
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
you are right, but in some special situations,you must hide your IP address(mean thats: your IP alway exit but it becomes an IP in another country). For example, the www.hostdime.com website doesn't accept the connection from VietNam, or Chinna... So if your are in these country, you must change your proxy and your IP is something else (not in your country) to access these websites. I know some applications can do that: GhostSurf, AnonymousProxy... It can change your ip by change the proxy become another country. I want to konw, how can do that Thanks very much
-
you are right, but in some special situations,you must hide your IP address(mean thats: your IP alway exit but it becomes an IP in another country). For example, the www.hostdime.com website doesn't accept the connection from VietNam, or Chinna... So if your are in these country, you must change your proxy and your IP is something else (not in your country) to access these websites. I know some applications can do that: GhostSurf, AnonymousProxy... It can change your ip by change the proxy become another country. I want to konw, how can do that Thanks very much
TrungHuynh wrote: It can change your ip by change the proxy become another country. I want to konw, how can do that Proxies are not easy to write. Well, some can be easy but not very robust. I suggest you read up on Sockets and network programming. There are also a number of standards detailing what proxies need to do and so on, which you will nead to read up on also.
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
-
Hello every body how can i hide my ip address on network. Have any software to do that, or some technology. thanks
You need to find someone else to run a proxy for you. You could write a proxy, but you still need the person who owns the ip you want to be seen as to run it for you. For web surfing squid is the one I'm aware of, but I know there are others.
-
Hello every body how can i hide my ip address on network. Have any software to do that, or some technology. thanks
-
yes, the first i must write a program that can use the proxy ( it was exited). I think it's ok, because on this sites have alot source code of this problem. The big thing is that how can we change the private IP to another ip (how can we take this IP). I have an idea, if any one interested in this topic, can we do together.:) thanks.
-
TrungHuynh wrote: how can i hide my ip address on network If you did that, how would the network know where to send packets destined for your PC? Your IP address is exposed everytime you send or receive a packet on the network because it is part of the IP header. If you were to remove or obfuscate the next router the packet reaches would just drop the packet. If it did get onto the bit of cable your PC is attached to then your PC would ignore it because it wouldn't recognise it. So the question is: Why do you want to hide the IP address?
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
-
my mail id is b2b_jaganmohan is it possible to hide the IP address how it is possible this obtained by system unique address if you get any suggetion for this question plese inform me
Did you read the post you replied to? The answer is "no", you cannot hide the IP address. It is an itegral part of the IP specification. If you were to hide or obfuscate the IP address the network would not know what to do with the packets it receives and would drop them or route them to the wrong destination. http://www.ietf.org/rfc/rfc0791.txt[^]
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog