Yet another "can't ping hostname" title - but different

Yes, yet another topic seemingly on one that has been asked many times before. But this is definitely different.

The PC:
Windows 7 enterprise
an mdg vxi with dual NICs ( one is running to science equipment with a static ip - works fine)
the other connects to the company network (well, it's supposed to) It's not actually on the domain yet, because the network path can never be found because of this DNS issue.

The Issue:
I can ping any site by it's IP, but never by its hostname. I cannot load any sites though the browser by using the IP, the browsers (IE6 <-- it's our standard browser right now, eww and firefox although that's not really supposed to be installed) cannot load anything. According to windows the card is fully connected with internet access.

We have tried:
1) trying different NICs as the secondary ones
2) removing the secondary and using only the onboard to connect externally
3) giving it a static IP and entering the DNS servers - we've tried our dns servers as well as googles public ones
4)all cmd commands that I could think of - nbtstat, ipconfig /flush and reg DNS, fixing the host file, deleting the TCP/IP stack
5)plugged in a laptop just to make sure the port was okay and everything worked.

I've pretty much done anything I can think of and anything I've read online. I'm sure other things were tried I just can't remember everything I've done or my team as done as we've been working on this for over a week on and off. I am cisco certified and took network engineering in school, I even called in my networking brain trust back home and we couldn't figure this out.

I'm thinking it's something the science company that came in to set up the machine did and I am hoping it doesn't have to be re imaged as they would have to be called back in to setup the machines again.

Anyone that solves this will be my hero forever :)
 
We just fixed the issue today. Installing SP1 fixed the issue. That was the only thing that would fix it, as we have tried absolutely everything else that could have been possible.
 
I Believe that is/was a routing issue.

start->run->cmd and see the routing table using
route print
dual nics complicate the use of the Default Route
 
Subnet Mask are correct I take it? For both NIC to be shown correctly.

IP
SM
DG

Are these PCI-X sloted or onboard? Are they the same? Which one is acting up?
 
I'll show it this way:
Active Routes:
Code:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0      192.168.0.1     192.168.0.4       20
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
      192.168.0.0    255.255.255.0      192.168.0.4     192.168.0.4       20
      192.168.0.4  255.255.255.255        127.0.0.1       127.0.0.1       20
    192.168.0.255  255.255.255.255      192.168.0.4     192.168.0.4       20
        224.0.0.0        240.0.0.0      192.168.0.4     192.168.0.4       20
  255.255.255.255  255.255.255.255      192.168.0.4     192.168.0.4       1
Default Gateway:       192.168.0.1
the default route is derived from the first line, ie, the least restrictive route
 
Hostnames might not be part of the dns lookup table. DNSmasq is usually not an option in lower-end cisco routers like the 2500, for example. I would have to replace that firmware with DDWRT to have that option. However it currently disables my 5ghz radio. Dnsmasq isn't a big deal for me, but it would be nice to have.
 
Back