First guess - have a look at /etc/hosts - it's probably there.

Check /etc/nsswitch.conf - you'll probably find a line like:

hosts:          files dns

This tells the system resolver routines to look in /etc/hosts first,
then try DNS if that fails. When you're running host by hand, you're
bypassing the file check and going straight to DNS.

On 8/17/05, Kevin Fitzgerald <[EMAIL PROTECTED]> wrote:
> Hi All
> 
> This is probably an Obvious Question but I'm not sure where to look next.
> Running Fedora Core 4, set up a DNS server and DNS record for my machine. If
> I do #host kevnote I receive the correct IP Address. I'm trying to install
> Scalix Community Server. As part of the install it checks the network
> settings and comes back with an error "Network Check Failed - IP Address
> associated with host name 'kevnote.tcgtech.dyndns.org" is '127.0.0.1'" Yet
> the Host request returns the correct info. Any ideas where I should be
> looking to rectify the 127.0.0.1 address?
> 
> Kev
> 
> --
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
> 


-- 
There is nothing more worthy of contempt than a man who quotes himself
- Zhasper, 2005
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to