CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13
  1. #1
    Join Date
    Feb 2003
    Posts
    24

    software to block my IP address

    Hi - can someone tell me how to block my IP address from being viewed/trapped while I surf the web? If I have to buy some software, okay, but which programs work best?

    I already have ZoneAlarm - is it possible to configure ZoneAlarm to block my IP address?

  2. #2
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588

    Re: software to block my IP address

    No, you can't hide your IP address that way. The thing is that the webserver which you are visiting (say www.codeguru.com) needs to know where to send the files (e.g. index.php) to. And it knows that because of your IP address. If it doesn't know your IP, it can't send you information, so you won't be able to view the webpage.
    Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
    Supports C++ and VB out of the box, but can be configured for other languages.

  3. #3
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: software to block my IP address

    Quote Originally Posted by Yves M
    No, you can't hide your IP address that way. The thing is that the webserver which you are visiting (say www.codeguru.com) needs to know where to send the files (e.g. index.php) to. And it knows that because of your IP address. If it doesn't know your IP, it can't send you information, so you won't be able to view the webpage.
    Then why is there this feature on ZoneAlarm that says that it can "hide" your IP? What does it do exactly?
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  4. #4
    Join Date
    May 2003
    Location
    Denmark
    Posts
    1,315

    Re: software to block my IP address

    Quote Originally Posted by YourSurrogateGod
    Then why is there this feature on ZoneAlarm that says that it can "hide" your IP? What does it do exactly?
    It hides the fact that your computer is connected to the internet by silently ignoring all incomming connections. So someone on the net can't see you, unless you contact them. As Yves points out it's more difficult to hide your IP from the webservers you visit when you surf the net, because you need to send them your IP to open a connection to them.

    You can use a proxy server to hide your IP address from the webservers you visit. It works by having the proxy server connect to the webserver and then sen the result back to you.
    But ofcourse to do that you need to give your IP to the proxy server.
    Last edited by khp; December 1st, 2004 at 05:28 PM.
    The biggest problem encountered while trying to design a system that was completely foolproof,
    was, that people tended to underestimate the ingenuity of complete fools.
    Douglas Adams

  5. #5
    Join Date
    Sep 2002
    Location
    Philadelphia ***Epoch: Timeless***
    Posts
    560

    Re: software to block my IP address

    Or just stick to minesweeper.
    SolarFlare

    Those who cling to life die and those who defy death live. -Sun Tzu

    cout << endl;
    return 0;
    }

  6. #6
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: software to block my IP address

    Quote Originally Posted by khp
    It hides the fact that your computer is connected to the internet by silently ignoring all incomming connections. So someone on the net can't see you, unless you contact them. As Yves points out it's more difficult to hide your IP from the webservers you visit when you surf the net, because you need to send them your IP to open a connection to them.

    You can use a proxy server to hide your IP address from the webservers you visit. It works by having the proxy server connect to the webserver and then sen the result back to you.
    But ofcourse to do that you need to give your IP to the proxy server.
    Ahh... I see. Thanks.
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  7. #7
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: software to block my IP address

    Quote Originally Posted by SolarFlare
    Or just stick to minesweeper.
    What's that?
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  8. #8
    Join Date
    Jun 2004
    Location
    bucharest, ro
    Posts
    53

    Re: software to block my IP address

    Quote Originally Posted by YourSurrogateGod
    What's that?
    LOL


    drewdog_21 u cant do this in windows. but in linux u can block the ping requests, if u want to be somewhat invisible.
    the doer alone learneth. (nietzsche)

  9. #9
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: software to block my IP address

    Quote Originally Posted by s|lent
    LOL
    Let me guess, it's that stupid game, huh? In that case I don't get it at all... I need to stop hanging around here and get a life .
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  10. #10
    Join Date
    Mar 2004
    Location
    (Upper-) Austria
    Posts
    2,899

    Re: software to block my IP address

    You could use a public proxy like JAP (just search google for "JAP"). In this case only the proxy knows your IP address. If you sent a request the proxy uses another IP (this one is not the same as your ip) to identify you. Every trap back will be over at the proxy. Thats anonymity! (but it is slow).
    I am not offering technical guidiance via email or IM
    Come on share your photo with us! CG members photo album!
    Use the Code Tags!

  11. #11
    Join Date
    May 2003
    Location
    Denmark
    Posts
    1,315

    Re: software to block my IP address

    Quote Originally Posted by s|lent
    drewdog_21 u cant do this in windows. but in linux u can block the ping requests, if u want to be somewhat invisible.
    As previously stated firewalls like zonealarm, can do this on windows.

    Quote Originally Posted by YourSurrogateGod
    In that case I don't get it at all...
    I would think the point was that you don't need to be connected to the internet to play MineSweeper, you can just unplug your network cable/modem. Best firewall of all, Oh and don't forget a tinfoil hat
    The biggest problem encountered while trying to design a system that was completely foolproof,
    was, that people tended to underestimate the ingenuity of complete fools.
    Douglas Adams

  12. #12
    Join Date
    Apr 2004
    Location
    In the back seat of New Horizons.
    Posts
    1,238

    Re: software to block my IP address

    Quote Originally Posted by khp
    I would think the point was that you don't need to be connected to the internet to play MineSweeper, you can just unplug your network cable/modem. Best firewall of all, Oh and don't forget a tinfoil hat
    Yeh, I always forget that stupid hat...
    Here are the rules, you must obey them or the gender bender will get you.

    And if you ever think of posting without code-tags, the evil monkey will come after you.

  13. #13
    Join Date
    Feb 2002
    Posts
    4,640

    Re: software to block my IP address

    Quote Originally Posted by s|lent
    LOL


    drewdog_21 u cant do this in windows. but in linux u can block the ping requests, if u want to be somewhat invisible.
    More specifically, you don't want to "block" unsolicited requests, you want to "ignore" them. If I remember correctly, you can setup Linux to respond to an unsolicited request with a "Connection refused" message; or you can just drop the packet. Dropping the packet is preferable, since this give no indication that there is actually a computer at that IP addy (i.e. it becomes a black hole).



    Viggy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured