Bug 111058

Summary: Ports used in proxy example don't match
Product: Documentation Reporter: Richard Tector <richardtector>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Richard Tector 2007-03-31 15:20:01 UTC
Section 2.8 of the handbook details how to select an FTP server as the installation medium. An example is given for the use of a proxy server, however the two ports given don't match (see below). The 1024 should be changed to 1234, or perhaps a more common proxy port number should be chosen such as 8080?

<quote>
For a proxy FTP server, you should usually give the name of the server you really want as a part of the username, after an @ sign. The proxy server then fakes the real server. For example, assuming you want to install from ftp.FreeBSD.org, using the proxy FTP server foo.example.com, listening on port 1024.

In this case, you go to the options menu, set the FTP username to ftp@ftp.FreeBSD.org, and the password to your email address. As your installation media, you specify FTP (or passive FTP, if the proxy supports it), and the URL ftp://foo.example.com:1234/pub/FreeBSD
</quote>

Fix: 

Adjust ports as suggested (no patch sorry).
How-To-Repeat: n/a
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2007-03-31 18:21:39 UTC
State Changed
From-To: open->closed

Superseded by docs/111059.