
Signature
William M. Smith
(Microsoft Interop MVP)
William,
Still no success, but I see what the problem is. Apparently, a hyphen is
not well understood when in the Hosts file, and that is what is throwing
things off (apologies, I have no experience with Unix and didn't realize
this was a problem). For example, trying to set the server name to
"my-server.mydomain.com", I continue to receive "A connection failure has
occurred" messages. However, if I simply remove the hyphen to make
"myserver.mydomain.com", the site connects just fine. Is there an escape
character or something I can use to allow the Hosts to correctly interpret
the hyphen? Unfortunately I need the local entry for this host to match the
DNS entry for the server - this was my initial intention, as parts of the
html code on the server are hard-coded, and not only can I not see the
server's DNS name that I'm looking for, but I can't cross sessions, which
would still mess things up if I connect to the IP.
Any suggestions for allowing hyphens in the Hosts file, or am I straight out
of luck?
--
Tony Talmage
Web Developer
Graphic Education Corporation
URL: http://www.graphiced.com
Phone: (888) 354-6600
> > I was just using SimpleText to edit the Hosts file, but I just realized it's
> > from the "System Folder" directory instead of "System", meaning I was just
[quoted text clipped - 38 lines]
>
> Hope this helps! bill
William Smith - 18 Jul 2004 02:16 GMT
> Still no success, but I see what the problem is. Apparently, a hyphen is
> not well understood when in the Hosts file, and that is what is throwing
[quoted text clipped - 12 lines]
> Any suggestions for allowing hyphens in the Hosts file, or am I straight out
> of luck?
Hi Tony!
The escape for Unix is the backslash "\" but I'm unsure how it will be
interpreted in a Hosts file. You can give this a try.
The other option I would suggest is using a CNAME but I couldn't find
any information on how to enter this into the NetInfo Manager.
bill

Signature
William M. Smith
(Microsoft Interop MVP)
Tony Talmage - 21 Jul 2004 19:26 GMT
Unfortunately, the Hosts information doesn't seem to enjoy backslashes. And
additionally, the cname has a hyphen as well, so even if I knew how to
incorporate cname it wouldn't help. I suppose I will just have to not use
my g5 anymore for this purpose =)

Signature
Tony Talmage
Web Developer
Graphic Education Corporation
URL: http://www.graphiced.com
Phone: (888) 354-6600
> > Still no success, but I see what the problem is. Apparently, a hyphen is
> > not well understood when in the Hosts file, and that is what is throwing
[quoted text clipped - 22 lines]
>
> bill