Sounds like your TCP/IP stack is corrupt.
You may work around it by
1. putting an entry in your hosts file which points your domain name to the IP
( a hack workaround... )
2. Repairing your TCP/IP stack
If you're using Windows XP, or Windows 2003 Server, repairing the TCP/IP stack isn't complicated.
From a command window, run :
netsh int ip reset c:\log.txt
You can also run the commands in sequence :
cmd
netsh
int
ip
reset c:\log.txt
That will repair your TCP/IP stack.
Make sure that whatever log name you use and wherever it is on the disk,
that the file exists and you have SOMETHING there. That's important!
Read the log afterwads, so you can see the changes that were made.
It makes for interesting reading ( only for geeky guys... )
:-)
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
===================================
"CK" <c_**********@hotmail.comwrote in message
news:p%*******************@newssvr25.news.prodigy. net...
Yes from a command prompt pinging the IP and Pinging the machine name both go to the same
computer. Both cases respond to the ping as well.
"Jerry Rasmussen" <jr********@threewill.comwrote in message
news:er**************@TK2MSFTNGP03.phx.gbl...
>This looks like a name resolution issue. When going to the machine name are you going to the
same IP address.
ping by name make sure IP address is correct.
CK wrote:
>>Hi All,
I have a sharepoint site on a box. I can hit the box by going to the ip address
http://10.0.0.1/default.aspx but I can not hit it by name. The password dialong box comes up and
it rejects my domain password. Says you are not authorized. When I use the IP the password
dialong box comes up and it accepts my credentials and lets me proceed to the site. What am I
missing here? Any help is greatly appreciated.
TIA,
~CK