Domain: itmweb.com
Stories and comments across the archive that link to itmweb.com.
Comments · 6
-
Re:All that I need now is google underwear!
I for one welcome a little color to my server room. See their search appliance, and wtf does hassellhoff have to do with one? http://googleenterprise.blogspot.com/uploaded_images/HoffGSA-767114.jpg Anyway, server equipment has been traditionally shades of grey for too long now. http://www.itmweb.com/bimages/lonestarsc01.jpg I'm sick of it. I want to see some SGI purple
-
It happened to me and what I did
Invalid DNS Redirection
Recently I inadvertently entered a url and forgot one of the leading w's. I thought I'd get a browser error, instead I was opening a page with all sorts of ads and a "Did you mean:" with several suggested web sites. I know how DNS works so I brought up a network sniffer to see what was going on. To my astonishment my DNS server was returning a valid IP address for a dns entry that did not exist! When opened, this address did a http redirect to the web site with the ads and suggestions. I tried a simple test to see if the browser was involved. I used NSLOOKUP and entered an invalid address and sure enough a valid IP was being returned, I don't use a proxy server so the problem had to be in the DNS server. I have to use Hughes satellite services so I though it might be something being done by them, but in reading on the net many IPSs are doing the same thing. I investigated some more and found out that Hughes was using the services of a company called Paxfire who makes a living working with Internet ads. Other ISPs might be using another service. I noticed that the redirection was returning another url, wwh.found-not-help.com. If I put that name in the hosts file I then got a normal http error. That would suffice in most cases but on a satellite Internet link the round trip packet latency can make a connection look like dial-up.
I decided to look into this more. I had an idea. Several years ago I wrote 2 functions for a project I was on, AddDNSName, and DeleteDNSName. These would add secondary IP addresses to the network adapter and delete them programmatically. So I wrote a simple program using the old gethosybyname socket function. I would look up an invalid name and if a valid IP address was returned I added these addresses to my system. After that everything worked as it should. DNS returned the redirection IP addresses and a connection attempt would immediately fail because the address was now local.
The ISP's have a solution but it requires leaving a cookie on your system and you're still doing more network traffic.
This is not a new problem and I found this reference http://www.itmweb.com/f092403.htm about Verisign having the problem in late 2003! I find it amazing that IPSs would change Internet standards just to receive more ad revenue. Seeing that there was no recourse in standards committees I decided to write this and the code for the problem. The code could easily be polished to make it stronger, I just wrote a prototype program (which I use). There is an article on codegugu.com, http://www.codeguru.com/cpp/i-n/network/winsocksolutions/article.php/c6165/ that has the C++ code for add and delete ip addresses(ipadddel.c ipadddel.h). Here is the code I wrote for this problem. It can be easily modified for adjustments. It's a hack job but it seems to work.
It seems I can't post the code, I get a "too many junk characters" error. If you want it I'll send it to you.
Just a few notes on this. IP addresses added are transient, which go away after a reboot or delete. The chance of these DNS IP addresses are in your address space is extremely small and not possible if you are using DHCP. The ISP's could change the redirection IP address but it would still be found every time the code is run on the workstation. The code is setup for 2 redirection addresses but could easily be changed for more.
The ISP's have a solution but it requires leaving a cookie on your system and you're still doing more network traffic. What they didn't consider also is that Browsers are NOT the only internet application that uses DNS.
Bill -
Re:Why would he?
When the President of China came to Washington state, he met with Gates at his own home. The Governor was an 'invited guest'.
Maybe that was because he wanted to see Gates' place? You know, it sure is a really nice house. -
Re:BULLONEY!!Uh-huh... Now do the same thing without needing a special, stripped-down, nearly featureless JRE. I don't need a special build of GCC to satisfy the condition, why did we shift from apples to oranges to make it possible in the Java world?
Because, Java has had a special purpose since its inception - to be cross-platform without code changes. The Java Runtime Environment is something like an Operating System - more accurately, an Operating Environment that can run on multiple Operating Systems. Or, it can be an Operating System on its own if implemented that way.
C is executed by the Operating System. Java is executed by the JRE - Operating Environment. GCC is a compiler. JRE is a byte-code interpreter. Now who's talking apples and oranges?
A more accurate comparison would be running a C program under an Operating System (mostly written in C) and a Java programming running under an Operating System/Environment (mostly written in C or in Java). I wouldn't know the purpose for it... but, it would've been apples to apples. GCC != JRE.
The next stipulation you'll demand is that Java should operate without hardware.
= 9J =
-
Re:Strategy?
It's all transparent to the switch. If it's a L2 switch it doesn't care what IP (or IPX, AppleTalk, etc) address is on a port, just which physical MAC (Ethernet) addresses are on the port. If it's L3 it will additionally associate one or IP addresses directly with a port. If switches had problems with multiple IPs/MACs sitting on a port then you couldn't build any topology with multiple switches. For more info:
http://www.itmweb.com/essay522.htm
http://www.erg.abdn.ac.uk/users/gorry/course/lan-p ages/switch.html
If you're near a University there's probably a wealth of literature at the library in the CS/CE/EE section on network topology and switching technologies.
Derek -
ahhh SCO
demonstrating their amazing abilities to stick their foot in it over and over, all whilst portraying themselves as great enforcers of the american way , and upholders of the capitalistic lifestyle that we all hold so dear. I smell an oscar. Maybe Darl will want to take his newfound fame and fortune to the next level, by becoming a rockstar too.