View | Details | Raw Unified | Return to bug 21451 | Differences between
and this patch

Collapse All | Expand All

(-)texts/i386/INSTALL.TXT.new (-5 / +19 lines)
Lines 338-342 Link Here
338
hosts by name rather than IP address, you'll also need a name server
338
hosts by name rather than IP address, you'll also need a name server
339
and possibly the address of a gateway (if you're using PPP, it's your
339
and possibly the address of a gateway (if you're using PPP, it's your
340
provider's IP address) to use in talking to it.
340
provider's IP address) to use in talking to it.  If you want to install
341
by FTP via an HTTP proxy (see below), you will also need the proxy's
342
address.
341
343
342
If you do not know the answers to these questions then you should
344
If you do not know the answers to these questions then you should
Lines 396-400 Link Here
396
                ftp://192.216.191.11/pub/FreeBSD
398
                ftp://192.216.191.11/pub/FreeBSD
397
399
398
        There are two FTP installation modes you can use:
400
        There are three FTP installation modes you can use:
399
401
400
           o FTP:
402
           o FTP:
Lines 412-418 Link Here
412
             incoming connections on random port addresses.
414
             incoming connections on random port addresses.
413
415
414
        NOTE: ACTIVE AND PASSIVE MODES ARE NOT THE SAME AS A `PROXY'
416
           o FTP via an HTTP proxy:
415
        CONNECTIONS, WHERE A PROXY FTP SERVER IS LISTENING ON A
417
             This option instructs FreeBSD to use HTTP (like a web
416
        DIFFERENT PORT!
418
             browser) to connect to a proxy for all FTP operations.
419
             The proxy will translate the requests and send them to
420
             the FTP server.  This allows the user to pass through
421
             firewalls that do not allow FTP at all, but offer an
422
             HTTP proxy.
423
             In this case, you have to specify the proxy in addition
424
             to the FTP server.
425
426
427
        NOTE: THERE IS ANOTHER TYPE OF FTP PROXY OTHER THAN HTTP PROXIES.
428
        THIS TYPE IS VERY UNCOMMON, THOUGH.  IF YOU ARE NOT ABSOLUTELY
429
        CERTAIN, YOU CAN ASSUME THAT YOU HAVE AN HTTP PROXY AS DESCRIBED
430
        ABOVE.
417
431
418
        In such instances, you should specify the URL as something like:
432
        In such instances, you should specify the URL as something like:

Return to bug 21451