At 06:39 PM 7/12/00 +0300, Nakajama wrote:
>hi
>
>what should I do to conect to my web server via browser?
>when I write IP it finds my web server, and when I write domain
>it doesnt find it.

I assume you mean that you can connect to a URL like
        http://1.2.3.4/

but not to a URL like 
        http://www.something_or_other.com/

even though www.something_or_other.com should resolve to 1.2.3.4 .

If so, your problem is *probably* with name resolution. See if the same
machine (the one with the browser) is also able to ping the server by IP
address byt not by name (FQDN). If so, check whether it has functioning
nameserver addresses listed in /etc/resolv.conf (or equivalent, if the
browser is not running on a Linux workstation).


--
------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA                                    [EMAIL PROTECTED]        
----------------------------------------------------------------


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to