Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Hide IP

Hide IP

Scheduled Pinned Locked Moved IT & Infrastructure
sysadminquestion
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TrungHuynh
    wrote on last edited by
    #1

    Hello every body how can i hide my ip address on network. Have any software to do that, or some technology. thanks

    C H B 3 Replies Last reply
    0
    • T TrungHuynh

      Hello every body how can i hide my ip address on network. Have any software to do that, or some technology. thanks

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      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

      T A 2 Replies Last reply
      0
      • C Colin Angus Mackay

        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

        T Offline
        T Offline
        TrungHuynh
        wrote on last edited by
        #3

        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

        C 1 Reply Last reply
        0
        • T TrungHuynh

          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

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          • T TrungHuynh

            Hello every body how can i hide my ip address on network. Have any software to do that, or some technology. thanks

            H Offline
            H Offline
            Henry miller
            wrote on last edited by
            #5

            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.

            1 Reply Last reply
            0
            • T TrungHuynh

              Hello every body how can i hide my ip address on network. Have any software to do that, or some technology. thanks

              B Offline
              B Offline
              Bee Master
              wrote on last edited by
              #6

              Is this[^] what you are looking for ? :~ //Start of joke Never comment ur code. If it was hard to write, it should be hard to understand !!! //End of joke

              T 1 Reply Last reply
              0
              • B Bee Master

                Is this[^] what you are looking for ? :~ //Start of joke Never comment ur code. If it was hard to write, it should be hard to understand !!! //End of joke

                T Offline
                T Offline
                TrungHuynh
                wrote on last edited by
                #7

                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.

                1 Reply Last reply
                0
                • C Colin Angus Mackay

                  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

                  A Offline
                  A Offline
                  Anonymous
                  wrote on last edited by
                  #8

                  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

                  C 1 Reply Last reply
                  0
                  • A Anonymous

                    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

                    C Offline
                    C Offline
                    Colin Angus Mackay
                    wrote on last edited by
                    #9

                    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

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups