InterviewSolution
| 1. |
Solve : IP address confusion...? |
|
Answer» Okay here's the issue: I did some searching on the web and I found out that apparently, the 192.###.#.### is my internal IP address and the 60.##.###.## is what the web sees. think about it. you said that 60.##.###.## is what the web sees. is not a stat counter on the web?Your router's ip address should be 192.168.xxx.xxx depending on manufacturer, and your ISP will have a diffrent IP address. Try getting online and searching for the default IP address for your router and then again for your ISP.Quote from: Flazzard on July 23, 2010, 07:41:25 AM I did some searching on the web and I found out that apparently, the 192.###.#.### is my internal IP address and the 60.##.###.## is what the web sees. No. You should use the public IP address...theoretically. In practice, what you're doing won't WORK, since your public IP address is Dynamic, not Static. Businesses tend to have static IP addresses. Usually they'll have that for web servers, mail servers, FTP servers, etc. that are facing the Internet. If you want a static IP address, contact your Internet Service Provider. Chances are, the price will be out of your price range. Another option WOULD be to use something like DynDNS or some other dynamic DNS service. That way you'll have a host name that resolves to whatever public IP address your Internet Service Provider's DHCP server feels like giving you at the time. At that point, you may be able to filter your dynamic DNS name from stats instead of your IP. |
|