This may may need to move to a different forum. Our router guy is not internal and he may have forgotten, as I did, that this particular location has dhcp handed out by their router (most of the other locations are static). So, here are the dhcp settings in the Cisco router:
---------------------------------
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.4.1 192.168.4.99
ip dhcp excluded-address 192.168.4.1 192.168.4.5
ip dhcp excluded-address 192.168.4.5
ip dhcp excluded-address 192.168.4.3
!
ip dhcp pool CLC
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
netbios-name-server 192.168.2.57
netbios-node-type h-node
--------------------------------
The "netbios-name-server 192.168.2.57" is the correct DNS server. I'm not a Cisco aficionado but I'll call my network guy and anticipate your responses. Also, manually setting IP and DNS causes some weird stuff, as I mentioned. I would like to get DNS working correctly in case it makes that problem go away. Thanks guys.