On 17 Aug 1999, RJM wrote:
[snip]
> The problem:
>
> If I try to browse an HTML document in a Internal Web server directory below
> /htdocs, for example, /usr/local/apache/htdocs/august/report.html (using a
> RELATIVE link), the page is not served up and in the browser's status window I
> see something like: "Cannot find server BUCKET.INSIDEDOMAIN.COM
> (192.168.1.15)" Again, I'm using a RELATIVE link and not referencing BUCKET
> or the .1.15 address at all, but it's showing up during a browse from the
> outside.
Most likely because all pages below the initial one (index.html by
default) are link returned by the server as
http://{servername}/foo/bar/somepage.html
and if you have no DNS listing for {servername} then you will get the
message you stated. IE: Try placing a hosts entry on your computer that
lists {servername} with the correct INTERNAL IP address (in your case
192.168.1.15) and you will probably be fine. Also make sure that
{servername} is listed in the External DNS as belonging to the firewall so
that the port forward works correctly. Note that you CANNOT correctly
browse an internal portforwarded server by external name UNLESS you have
a DNS mapping override for the internal address (such as a hosts entry or
an independant internal DNS).
> Any ideas/solutions/commisserations would be greatly appreciated.
>
> Thanks,
>
> Randy M.
--------------------------------------------------
Matthew G. Marsh, President
Paktronix Systems LLC
1506 North 59th Street
Omaha NE 68104
Phone: (402) 932-7250
Email: [EMAIL PROTECTED]
WWW: http://www.paktronix.com
--------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]