Skip to content
Snippets Groups Projects
Commit 2cacb7b9 authored by Moe Jette's avatar Moe Jette
Browse files

Note FTP passive mode requirement for download.

parent 1f148d66
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,15 @@ SLURM source can be downloaded from <br> ...@@ -7,11 +7,15 @@ SLURM source can be downloaded from <br>
ftp://ftp.llnl.gov/pub/linux/slurm</a><br> ftp://ftp.llnl.gov/pub/linux/slurm</a><br>
The latest stable release is version 1.2.</p> The latest stable release is version 1.2.</p>
<p><b>NOTE:</b> This server will only download files to computers <p><b>NOTE:</b> Depending upon your firewall configuration, the use
of ftp passive mode may be required (use the "-p" option for the
ftp command, e.g. "ftp -p ftp.llnl.gov"; web browsers may also
require setting the ftp preference to passive mode).<br>
<b>NOTE:</b> This server will only download files to computers
on which it can perform a reverse DNS lookup for the IP address on which it can perform a reverse DNS lookup for the IP address
issuing the request. issuing the request.<br>
This is a LLNL site-wide policy for security purposes that we have These requirement are part of a LLNL site-wide policy for security
no control over. purposes that we have no control over.
Some firewalls prevent reverse DNS lookup, so you may need to download Some firewalls prevent reverse DNS lookup, so you may need to download
the files to some computer outside of your firewall.</p> the files to some computer outside of your firewall.</p>
...@@ -78,6 +82,6 @@ Portable Linux Processor Affinity (PLPA)</a></li> ...@@ -78,6 +82,6 @@ Portable Linux Processor Affinity (PLPA)</a></li>
</ul> </ul>
<p style="text-align:center;">Last modified 22 January 2007</p> <p style="text-align:center;">Last modified 2 February 2007</p>
<!--#include virtual="footer.txt"--> <!--#include virtual="footer.txt"-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment