<div dir="ltr"><div>Ok,  I set up a separate packet filter (port 80) on the firewall for this server only and configured it to set the source IP to 66.51.156.71.</div><div><br></div><div>I am still getting these log messages.  Can you check your logs again to make sure my firewall is forwarding on the correct IP address now?</div>
<div><br></div><div>Thanks</div><div><br></div><div>Ken</div><div><br></div><div><span lang="EN"><p>Thu Dec 12 11:03:31 2013 (1396): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/acadiau/aaleksejevs/Assignment 6.page</font></p>

<p>Thu Dec 12 11:03:32 2013 (1396): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/PDI520 membrane potential_Auto_Cleaned_Up.problem.meta</font></p>
<p>Thu Dec 12 11:03:32 2013 (1399): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/PDI520 membrane potential_Auto_Cleaned_Up.problem</font></p>
<p>Thu Dec 12 11:03:33 2013 (1399): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/PDI520 membrane potential_Auto_Cleaned_Up.problem</font></p>
<p>Thu Dec 12 11:03:36 2013 (1394): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/msu-domainconfig/domlogo/msu.gif</font></p>
<p>Thu Dec 12 11:03:37 2013 (1394): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/Calc 1 - pills/Cat - acetaminophen.problem.meta</font></p>
<p>Thu Dec 12 11:03:37 2013 (1393): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/Calc 1 - pills/Cat - acetaminophen.problem</font></p>
<p>Thu Dec 12 11:03:37 2013 (1393): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/Calc 1 - pills/Cat - acetaminophen.problem</font></p>
<p>Thu Dec 12 11:03:38 2013 (1394): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/Calc 1 - pills/Dog - Adderall.problem.meta</font></p>
<p>Thu Dec 12 11:03:38 2013 (1395): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/Calc 1 - pills/Dog - Adderall.problem</font></p>
<p>Thu Dec 12 11:03:38 2013 (1395): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/Calc 1 - pills/Dog - Adderall.problem</font></p>
<p>Thu Dec 12 11:03:43 2013 (1397): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/Calc 1 - pills/Dog - Adderall.problem</font></p>
<p>Thu Dec 12 11:03:43 2013 (1397): <font color="blue">WARNING: LWP get: 403 Forbidden: /home/httpd/html/res/msu/hegg/Calc 1 - pills/Dog - Adderall.problem</font></p></span></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Dec 12, 2013 at 9:22 AM, Stuart Raeburn <span dir="ltr"><<a href="mailto:raeburn@msu.edu" target="_blank">raeburn@msu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
You are seeing 403 (Forbidden) responses when attempting to replicate resources from other servers in the LON-CAPA network because of a mismatch between the IP address advertised by the LWP request originating from your server, and the IP address resolved from the hostname for your LON-CAPA server provided in the authoritative list of LON-CAPA member servers.<br>

<br>
Your server is: <a href="http://lhsalc.lhsa.com" target="_blank">lhsalc.lhsa.com</a> which resolves to: 66.51.156.71<br>
<br>
However, the requests originating from your server are identified as originating from your firewall.<br>
<br>
Reverse look-up for 66.51.156.76 reports that this IP is a pointer to: <a href="http://firewall.lhsa.com" target="_blank">firewall.lhsa.com</a><br>
<br>
The Apache error log files on the remote server contain entries such as:<br>
<br>
[error] access to /raw/msu/msu-domainconfig/<u></u>domlogo/msu.gif failed for 66.51.156.76, reason: Unable to find a host for 66.51.156.76<br>
<br>
The handler routine in /home/httpd/lib/perl/Apache/<a href="http://lonracc.pm" target="_blank">lo<u></u>nracc.pm</a> on the MSU side which limits access to URLs beginning /raw/ to only those servers known to belong to the LON-CAPA network is returning a FORBIDDEN (403 return code) from the following code:<br>

<br>
my $reqhost = $r->get_remote_host(REMOTE_<u></u>NOLOOKUP);<br>
my @hostids= &Apache::lonnet::get_hosts_<u></u>from_ip($reqhost);<br>
<br>
This occurs in cases where $reqhost is not the IP address of a known LON-CAPA server.<br>
<br>
In this case, $reqhost -- from $r->get_remote_host(REMOTE_<u></u>NOLOOKUP) -- is 66.51.156.76, which does not correspond to a known server, since 66.51.156.71 is the expected IP for (which resolves to: <a href="http://lhsalc.lhsa.com" target="_blank">lhsalc.lhsa.com</a>), hence the message "Unable to find a host".<br>

