Networking Forums

Networking Forums > Computer Networking > Linux Networking > url error on intranet

Reply
Thread Tools Display Modes

url error on intranet

 
 
kamilla
Guest
Posts: n/a

 
      04-16-2005, 05:23 AM
The Suse Linux server has:
IP = 10.0.0.100
host name = myHost
domain = myDomain.com
web server Apache

When I want to browse an intranet application and input, eg
http://10.0.0.5/thisAppl/
the address is forced to
http://myHost.myDomain.com/thisAppl/
and is not resolved, giving error
.... The following error was encountered: Unable to determine IP
address from host name for...

If I input again '10.0.0.5', usually it works.
What have I to change, on the server and/or on my Windows node? (I
cannot rename the host).
Thank you.
 
Reply With Quote
 
 
 
 
Davide Bianchi
Guest
Posts: n/a

 
      04-16-2005, 05:37 AM
On 2005-04-16, kamilla <(E-Mail Removed)> wrote:
> When I want to browse an intranet application and input, eg
> http://10.0.0.5/thisAppl/
> the address is forced to
> http://myHost.myDomain.com/thisAppl/
> ... The following error was encountered: Unable to determine IP
> address from host name for...


Change Apache configuration file httpd.conf, where it says
UseCanonicalName. Comment it out (or de-comment it).
Another solution is to add "myHost.myDomain.com" to your local DNS
resolution.

Davide

--
Er, what does SCSI have to do with old weapons? They both are better for
maiming than killing? --Lars Balker Rasmussen, Art
 
Reply With Quote
 
David Efflandt
Guest
Posts: n/a

 
      04-17-2005, 04:43 AM
On Sat, 16 Apr 2005, Davide Bianchi <(E-Mail Removed)> wrote:
> On 2005-04-16, kamilla <(E-Mail Removed)> wrote:
>> When I want to browse an intranet application and input, eg
>> http://10.0.0.5/thisAppl/
>> the address is forced to
>> http://myHost.myDomain.com/thisAppl/
>> ... The following error was encountered: Unable to determine IP
>> address from host name for...

>
> Change Apache configuration file httpd.conf, where it says
> UseCanonicalName. Comment it out (or de-comment it).


Actually (see apache docs for UseCanonicalName), best to set:
UseCanonicalName off

> Another solution is to add "myHost.myDomain.com" to your local DNS
> resolution.


Don't use any domain that can be confused with a real domain unless you
own it. Ootherwise use one that is truly bogus (would never be
registered and not ISO country code). For example mydomain.com is a
registered domain.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Configuring DNS for an intranet chiesa.federico@gmail.com Linux Networking 1 06-09-2006 12:39 PM
naming my intranet yunikan@gmail.com Linux Networking 5 03-18-2006 01:28 AM
INTRANET FTP ???? Paddy Windows Networking 5 06-17-2004 02:11 PM
INTRANET FTP ???? Paddy Windows Networking 0 06-15-2004 10:36 PM
INTRANET AND DNS ... HOW ? news.microsoft.com Windows Networking 1 12-19-2003 10:26 PM



1 2 3 4 5 6 7 8 9 10 11