<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; ip</title> <atom:link href="http://www.ghacks.net/tag/ip/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 09:07:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>How To Calculate a TCP-IP Subnet Mask</title><link>http://www.ghacks.net/2011/09/03/how-to-calculate-a-tcp-ip-subnet-mask/</link> <comments>http://www.ghacks.net/2011/09/03/how-to-calculate-a-tcp-ip-subnet-mask/#comments</comments> <pubDate>Sat, 03 Sep 2011 07:42:58 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Networks]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[network address]]></category> <category><![CDATA[network administration]]></category> <category><![CDATA[subnet]]></category> <category><![CDATA[tcp]]></category> <category><![CDATA[tcp/ip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=50039</guid> <description><![CDATA[If you’re a network administrator, chances are at some point you may need to set up a number of different networks on your IP range. In order to do this, you will need to know how to create different subnets. There are two main things to remember when trying to calculate subnets. The first is [...]]]></description> <content:encoded><![CDATA[<p>If you’re a network administrator, chances are at some point you may need to set up a number of different networks on your IP range. In order to do this, you will need to know how to create different subnets.</p><p>There are two main things to remember when trying to calculate subnets. The first is that that default subnet for a range is 255.255.255.0. This subnet, that we all recognize gives you one network with 255 different addresses from 1 to 255. Fairly easy stuff so far. The second thing to remember is the formula needed to calculate a new subnet. For this we have to go back to basics and remember that the number 255 is made up in binary of 8 bits. To get the number 255, all those 8 bits would be set to 1, each one representing a number in decimal in the following sequence. (1, 2, 4, 8, 16, 32, 64, 128). If you add all these numbers together you get 255.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/tcp-ip-subnet.gif" alt="tcp-ip-subnet" title="tcp-ip-subnet" width="403" height="162" class="alignnone size-full wp-image-50040" /></p><p>In order to create our subnet mask we need to “borrow” a certain number of bits from our host address. The host address is the last number in the group of four that makes up our subnet. So in the subnet 255.255.255.0, the 0 is the host address.</p><p>We can use the formula (2^n – 2) to figure out how many networks we can make by borrowing certain number of bits. Lets say for example we wanted to make six networks; we would need to borrow 3 bits, because (2^3 – 2 = 6). So we take the three bits from the left of our binary sequence and add them together. (128 + 64 + 32 = 224). So the subnet we need to use for our 6-network system is 255.255.255.224.</p><p>Now we’ve calculated our subnet, the next thing we need to do is work out the ranges of our new networks. This is a fairly easy thing to do if you remember one rule. The lowest number in the bits we borrowed from our host address is our guide. In this case, the bits we borrowed were 128, 64 and 32. The lowest of these is 32, so this is our guide number we’re going to use to set up our network ranges.</p><p>What you want to do is start off with your guide number, and that gives you the first address of our first network. For example &#8211; 192.168.0.32. To get the starting address of the second network, you just add on 32. So the second network will begin at 192.168.0.64. Keep adding the number 32 to find the other network starting points, and you’ll end up with this network address range map:</p><ul><li>Network 1: 192.168.0.32 – 192.168.0.63</li><li>Network 2: 192.168.0.64 – 192.168.0.95</li><li> Network 3: 192.168.0.96 – 192.168.0.127</li><li>Network 4: 192.168.0.128 – 192.168.0.159</li><li>Network 5: 192.168.0.160 – 192.168.0.191</li><li>Network 6: 192.168.0.192 – 192.168.0.223</li></ul><p>Note that you cannot use the first 32 or last 32 addresses of the entire 255 address range, (unless you’re using specific equipment that allows it). And there you have it, we’ve calculated our subnet mask, and we’ve worked out the ranges our networks will use. Remember the formula (2^n – 2) and your binary numbers, and you’ll be able to work out any configuration of subnets and networks.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/09/03/how-to-calculate-a-tcp-ip-subnet-mask/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How To Find Out Your Computer&#8217;s IP Address</title><link>http://www.ghacks.net/2011/08/29/how-to-find-out-your-computers-ip-address/</link> <comments>http://www.ghacks.net/2011/08/29/how-to-find-out-your-computers-ip-address/#comments</comments> <pubDate>Mon, 29 Aug 2011 13:31:14 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[internet ip]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[IP address]]></category> <category><![CDATA[local ip]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=49701</guid> <description><![CDATA[I have received two emails in the past week from users who asked me for an easy way of finding their computer&#8217;s IP address. Instead of replying to each user individually I made the decision to write it up here on Ghacks so that other users who were wondering about the same thing could benefit [...]]]></description> <content:encoded><![CDATA[<p>I have received two emails in the past week from users who asked me for an easy way of finding their computer&#8217;s IP address. Instead of replying to each user individually I made the decision to write it up here on Ghacks so that other users who were wondering about the same thing could benefit from it as well.</p><p>It first needs to be mentioned that your computer may have multiple IP addresses. That&#8217;s the case for instance if you are currently connected to the Internet (which you may be since you are reading this text here) or if you have multiple network cards installed.</p><p>Each network card on your computer has a local IP address assigned to it. Plus, you get an IP address assigned to your computer whenever you connect to the Internet. The local IP address is only visible in the local network, for instance if a second computer in the network wants to communicate with yours. The Internet IP address on the other hand is often temporarily assigned, especially if you are on dial-up, DSL or cable.</p><p>Both local and Internet IP addresses look similar, each with four numbers separated by three dots. The core difference is that local IP addresses can only be accessed locally.</p><p>The easiest way to find out about your computer&#8217;s IP addresses is to use the ipconfig tool. Start the Windows command line with the hotkey Windows-r, typing cmd and the enter key.</p><p>Type ipconfig, or ipconfig /all for a detailed listing.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/local-ip-address.png" alt="local-ip-address" title="local-ip-address" width="551" height="335" class="alignnone size-full wp-image-49702" /></p><ul><li>IPv4 Address: This is the local IP address of the network card</li><li>Default Gateway: This is the local IP of a router or other device that is used for connections (for instance to the Internet).</li></ul><p>You cannot display the IP address that your computer has received from the ISP this way though. To find out my computer&#8217;s IP address I open <a
href="http://www.ghacks.net/ip/">http://www.ghacks.net/ip/</a> in a web browser of choice.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/ghacks-ip-look-up.png" alt="ghacks ip look-up" title="ghacks ip look-up" width="319" height="290" class="alignnone size-full wp-image-49703" /></p><p>Your IP address will be shown to you along with the port and browser information. And that&#8217;s how you look up your computer&#8217;s IP address.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/29/how-to-find-out-your-computers-ip-address/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Look-up IP Address Information</title><link>http://www.ghacks.net/2011/06/10/look-up-ip-address-information/</link> <comments>http://www.ghacks.net/2011/06/10/look-up-ip-address-information/#comments</comments> <pubDate>Fri, 10 Jun 2011 07:54:42 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[IP address]]></category> <category><![CDATA[nirsoft]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46274</guid> <description><![CDATA[The IP (Internet Protocol, see The IP: The housenumber of your Computer for more information) address is a unique device identifier. Every website on the Internet has an IP address associated with it, as does every computer that is used to connect to the Internet. Computer users rarely come in contact with IP addresses, unless [...]]]></description> <content:encoded><![CDATA[<p>The IP (Internet Protocol, see <a
href="http://www.ghacks.net/2005/10/28/the-ip-the-housenumber-of-your-computer/">The IP: The housenumber of your Computer</a> for more information) address is a unique device identifier. Every website on the Internet has an IP address associated with it, as does every computer that is used to connect to the Internet. Computer users rarely come in contact with IP addresses, unless they analyze traffic, need to configure their router to configure rules or try to find out as much about a spammer as they can.</p><p>Sometimes it may be important to get detailed information about an IP address. Say you receive spam emails from a particular address all the time, or want to find out more about a person who stalks you, or are a webmaster who wants to find out who tries to brute force their server.</p><p>The IP address can provide you with valuable information in all cases. Please note that computer experts tend to use proxy servers or virtual private networks to cover their tracks. You would only see the last IP of the chain in this case, and not the IP of the device where it all started.</p><p>IPNetInfo is a lightweight portable software for Windows to look-up IP address information. It basically offers direct access to whois databases that you find on the Internet, for instance at a web host&#8217;s website.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/look-up-ip-address.png" alt="look-up ip address" title="look-up ip address" width="600" height="456" class="alignnone size-full wp-image-46276" /></p><p>The program displays a white text form on first startup that you can use to add IP addresses. It is possible to add IP addresses or hostnames manually, or paste them in from the Clipboard. Options are displayed at the bottom of the screen, of which some are already pre-selected.</p><p>The program will automatically resolve IP addresses and convert host names to IP addresses for instance. You can furthermore add a pause between look-ups which may be appropriate if you have added dozens, hundreds or even more IP addresses.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/ip-address1.png" alt="ip-address" title="ip-address" width="550" height="499" class="alignnone size-full wp-image-46304" /></p><p>IPNetInfo will perform the selected operations. Each IP address is listed in a row in the main program interface. Core information, like the IP address and host name, country of origin, phone number or abuse email are displayed directly in each row. Detailed information about the selected row are displayed in the lower half of the program.</p><p>The information here resemble the whois look-ups on certain Internet sites, where information about a domain name or IP address can be obtained for free.</p><p>Reporting and exporting options are available. It is possible to create an HTML report of the look-ups, or save the information to text or xml files.</p><p>Another interesting option is located under Help > Show my current IP, which loads a web page where the current IP address of the computer is displayed. This is similar to our own <a
href="http://www.ghacks.net/ip/">IP address script</a> where you get similar information.</p><p>You can download <a
href="http://www.nirsoft.net/utils/ipnetinfo.html">IPNetInfo</a> from the developer website at Nirsoft. The program is fully compatible with 32-bit and 64-bit editions of the Windows operating system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/10/look-up-ip-address-information/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Finally, a Judge That Understands that an IP Is Not a Person</title><link>http://www.ghacks.net/2011/05/09/finally-a-judge-that-understands-that-an-ip-is-not-a-person/</link> <comments>http://www.ghacks.net/2011/05/09/finally-a-judge-that-understands-that-an-ip-is-not-a-person/#comments</comments> <pubDate>Mon, 09 May 2011 06:43:06 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[P2p]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[IP address]]></category> <category><![CDATA[netflix]]></category> <category><![CDATA[riaa]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=44893</guid> <description><![CDATA[Everyone knows the risks of working on an open Wi-Fi connection. Everything can be stolen from your security to your bandwidth. But the courts in the US have been historically unaware of the implications of an open Wi Fi connection. Finally, though, there appears to be one judge that understands that an IP connection does [...]]]></description> <content:encoded><![CDATA[<p>Everyone knows the risks of working on an open Wi-Fi connection.  Everything can be stolen from your security to your bandwidth.  But the courts in the US have been historically unaware of the implications of an open Wi Fi connection.  Finally, though, there appears to be one judge that understands that an IP connection does not equal a person.</p><p>It is not hard to secure your Wi-Fi connection.  It takes changing a setting in the router and entering a password.  Many, though, are not even aware that their connection is open, never mind that there are ways to secure it.</p><p>Cyber-attack and identity theft are only the most obvious dangers of having an open Wi-Fi connection.  But there is another serious danger.  If your connection is open and available to be stolen, the chances are good that someone is stealing it.  The least malignant implication of this is that your neighbors will be watching Netflix on your connection, slowing you down and bringing a bandwidth cap that much closer.</p><p>But the real danger to you comes when your neighbors aren’t just watching Netflix.  What if they’re doing something less reputable?  What if they’re pirating music or engaging in illegal activities?</p><p>The RIAA and other organizations have been pushing courts to try people based on their IP addresses.  There have been over 100000 law suits in the United States alone in the last year whose purpose was to obtain personal information on subscribers from ISPs in order to force the person to come to a settlement that ranges from hundreds to thousands of dollars.  If your IP address has been tracked downloading music, etc, then you are obviously guilty, right?  Well, not exactly.  If your Wi-Fi connection is open, then anyone accessing the internet through it will have your IP address.  Your neighbor could be the one who was tracked, or even someone driving down the street sniffing for open connections.</p><p>For this reason, people have been trying to get the justice system to understand for some time that an IP is not a valid way to determine whether or not a person has been engaging in piracy.</p><p>Finally, <a
href="http://torrentfreak.com/ip-address-not-a-person-bittorrent-case-judge-says-110503/">one judge</a> seems to understand.  Judge Herold Baker refused to allow a Canadian adult film site to subpoena ISPs for the personal information of subscribers.  He said that an IP address does not equal a person.  The fact that this case involves porn means that the judge felt he needed to handle it delicately.  A wrongful conviction in a case like this could be even more damaging to a person than it otherwise would be.</p><blockquote><p><a
href="https://www.eff.org/deeplinks/2011/04/open-wireless-movement">Baker</a> then went on to cite a recent mistaken child porn raid, where an IP address was turned into a name&#8211;but the named person hadn&#8217;t committed the crime. &#8220;The list of IP addresses attached to VPR&#8217;s complaint suggests, in at least some instances, a similar disconnect between IP subscriber and copyright infringer&#8230; The infringer might be the subscriber, someone in the subscriber&#8217;s household, a visitor with her laptop, a neighbor, or someone parked on the street at any given moment.&#8221;</p></blockquote><p>This case is not a precedent setting case for the United States as a whole, per se.  Still, it will be interesting to see if others follow Judge Baker’s reasoning.   It’s refreshing to see that a judge seems to understand something about technology.  It’s nice to see that the court isn’t totally ruled by the big corporations.  I’m not in support of piracy, don’t get me wrong.  But I am in support of decisions based on logic and proper information.  Hopefully, the trend will spread&#8230;</p><p>What do you think of the judge’s decision?  Do you support it?  Do you think other judges will follow suit?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/09/finally-a-judge-that-understands-that-an-ip-is-not-a-person/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Change IP Address With IP Switcher</title><link>http://www.ghacks.net/2010/05/03/change-ip-address-with-ip-switcher/</link> <comments>http://www.ghacks.net/2010/05/03/change-ip-address-with-ip-switcher/#comments</comments> <pubDate>Mon, 03 May 2010 19:51:23 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[change ip address]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[IP address]]></category> <category><![CDATA[ip switcher]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=25120</guid> <description><![CDATA[Being able to switch IP addresses can be essential if you work in different network environments. Changing the network settings manually whenever you work in a different location can be time consuming. Tools like IP Switcher or the previously reviewed Fast IP Switcher can be very handy in those situations. The tool basically allows the [...]]]></description> <content:encoded><![CDATA[<p>Being able to switch IP addresses can be essential if you work in different network environments. Changing the network settings manually whenever you work in a different location can be time consuming. Tools like IP Switcher or the previously reviewed <a
href="http://www.ghacks.net/2008/03/19/fast-ip-switcher/">Fast IP Switcher</a> can be very handy in those situations.</p><p>The tool basically allows the user to configure multiple IP profiles that can be activated with the click of the mouse. IP Switcher is a portable software program that displays a two-tiered interface on startup.</p><p>The software program displays all connected network adapters at the top and the configured IP configurations at the bottom.</p><p><span
id="more-25120"></span>Network adapters are displayed with their name, description, status and current IPv4 and IPv6 IP address.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/05/ip_switcher-500x273.png" alt="ip switcher" title="ip switcher" width="500" height="273" class="alignnone size-medium wp-image-25122" /></p><p>A new IP address, which actually consists of more than just the IP can be easily added for the selected adapter. It is possible to add a IPv4, IPv6 or IE Proxy IP address easily.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/05/ip_address-366x500.png" alt="ip address" title="ip address" width="366" height="500" class="alignnone size-medium wp-image-25121" /></p><p>The configuration includes the IP address, subnet mask, default gateway, interface metric and DNS server for that configuration.</p><p>The different IP addresses can then be accessed from the Windows system tray. Hovering the mouse over the icon displays the current IP information.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/05/ip_address_switcher.png" alt="ip address switcher" title="ip address switcher" width="288" height="133" class="alignnone size-full wp-image-25123" /></p><p>A right-click on the icon can then be used to set an IP address for the selected network adapter. IP Switcher is a handy tool for users who have to work in different network environments that force them to change IP related settings regularly. The 65K program can be <a
href="http://www.dotnetniet.com/index_en.html">downloaded</a> from the developer&#8217;s website. It is compatible with both 32-bit and 64-bit editions of the Microsoft Windows operating system and requires the Microsoft .net Framework 2.0.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/05/03/change-ip-address-with-ip-switcher/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Who shares your shared hosting?</title><link>http://www.ghacks.net/2009/06/30/who-shares-your-shared-hosting/</link> <comments>http://www.ghacks.net/2009/06/30/who-shares-your-shared-hosting/#comments</comments> <pubDate>Mon, 29 Jun 2009 22:09:28 +0000</pubDate> <dc:creator>Joe</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[reverse ip]]></category> <category><![CDATA[reverse whois]]></category> <category><![CDATA[server]]></category> <category><![CDATA[servers]]></category> <category><![CDATA[shared hosting]]></category> <category><![CDATA[web hosting]]></category> <category><![CDATA[web hosts]]></category> <category><![CDATA[whois]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14000</guid> <description><![CDATA[I host my website on shared hosting. My connection is too slow and unreliable to justify running my own server and I have no need to hire a dedicated server or a VPS. Consequently, many other websites are hosted on the same box as mine and I have often wondered their nature. In addition to [...]]]></description> <content:encoded><![CDATA[<p>I host my website on shared hosting. My connection is too slow and unreliable to justify running my own server and I have no need to hire a dedicated server or a VPS. Consequently, many other websites are hosted on the same box as mine and I have often wondered their nature. In addition to curiosity, this could be used to check to see you agree with the ethical stance of your webhost, to check to see if any of the other sites drain resources (thus slowing your site) and to check for any possible security risks.</p><p>Every server has an IP address and using specialist websites, a list of domains which point to that IP address can be returned. Several websites do this, and many charge for the service.</p><p>If one types in a domain or IP address on myIPneighbors, the site lists other domains that point to that IP. It can be a little unreliable, though, no doubt due to the site&#8217;s heavy load.</p><p><span
id="more-14000"></span>I have already mentioned that this site does have practical uses. It&#8217;s interesting to see how packed your host&#8217;s server is, so you can see how good a deal you are getting, and what they are hosting. This could be useful as it&#8217;s something hosts rarely reveal but is very important to company&#8217;s reputations.</p><p>It could also make an interesting tool for doing investigations. Using it, you can see what projects companies are launching if they&#8217;re silly enough to put the domain on the same server.</p><p>Update: Site seems to be down for some time know, an alternative is <a
href="http://domainsbyip.com/">DomainByIP</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/30/who-shares-your-shared-hosting/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Set Static IP Address</title><link>http://www.ghacks.net/2009/05/25/static-ip-address/</link> <comments>http://www.ghacks.net/2009/05/25/static-ip-address/#comments</comments> <pubDate>Mon, 25 May 2009 13:33:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[IP address]]></category> <category><![CDATA[network adapter]]></category> <category><![CDATA[static ip address]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13064</guid> <description><![CDATA[Setting a static IP address for the local network adapter can be advantageous in several ways. It is for instance important if the computer is connected to a router with configured port forwarding. There are other benefits which are not part of this article. Experienced computer users know how to set static IP addresses for [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Setting a static IP address for the local network adapter can be advantageous in several ways. It is for instance important if the computer is connected to a router with configured port forwarding. There are other benefits which are not part of this article. Experienced computer users know how to set static IP addresses for their network adapters. It might take them a minute or two but usually not longer than that.</p><p>Inexperienced computer users on the other hand might want to take a look at the Simple Static IP networking tool which allows them to set a static IP address with a few clicks of the mouse button.</p><p><span
id="more-13064"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/static_ip_address-500x217.jpg" alt="static ip address" title="static ip address" width="500" height="217" class="alignnone size-medium wp-image-13063" /></p><p>A user who wants to set a static IP address needs to select the network adapter from the pull down menu on top of the application&#8217;s interface. Simple Static IP will then display the current settings of the network adapter including the assigned IP address, subnet, gateway and DNS server.</p><p>A click on Enable Static IP will configure a static IP address for the selected network adapter. It is possible to keep the DNS settings or use the router or the Open DNS servers as the dns server for the network adapter. It is also possible to randomize the static IP address by clicking on the Randomize New IP button in the interface.</p><p><a
href="http://www.pcwintech.com/simple-static-ip">Simple Static IP</a> is compatible with the following Microsoft operating systems: Windows 2000, XP, 2003, Vista, 2008.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/25/static-ip-address/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Display Dynamic IP Address</title><link>http://www.ghacks.net/2009/05/19/display-dynamic-ip-address/</link> <comments>http://www.ghacks.net/2009/05/19/display-dynamic-ip-address/#comments</comments> <pubDate>Tue, 19 May 2009 21:11:46 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[dynamic ip]]></category> <category><![CDATA[dynamic ip address]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[ip2]]></category> <category><![CDATA[lookup ip]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/05/19/display-dynamic-ip-address/</guid> <description><![CDATA[There are numerous ways to obtain information about a dynamic IP address. The most common method is probably to visit a site on the Internet that is displaying information about the IP in the web browser. Ghacks for example has a small IP Lookup script for that purpose. There are also other ways of obtaining [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />There are numerous ways to obtain information about a dynamic IP address. The most common method is probably to visit a site on the Internet that is displaying information about the IP in the web browser. Ghacks for example has a small <a
href="http://www.ghacks.net/ip/">IP Lookup</a> script for that purpose. There are also other ways of obtaining the dynamic IP address. One is by running the lightweight portable software program IP2. IP2 is compatible with most Microsoft operating systems.</p><p>The program will display its basic interface upon execution that is showing four blank rows. The first two rows display the local area network (LAN) IP and computer name while the two other rows display the IP assigned by the Internet Service Provider and the hostname.</p><p><span
id="more-12939"></span>The user has to click on the Find my IP addresses button to start the lookup. IP2 will query one of several IP lookup services on the Internet to display the information in the second row. Each entry can be easily copied to the clipboard by clicking on the Copy button next to each row.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/dynamic_ip_address.png" alt="dynamic ip address" title="dynamic ip address" width="460" height="330" class="alignnone size-full wp-image-12938" /></p><p>The developer lists the services that are used to lookup the external IP address on the website. <a
href="http://keir.net/ip2.html">IP2</a> can be downloaded from that website as well. The program has a tiny size of only 8 Kilobytes.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/19/display-dynamic-ip-address/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Open DNS</title><link>http://www.ghacks.net/2008/10/11/open-dns/</link> <comments>http://www.ghacks.net/2008/10/11/open-dns/#comments</comments> <pubDate>Sat, 11 Oct 2008 09:03:45 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[The Web]]></category> <category><![CDATA[dns]]></category> <category><![CDATA[domain name system]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[internet provider]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[ip addresses]]></category> <category><![CDATA[open dns]]></category> <category><![CDATA[websites]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7561</guid> <description><![CDATA[My Internet Provider decided to capture data that I entered in a browser&#8217;s address bar that could not be resolved to an Internet address and provide me with their own search interface instead of the default one that I enabled in the browsers. This is one of those sneaky moves that makes me want to [...]]]></description> <content:encoded><![CDATA[<p>My Internet Provider decided to capture data that I entered in a browser&#8217;s address bar that could not be resolved to an Internet address and provide me with their own search interface instead of the default one that I enabled in the browsers. This is one of those sneaky moves that makes me want to run away from the provider as fast as I can even though I&#8217;m perfectly happy otherwise.</p><p>They did provide a switch in the user control panel to disable that feature again but this is again a company that is forcing the user to take action for something that they changed.</p><p>Open DNS has been covered before on this website and I just want to remind everyone that Open DNS can be used to get rid of search boxes from your provider. Setup of Open DNS takes a few minutes at most and should be doable for everyone.</p><p><span
id="more-7561"></span>By using the service you start using the Open DNS servers instead of the ones from the Internet Provider. DNS meaning Domain Name System which is responsible for &#8220;translating&#8221; domain names into IP addresses.</p><p><a
href="http://www.opendns.com/">Open DNS</a> provides additional advantages such as phishing protection (that is not slowing down your computer), parental controls, typo corrections and shortcuts. Shortcuts work like Firefox keywords, you basically assign a phrase to an url and can use the phrase to open the website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/10/11/open-dns/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Measure exact throughput of any TCP IP network</title><link>http://www.ghacks.net/2008/07/09/measure-exact-throughput-of-any-tcp-ip-network/</link> <comments>http://www.ghacks.net/2008/07/09/measure-exact-throughput-of-any-tcp-ip-network/#comments</comments> <pubDate>Wed, 09 Jul 2008 08:00:48 +0000</pubDate> <dc:creator>Tobey</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[iperf]]></category> <category><![CDATA[netcps]]></category> <category><![CDATA[network]]></category> <category><![CDATA[tcp]]></category> <category><![CDATA[tcp/ip]]></category> <category><![CDATA[traffic]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5196</guid> <description><![CDATA[Wondering how much traffic can be pulled through the network you&#8217;re working in during certain period of time or how quickly your network components work? Yeah, be a networking proffesional or a regular home user with a small LAN (like me :) ), it&#8217;s always good to know what&#8217;s your network capable of. But how [...]]]></description> <content:encoded><![CDATA[<p>Wondering how much traffic can be pulled through the network you&#8217;re working in during certain period of time or how quickly your network components work? Yeah, be a networking proffesional or a regular home user with a small LAN (like me :) ), it&#8217;s always good to know what&#8217;s your network capable of. But how do we find out? Well, some smart IT guys thought a utility capable of precisely measuring the amount of data flow within a period of time could come in handy and were so kind to share these tiny yet sophisticated utilities. Though, you do need to be able to access both endpoints between which you want to measure since the applications must be running on both sides in a server-client setting. Let the measuring begin!</p><p><span
id="more-5196"></span>NetCPS &#8211; the easier way</p><p>This little tool called <a
href="http://www.netchain.com/netcps/">NetCPS</a> (a single executable file) is rather simplistic, no fancy features as the author (credits to Jarle Aase) says. It pumps 100MB of generated data (without accessing the HDD which could mess with the final result) and then displays the result in form of average speed stated in both KB/s and MB/s. Sourcecode is available for download as well in case you&#8217;d like to do some further tinkering with it. Freely usable unless you intend to use it on behalf of military or government.</p><p><a
href="http://www.scrnshots.com/users/Cyberfly/screenshots/16410"><img
src="http://s3.amazonaws.com/scrnshots.com/screenshots/16410/ScreenShot00007.png" /></a></p><p>Example of use:</p><p>Server-side end-point: netcps -server<br
/> Client-side end-point2: netcps *IP address/hostname of the host*</p><p>Additional switches to change the default port (4455) and default amount of transfered data (100MB) are supported. Use the -help switch for further instructions.</p><p>Iperf &#8211; the powerful way</p><p>This tool on the contrary is rather advanced while still maintaining its portability and small size. It can measure performance with many different settings but those are optional and not neccessary for the essential purpose of finding out what the network&#8217;s throughput is. You can affect a lot of settings by changing them with various switches. Take notice of the example screenshot for instance, where the port used is changed to 1234, amount of sent data set to 200 MB, interval of reports set to 2 seconds for better accuracy and report format set to MBytes. Iperf can be run as a solid Windows service as well. Here&#8217;s a download link to the compiled Windows version of <a
href="https://publishing.ucf.edu/sites/itr/cst/Pages/home.aspx">Iperf</a> (a single executable).</p><p><a
href="http://www.scrnshots.com/users/Cyberfly/screenshots/16830"><img
src="http://s3.amazonaws.com/scrnshots.com/screenshots/16830/ScreenShot00008.png" /></a></p><p>Example of use:</p><p>Server-side end-point: iperf -s -p 1234<br
/> Client-side end-point2: iperf -c *IP address/hostname of the host*</p><p>Many additional switches and settings are available for advanced use of this nifty utility. The usual -help switch brings up further instructions again.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/07/09/measure-exact-throughput-of-any-tcp-ip-network/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>IP Spotting</title><link>http://www.ghacks.net/2008/06/27/ip-spotting/</link> <comments>http://www.ghacks.net/2008/06/27/ip-spotting/#comments</comments> <pubDate>Fri, 27 Jun 2008 06:10:10 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Entertainment]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[internet protocol]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[ip spotting]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5123</guid> <description><![CDATA[Please be warned that there is no serious use for IP Spotting (via Donation Coder). It does provide a level of entertainment though for a while and is definitely a nice idea. IP Spotting is a website that analyzes the IP addresses of its visitors and scores it using an out of this world chart [...]]]></description> <content:encoded><![CDATA[<p>Please be warned that there is no serious use for <a
href="http://www.ipspotting.com/">IP Spotting</a> (via <a
href="http://www.donationcoder.com/forum/index.php?topic=13814.msg118288">Donation Coder</a>). It does provide a level of entertainment though for a while and is definitely a nice idea. IP Spotting is a website that analyzes the IP addresses of its visitors and scores it using an out of this world chart that includes the IP as a poker hand, a bitmap of the IP and if the IP matches a barcode in real life.</p><p>As I said it&#8217;s pure entertainment. The website seems to be highly popular because it already analyzed more than 380K IPs over the course of several years. My current IP scored a whopping 10 which is bad if you consider that the leading IP received 86 points but not so bad again if you consider that there are negative scores as well with the lowest being -4 currently.</p><p>The only two tests that my IP scored was the poker hand where it qualified for a pair (+5) and that it got only even numbers (+5). Users can take a ride with the random IP script and enter an IP manually to see how other IPs are doing on that website or take a look at the leading or last IPs. As I said pure fun for a little while, nothing more.</p><p><span
id="more-5123"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/27/ip-spotting/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Configure Tor to use a specific country as an exit node</title><link>http://www.ghacks.net/2008/01/29/configure-tor-to-use-a-specific-country-as-an-exit-node/</link> <comments>http://www.ghacks.net/2008/01/29/configure-tor-to-use-a-specific-country-as-an-exit-node/#comments</comments> <pubDate>Tue, 29 Jan 2008 17:24:48 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[anonymity]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[tor]]></category> <category><![CDATA[vidalia]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/01/29/configure-tor-to-use-a-specific-country-as-an-exit-node/</guid> <description><![CDATA[Many Internet services offer access to their services only if you are visiting the websites or applications from certain countries. IPs, and sometimes more variables like the system time, are checked when a user wants to access a country restricted service. If the IP is located in an allowed country access is allowed, otherwise it is rejected.]]></description> <content:encoded><![CDATA[<p>Many Internet services offer access to their services only if you are visiting the websites or applications from certain countries. IPs, and sometimes more variables like the system time, are checked when a user wants to access a country restricted service. If the IP is located in an allowed country access is allowed, otherwise it is rejected.</p><p>Many workarounds exist that help users access those services even if they are currently residing in a different country. One possibility that I would like to explain today is to configure Tor that way that the exit node lies in the country that you want to access the service in. Tor offers lots of so called nodes which are servers in a specific country running the Tor software.</p><p>I&#8217;m using <a
href="https://www.torproject.org/projects/vidalia">Vidalia</a>, a package that contains all necessary programs, to explain how a specific country can be selected when using Tor. Download Vidalia and install the software afterwards. The main program interface should load after the installation.</p><p><span
id="more-3032"></span><img
src='http://www.ghacks.net/wp-content/uploads/2008/01/vidalia_control_panel.jpg' alt='vidalia control panel' /></p><p>The control panel is displaying the current status of Tor. Additional information are displayed which we are going to use to find servers located in the country that we need an IP address from. A click on View the network displays a visual representation of all Tor servers but only if Tor is running.</p><p>Servers can be sorted by country flag and do have a performance indicator next to them as well. Write down some server names with the best performance and leave the menu again. We need to add those servers as exit nodes to the Tor configuration. A click on Settings and there on the advanced tab displays a menu where you find the entry Tor Configuration Menu.</p><p>A click on browse opens the browse for files dialog. Left-click on the file &#8220;torrc&#8221; and choose edit from that menu. Now add the following two lines to the configuration, just paste it at the beginning for instance:</p><blockquote><p>ExitNodes server1, server2, server3<br
/> StrictExitNodes 1</p></blockquote><p>Replace server1, server 2 and so on with the server names that you have written down in the network display window. Stop and restart Tor afterwards and the changes should have been made.</p><p>Now we have to add a http proxy to our browser. Firefox users click on Tools > Options > Advanced Network and there on the button Settings. Select Manual Proxy Configuration and enter localhost and port 8118 there.</p><p><img
src='http://www.ghacks.net/wp-content/uploads/2008/01/firefox_proxy_server.jpg' alt='firefox proxy server' /></p><p>You can test if everything is working fine by visiting my <a
href="http://www.ghacks.net/ip/">IP lookup</a> script which should display a IP from the country that you have selected the servers from.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/01/29/configure-tor-to-use-a-specific-country-as-an-exit-node/feed/</wfw:commentRss> <slash:comments>20</slash:comments> </item> <item><title>Block IP addresses with Peer Guardian</title><link>http://www.ghacks.net/2007/01/30/block-ip-addresses-with-peer-guardian/</link> <comments>http://www.ghacks.net/2007/01/30/block-ip-addresses-with-peer-guardian/#comments</comments> <pubDate>Tue, 30 Jan 2007 07:55:01 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[P2p]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[block]]></category> <category><![CDATA[fake-torrents]]></category> <category><![CDATA[fake-trackers]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[mpaa]]></category> <category><![CDATA[peer-guardian]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/01/30/block-ip-addresses-with-peer-guardian/</guid> <description><![CDATA[Why would you need another program to block IP addresses if you already have a firewall ? A good question that can be answered easily. Peer Guardian uses a database of bad IP addresses and blocks them automatically as soon as the IP is added to the database of blocklist.org. A single user would have to know that a new IP (range) poses a thread and add it manually to his firewall.]]></description> <content:encoded><![CDATA[<p>Why would you need another program to block IP addresses if you already have a firewall ? A good question that can be answered easily. Peer Guardian uses a database of bad IP addresses and blocks them automatically as soon as the IP is added to the database of blocklist. A single user would have to know that a new IP (range) poses a thread and add it manually to his firewall.</p><p>Peer Guardian already has many IP addresses blocked that are used by the MPAA to spread fake torrents and to record IP addresses of the peers that download the torrents. Blocklist distinguishes the following categories: ads, bogon, edu,game,gov, p2p,phishing, spam and spy. The most important category for most users will be p2p of course and a installed Peer Guardian client will make sure that your client will not connect to the fake torrent clients and IPs. (if they are in the range that is blocked)</p><p><span
id="more-1151"></span>You do not need to configure your file sharing application to work with Peer Guardian, everything is done automatically. You can add sites that you definitely need to the allow list to make sure that they will never be blocked by Peer Guardian.</p><p><strong>Update:</strong></p><p>The Peer Guardian website is currently returning a 404 not found error. It is unclear at this point in time if this is due to technical difficulties or because the project has been canceled. We have uploaded the latest working version of Peer Guardian 2, PeerGuardian 2.0 RC1 Test 2, to our servers.</p><p>The blocklist website that is used to manage the blocked IP addresses is not reachable as well currently. This highly suggests that the PeerGuardian 2 project is dead. Still, if you want to download the latest version you can do so by clicking on the following link: <a
class="downloadlink" href="http://www.ghacks.net/wp-content/plugins/download-monitor/download.php?id=13" title=" downloaded 206 times" >Peer Guardian 2 (206)</a></p><p>An alternative is <a
href="http://www.ghacks.net/2009/08/07/peer-block-continues-where-peer-guardian-left-off/">Peer Block</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/01/30/block-ip-addresses-with-peer-guardian/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Internet Censorship 101 &#8211; DNS Server Filtering</title><link>http://www.ghacks.net/2006/12/20/internet-censorship-101-dns-server-filtering/</link> <comments>http://www.ghacks.net/2006/12/20/internet-censorship-101-dns-server-filtering/#comments</comments> <pubDate>Wed, 20 Dec 2006 13:55:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[anonymous]]></category> <category><![CDATA[bypass]]></category> <category><![CDATA[censor]]></category> <category><![CDATA[censorship]]></category> <category><![CDATA[dns]]></category> <category><![CDATA[dns-server]]></category> <category><![CDATA[free]]></category> <category><![CDATA[freedom]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[server]]></category> <category><![CDATA[speech]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/12/20/internet-censorship-101-dns-server-filtering/</guid> <description><![CDATA[I decided to start a Internet Censorship 101 series of articles that takes a look at and explains the various methods of censorship on the internet and possible solutions to this situation for the user who tries to access information that are blocked / censored. I'm going to start with a relatively weak form of censorship called DNS Filtering.]]></description> <content:encoded><![CDATA[<p>I decided to start a Internet Censorship 101 series of articles that takes a look at and explains the various methods of censorship on the internet and possible solutions to this situation for the user who tries to access information that are blocked / censored. I&#8217;m going to start with a relatively weak form of censorship called DNS Filtering.</p><p>Whenever you try to access a website you type its url into the address bar. The url is then send to the DNS server who looks up the IP for that website and sends it back to your browser to be able to make the connection to the website. To censor one would simply return no IP or a different IP that redirects to another website. (something like, no no, this is no website that you should visit, bla bla)</p><p><span
id="more-1024"></span>This means that the website that you want to access exists of course but the information on the dns server was changed to prevent access. There are two options that let you access the website. The first would be to simply enter the IP address of the website that you want to visit instead of the url. You can use <a
target="_blank" title="lookup ip" href="http://www.dnsstuff.com/">scripts</a> that are freely available on the internet to lookup the IP of an url.</p><p>This method is only working if there is only one url that is using that IP. You are out of luck if many websites are hosted on the same server. The second method which is reliable and working for all occasions helps us in this case.</p><p>If you change the DNS server that your computer is using to lookup the IP you will receive the correct result. Let us say that you life in China and that China banned access to Wikipedia. Instead of using a Chinese DNS server you use one from the United States which has the information that you need to access Wikipedia.</p><p><a
target="_blank" title="open dns service" href="http://www.opendns.com/">OpenDNS</a>, a free service, would be one alternative as would be the following list which I have taken from freerk.com</p><ul><li>dns2.de.net &#8211; <strong>194.246.96.49</strong> (Frankfurt, <strong>Germany</strong>)</li><li>ns1.de.eu.orsn.net  &#8211; <strong>217.146.139.5</strong> (Hildesheim, <strong>Germany</strong>)</li><li>resolver.netteam.de &#8211; <strong>193.155.207.61</strong> (Alfter-Impekoven, <strong>Germany</strong>)</li><li>sunic.sunet.se &#8211; <strong>192.36.125.2</strong> (Stockholm, <strong>Sweden</strong>)</li><li>master.ns.dns.be &#8211; <strong>193.109.126.140</strong> (Leuven, <strong>Belgium</strong>)</li><li>ns1.lu.eu.orsn.net  &#8211; <strong>195.206.104.98</strong> (Belvaux, <strong>Luxembourg</strong>)</li><li>merapi.switch.ch &#8211; <strong>130.59.211.10</strong> (Zurich, <strong>Switzerland</strong>)</li><li>prades.cesca.es &#8211; <strong>192.94.163.152</strong> (Barcelona, <strong>Spain</strong>)</li><li>michael.vatican.va &#8211; <strong>212.77.0.2</strong> (Vatican City, <strong>Italy</strong>)</li><li>dns.inria.fr &#8211; <strong>193.51.208.13</strong> (Nice, <strong>France</strong>)</li><li>ns0.ja.net &#8211; <strong>128.86.1.20</strong> (London, <strong>UK</strong>)</li><li>nic.aix.gr &#8211; <strong>195.130.89.210</strong> (Athens, <strong>Greece</strong>)</li><li>ns.ati.tn &#8211; <strong>193.95.66.10</strong> (Tunis, <strong>Tunisia</strong>)</li><li>ns1.relcom.ru &#8211; <strong>193.125.152.3</strong> (Moscow, <strong>Russia</strong>)</li><li>trantor.umd.edu &#8211; <strong>128.8.10.14</strong> (College Park, MD, <strong>USA</strong>)</li><li>ns1.berkeley.edu &#8211; <strong>128.32.136.9</strong> (Berkeley, CA, <strong>USA</strong>)</li><li>merle.cira.ca &#8211; <strong>64.26.149.98</strong> (Ottawa, <strong>Canada</strong>)</li><li>ns2.dns.br &#8211; <strong>200.19.119.99</strong> (Sao Paulo, <strong>Brasil</strong>)</li><li>ns2.gisc.cl &#8211; <strong>200.10.237.14</strong> (Santiago, <strong>Chile</strong>)</li><li>ns.uvg.edu.gt &#8211; <strong>168.234.68.2</strong> (Guatemala, <strong>Guatemala</strong>)</li><li>ns1.retina.ar &#8211; <strong>200.10.202.3</strong> (Buenos Aires, <strong>Argentina</strong>)</li><li>ns.unam.mx &#8211; <strong>132.248.253.1</strong> (Mexico City, <strong>Mexico</strong>)</li><li>ns.wide.ad.jp &#8211; <strong>203.178.136.63</strong> (Osaka, <strong>Japan</strong>)</li><li>ns.twnic.net &#8211; <strong>192.83.166.11</strong> (Taipei, <strong>Taiwan</strong>)</li><li>ns3.dns.net.nz &#8211; <strong>203.97.8.250</strong> (Wellington, <strong>New Zealand</strong>)</li><li>box2.aunic.net &#8211; <strong>203.202.150.20</strong> (Melbourne, <strong>Australia</strong>)</li></ul><p>Changing the DNS Server is a matter of minutes. It depends on the operating system that you are using. In Windows XP you open the control panel and click on network connections. You right-click your connection and select Properties from the context menu.</p><p>Select the Internet Protocol (TCP / IP) and click on Properties in that menu. Click on use the following DNS server addresses and enter a preferred and alternate DNS server into the fields. Make sure you enter the IPs. Apply and close the menu and restart your computer. Once that is done you are using the new DNS server which should bypass the censorship.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/12/20/internet-censorship-101-dns-server-filtering/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>How to lookup your own IP</title><link>http://www.ghacks.net/2006/07/28/how-to-lookup-your-own-ip/</link> <comments>http://www.ghacks.net/2006/07/28/how-to-lookup-your-own-ip/#comments</comments> <pubDate>Fri, 28 Jul 2006 19:55:49 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[ip lookup]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/07/28/how-to-lookup-your-own-ip/</guid> <description><![CDATA[I have written a small php script that lookups your IP, your browser, the refering site and the remote port. The website has no ads at all and loads pretty fast. This might be useful for those who are using proxys and want to check if those proxys are spilling their IP address or not. The RIAA for example is identifying downloaders by their IP address.]]></description> <content:encoded><![CDATA[<p>I have written a small php script that <a
target="_blank" title="what is your ip, look the ip up" href="http://www.ghacks.net/ip/">lookups your IP</a>, your browser, the refering site and the remote port. The website has no ads at all and loads pretty fast. This might be useful for those who are using proxys and want to check if those proxys are spilling their IP address or not. The RIAA for example is identifying downloaders by their IP address.</p><p><span
id="more-666"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/07/28/how-to-lookup-your-own-ip/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ip Scanner</title><link>http://www.ghacks.net/2006/04/11/ip-scanner/</link> <comments>http://www.ghacks.net/2006/04/11/ip-scanner/#comments</comments> <pubDate>Tue, 11 Apr 2006 07:09:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[ip scanner]]></category> <category><![CDATA[scan ip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=390</guid> <description><![CDATA[<a
href="http://www.angryziber.com/ipscan/" target="_blank">Angry Ip Scanner</a> is a small open source application that lets you scan IP addresses and ports, you can even specifiy the range of the scan by yourself. After pinging the target IP it is able to resolve other data like hostname, MAC address and open ports.]]></description> <content:encoded><![CDATA[<p><a
href="http://www.angryziber.com/ipscan/" target="_blank">Angry Ip Scanner</a> is a small open source application that lets you scan IP addresses and ports, you can even specifiy the range of the scan by yourself. After pinging the target IP it is able to resolve other data like hostname, MAC address and open ports.</p><blockquote><p>It also has additional features, like NetBIOS information (computer name, workgroup name, and currently logged in Windows user), favorite IP address ranges, customizable openers, etc.</p></blockquote><p>The tool is mainly useful for system administrators who want to take a quick look at their network and see whats going on. Plugins enhance the tool tremendously, for instance there are <a
href="http://www.angryziber.com/ipscan/plugins/" target="_blank">plugins</a> that detect ftp servers, windows shares and more. Pretty handy tool if you ask me.</p><p><span
id="more-390"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/04/11/ip-scanner/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Who is connected to your pc right now ?</title><link>http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/</link> <comments>http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/#comments</comments> <pubDate>Sun, 06 Nov 2005 18:11:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[computer]]></category> <category><![CDATA[currports]]></category> <category><![CDATA[firewall]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[network]]></category> <category><![CDATA[pc]]></category> <category><![CDATA[ports]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=107</guid> <description><![CDATA[CurrPorts displays the list of all currently opened TCP/IP and UDP ports on your local computer. For each port in the list, information about the process that opened the port is also displayed, including the process name, full path of the process, version information of the process (product name, file description, and so on), the time that the process was created, and the user that created it.]]></description> <content:encoded><![CDATA[<p>CurrPorts displays the list of all currently opened TCP/IP and UDP ports on your local computer. For each port in the list, information about the process that opened the port is displayed, including the process name, full path of the process, version information of the process (product name, file description, and so on), the time that the process was created, and the user that created it.</p><p>In addition, CurrPorts allows you to close unwanted TCP connections, kill the process that opened the ports, and save the TCP/UDP port information to an HTML file , XML file, or to a tab-delimited text file.</p><p><span
id="more-107"></span>CurrPorts also automatically marks  suspicious TCP/UDP ports with pink color. These are usually owned by unidentified applications (Applications without version information and icons)</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2005/11/currports.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2005/11/currports.jpg" alt="currports" title="currports" width="569" height="428" class="alignnone size-full wp-image-56104" /></a></p><p>#only 36K, freeware, no system changes, download and run<br
/> #runs on all windows versions but older versions show less details</p><p><strong>Update:</strong></p><p>Nir Sofer has updated the application constantly ever since we first reviewed it here on Ghacks. Users can now select to run a 32-bit or 64-bit version of the application. CurrPorts at its core has remained more or less the same though.</p><p>You can start the portable application directly after you have downloaded and unpacked it on your computer. The program then displays a list of all running processes in its interface. The information are updated in realtime, which means that you can use the program to see if applications that you install or start are trying to phone home or opening ports on your system.</p><p>The second option that you have is to check for open ports on the PC that should not be open in first place. You can improve your computer&#8217;s security by closing those ports as it reduces the number of attack vectors that attackers have. It is still necessary to research how ports are closed, as this is something that CurrPorts does not help you with.</p><p>Windows users can download Currports from the official Nirsoft website. <a
href="http://www.nirsoft.net/utils/cports.html" target="_Blank">Download Currports</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>The IP: The housenumber of your Computer</title><link>http://www.ghacks.net/2005/10/28/the-ip-the-housenumber-of-your-computer/</link> <comments>http://www.ghacks.net/2005/10/28/the-ip-the-housenumber-of-your-computer/#comments</comments> <pubDate>Fri, 28 Oct 2005 06:48:24 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[computer]]></category> <category><![CDATA[internet protocol]]></category> <category><![CDATA[ip]]></category> <category><![CDATA[ip explained]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=69</guid> <description><![CDATA[Everything you do on the net transmitts your Ip Address. If you chat with someone he could easily find it out, if you write an email the information will be transmitted with the email.
The article describes what the IP reveals about the user behind.]]></description> <content:encoded><![CDATA[<p>Before I start I would like to tell you that there are ways to hide the real Ip behind others. (for example by using a proxy server). This is slightly more secure than browsing with your real IP, but its definitely not 100% anonymous.</p><p>Whenever you connect to a website, start a ftp session, write an email or use a chat client your IP address is transmitted. Ip stands for Internet Protocol and is a 32 bit number that is assigned to every computer connected to the internet. 64.202.163.79 would be an IP address.</p><p>You can see that it consists of four 8bit octets each separated by &#8220;.&#8221; ranging from 0 to 255.</p><p>The most important question is of course: What does the Ip address tell others about the user behind the IP ?</p><p><span
id="more-69"></span>Most people are not good remembering numbers, that&#8217;s one of the reasons why the DNS system, Domain Name System, exists. The DNS turns the IP numbers into textform, there are online tools that do that for you, for example <a
href="http://www.dnswatch.info/" target="_blank">dnswatch.info</a></p><p>If you go to the site and enter the Ip 64.202.163.79 you see that the look up reveals www.ghacks.net, the website you are surfing atm. You could easily exchange www.ghacks.net with the IP and still surf the site, try it if you like.</p><p>There are static and dynamic Ip addresses. Static means, the Ip is not changing, most websites have static IPs. Dynamic means it is changing, mostly dialups have these kind of IP addresses.</p><p>Now, you probably want to find out about your own ip I suppose ? There are numerous services that display your IP address when you visit their websites, there are scripts e.g in forum signatures that do the same. One website that offers the service: 1. <a
href="http://whatismyipaddress.com/" target="_blank">whatismyipaddress.com</a></p><p>If you want to try others simply use Google and search for &#8220;what is my ip&#8221;</p><p>The DNS you find gives you detailed information about the internet provider you use. It sometimes also gives more information, for example a country code clearly shows where the internet provider is located. (for example .de mean Germany, .fr is France aso.)</p><p>You can find a comprehensive list of country codes <a
href="http://userpage.chemie.fu-berlin.de/diverse/doc/ISO_3166.html" target="_blank">here</a></p><p>Let us look at an specific example. Most of you receive spam mails every day. You normally only see a basic header of the email, giving you basic information like from, to, date and subject for instance. Most mail tools have an option to also display extended header information, that&#8217;s where the senders IP address is located.</p><p>Here is a typical extended header</p><p><code><br
/> Received: from friko7.onet.pl (c-24-20-255-46.hsd1.or.comcast.net [24.20.255.46])<br
/> by server6.xlhost.de (Postfix) with ESMTP id D885256215<br
/> for [block]3[/block]<br
/> To: admin@ghacks.net<br
/> Message-ID: <mpldjgnmmkadppoapdepdfmimdab
.lonmartinhq@mail2Jasmine.com><br
/> Subject: Account has been created<br
/> ...<br
/> </mpldjgnmmkadppoapdepdfmimdab></lonmartinhq></admin></code></p><p>This line &#8220;Received: from friko7.onet.pl (c-24-20-255-46.hsd1.or.comcast.net [24.20.255.46])&#8221; is the important one. The Ip of the sender is clearly shown 24.20.255.46, so is the DNS c-24-20-255-46.hsd1.or.comcast.net</p><p>There are numerous mail tutorials that describe this procedure in greater detail, for now this is all you need to know for our article.</p><p>Lets take a look at another example. Maybe you are using an instant messenger and would like to know the ip address of the people you are chatting with. On Windows XP, select START, then run. Enter &#8220;cmd&#8221; and then &#8220;netstat -n&#8221; to see a list of all your active connections.</p><p>To receive a IP address you need to have a session open with someone, private chat, file transfer etc.. If you do the netstat command without a session you only see the IP of the server that you are connected to, you simply do not need to know the Ip addresses of the other users who are connected until you communicate with them directly.</p><p>This have been two examples, I could give you more (for websites, IRC, Bittorent) but that&#8217;s not part of this tutorial.</p><p>What have we learned so far ? Everything you do on the internet also transmits your IP Address.</p><p>Your next question probably is the following: If someone has my IP how can he find out more about me ?</p><p>As we have seen the DNS lookup gives you information about the provider. They could easily file a complaint at your provider that your IP did the following at a specific day and time.</p><p>Or, they could hire a lawyer in your country and file a complaint against the user that used the IP at a specific day and time. They normally don´t know your name until a law enforcement agency asked the provider for all the details they have about this IP at the given time. I can´t speak for every country but for the moment most providers only give out specifics about their users when a law enforcement agency asks for the information.</p><p>To clear things up a little bit. Your provider has logs for x days. These logs show at least every IP  address assigned to users with information how long the user was online. If someone complained against you the provider simply would search for the specified Ip address in their logs and get all the information about the user behind the IP.</p><p>I suggest you ask your provider for how long the logs are stored. Mine for example stores them only for a maximum of 24 hours, but I heard of some that save them for up to six months.</p><p>That means, for as long as your internet provider has your connection information in their logs someone could find out about you.</p><p>I hope you found the information provided useful, I will write an anonymity tutorial soon.</p><p><span
class="technoratitag">Technorati Tags: <a
href="http://technorati.com/tag/ip" rel="tag">Ip</a>, <a
href="http://technorati.com/tag/address" rel="tag">Address</a>, <a
href="http://technorati.com/tag/anonymous" rel="tag">Anonymous</a>, <a
href="http://technorati.com/tag/email" rel="tag">Email</a>, <a
href="http://technorati.com/tag/header" rel="tag">Header</a>, <a
href="http://technorati.com/tag/dns" rel="tag">DNS</a></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2005/10/28/the-ip-the-housenumber-of-your-computer/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