<br>
<br>
Stuart Raeburn<br>
LON-CAPA Academic Consortium<div><div class="h5"><br>
<br>
<br>
Quoting Ken Hoegeman <<a href="mailto:ken.hoegeman@gmail.com" target="_blank">ken.hoegeman@gmail.com</a>>:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
When browsing published resources I get file not found messages and my<br>
lonnet.log is full f these lines:<br>
<br>
The folder structure is there on our server, just non of the files<br>
<br>
Any suggestions would be appreciated.<br>
<br>
Thanks<br>
<br>
Ken Hoegeman<br>
<br>
Wed Dec 11 14:35:05 2013 (22753): Trying to reconnect lonc for msul1 (<br>
<a href="http://s10.lite.msu.edu" target="_blank">s10.lite.msu.edu</a>)<br>
<br>
Wed Dec 11 14:35:11 2013 (22743): <font color="blue">WARNING: LWP get: 403<br>
Forbidden: /home/httpd/html/res/msu/msu-<u></u>domainconfig/domlogo/msu.gif</<u></u>font><br>
<br>
Wed Dec 11 14:35:13 2013 (22744): <font color="blue">WARNING: LWP get: 403<br>
Forbidden: /home/httpd/html/res/msu/msu-<u></u>domainconfig/domlogo/msu.gif</<u></u>font><br>
<br>
Wed Dec 11 14:35:15 2013 (22745): <font color="blue">WARNING: LWP get: 403<br>
Forbidden: /home/httpd/html/res/msu/msu-<u></u>domainconfig/domlogo/msu.gif</<u></u>font><br>
<br>
Wed Dec 11 14:35:16 2013 (22746): <font color="blue">WARNING: LWP get: 403<br>
Forbidden: /home/httpd/html/res/msu/msu-<u></u>domainconfig/domlogo/msu.gif</<u></u>font><br>
<br>
Wed Dec 11 14:35:17 2013 (22746): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/sc/<u></u>gblanpied/courses/chemistry/<u></u>thedump_chemistry.sequence.<u></u>meta</font><br>
<br>
Wed Dec 11 14:35:17 2013 (22745): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/sc/<u></u>gblanpied/courses/chemistry/<u></u>thedump_chemistry.sequence.<u></u>meta</font><br>
<br>
Wed Dec 11 14:35:17 2013 (22746): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/msu/<u></u>ciskepau/CHEMISTRY/chap6/<u></u>bondtype2.problem.meta</font><br>
<br>
Wed Dec 11 14:35:18 2013 (22745): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/msu/<u></u>ciskepau/CHEMISTRY/chap6/<u></u>bondtype2.problem.meta</font><br>
<br>
Wed Dec 11 14:35:18 2013 (22745): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/sfu/<u></u>batchelo/chem111/problems/<u></u>lecture/set4/E.N.pairs.<u></u>problem.meta</font><br>
<br>
Wed Dec 11 14:35:19 2013 (22745): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/sfu/<u></u>batchelo/chem111/problems/<u></u>lecture/set4/molecular.geom.I.<u></u>problem.meta</font><br>
<br>
Wed Dec 11 14:35:19 2013 (22746): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/sfu/<u></u>batchelo/chem111/problems/<u></u>lecture/set4/E.N.pairs.<u></u>problem.meta</font><br>
<br>
Wed Dec 11 14:35:19 2013 (22745): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/msu/<u></u>ciskepau/CHEMISTRY/chap6/<u></u>ionformula.problem.meta</font><br>
<br>
Wed Dec 11 14:35:19 2013 (22746): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/msu/<u></u>ciskepau/CHEMISTRY/chap6/<u></u>ionformula.problem.meta</font><br>
<br>
Wed Dec 11 14:35:20 2013 (22745): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/sfu/<u></u>batchelo/chem111/problems/<u></u>lecture/set4/bond.<u></u>classification.problem.meta</<u></u>font><br>
<br>
Wed Dec 11 14:35:20 2013 (22746): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/sfu/<u></u>batchelo/chem111/problems/<u></u>lecture/set4/bond.<u></u>classification.problem.meta</<u></u>font><br>
<br>
Wed Dec 11 14:35:20 2013 (22745): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/sfu/<u></u>batchelo/chem111/problems/<u></u>lecture/set4/molecular.geom.<u></u>II.problem.meta</font><br>
<br>
Wed Dec 11 14:35:20 2013 (22746): <font color="blue">WARNING: LWP get: 403<br>
Forbidden:<br>
/home/httpd/html/res/sfu/<u></u>batchelo/chem111/problems/<u></u>lecture/set4/molecular.geom.<u></u>II.problem.meta</font><br>
<br>
</blockquote>
<br></div></div>
______________________________<u></u>_________________<br>
LON-CAPA-admin mailing list<br>
<a href="mailto:LON-CAPA-admin@mail.lon-capa.org" target="_blank">LON-CAPA-admin@mail.lon-capa.<u></u>org</a><br>
<a href="http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin" target="_blank">http://mail.lon-capa.org/<u></u>mailman/listinfo/lon-capa-<u></u>admin</a><br>
</blockquote></div><br></div>