[BACK]Return to ftp.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/ftp.html, Revision 1.677

1.499     sthen       1: <!-- DO NOT EDIT MANUALLY! See comments in www/build/mirrors.dat for details -->
1.341     grunk       2:
1.237     david       3: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      4:        "http://www.w3.org/TR/html4/loose.dtd">
1.1       deraadt     5: <html>
                      6: <head>
1.294     ian         7: <title>Getting OpenBSD</title>
1.237     david       8: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.118     louis       9: <meta name="description" content="the OpenBSD FTP page">
1.648     sthen      10: <meta name="copyright" content="This document copyright 1996-2014 by OpenBSD.">
1.673     schwarze   11: <link rel="canonical" href="http://www.openbsd.org/ftp.html">
1.1       deraadt    12: </head>
                     13:
1.116     philen     14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.1       deraadt    15:
1.206     jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.114     deraadt    17: <p>
1.594     sthen      18: <h2><font color="#e00000">Getting the OpenBSD distribution</font></h2>
1.237     david      19: <hr>
1.24      downsj     20:
1.594     sthen      21: <h3><font color="#0000e0"><a name=cdrom>Purchase/download a
                     22:   CD-ROM</a></font></h3>
                     23:
                     24: <p>
                     25: The best way to get an OpenBSD release (<i>-release</i>) and support us
1.644     nick       26: is to buy a 3 CD set.
1.594     sthen      27: More information is available on our <a href="orders.html">ordering page</a>.
                     28:
                     29: <p>
                     30: If you choose not to buy an OpenBSD CD-ROM, you can also install
1.662     nick       31: OpenBSD with a CDROM or flash disk you create yourself.
                     32: To achieve this, you have to download one of the following ISO or file
                     33: sytem image files from our <a href="#mirrors">mirrors</a>:
1.594     sthen      34:
                     35: <ul>
1.677   ! sthen      36:   <li><i>cd58.iso</i> to burn a minimal 5.8 CDROM
1.673     schwarze   37:    (roughly 8MB in size, boot only)
1.677   ! sthen      38:   <li><i>install58.iso</i> to burn a full 5.8 CDROM
1.662     nick       39:    (roughly 230MB in size, boot + sets)
1.677   ! sthen      40:   <li><i>miniroot58.fs</i> to create a minimal 5.8 boot media
1.662     nick       41:    (for flash or HD image installs -- roughly 5M in size, boot only)
1.677   ! sthen      42:   <li><i>install58.fs</i> to burn a full 5.8 bootable disk file system
1.673     schwarze   43:    (for flash or HD image installs -- roughly 290M in size, boot + sets)
1.662     nick       44:
1.594     sthen      45: </ul>
                     46:
                     47: <p>
1.677   ! sthen      48: If you choose <i>cd58.iso</i> or <i>miniroot58.fs</i>, you will need to
1.662     nick       49: get the base and X sets via another media or network.
1.677   ! sthen      50: Otherwise, if you choose <i>install58.iso</i> or <i>install58.fs</i>,
1.662     nick       51: you will not need anything but the
                     52: <a href="faq/faq15.html">application packages</a>.
1.594     sthen      53:
                     54: <p>
                     55: Note that the paragraph above is also valid for the people interested in
                     56: running <i>-current</i>.
1.677   ! sthen      57: You can fetch <i>install58.iso</i> from the latest snapshot and install or
1.594     sthen      58: upgrade your system very quickly.
                     59:
                     60: <hr>
                     61: <h3><font color="#0000e0"><a name=mirrors>Download via
                     62:   HTTP/FTP</a></font></h3>
                     63:
1.674     sthen      64: OpenBSD can also be obtained via HTTP or FTP.
1.594     sthen      65: Typically you need a single small piece of boot media (e.g., a boot floppy)
                     66: and then the rest of the files can be installed from a number of locations,
                     67: including directly off the Internet.
                     68: Consult the <a href="faq/faq4.html">Installation Guide</a> to get an
                     69: exhaustive list of the different ways to install OpenBSD, and learn how
                     70: to make a bootable OpenBSD install media.
                     71: With the official CD-ROMs, simply follow the printed installation guide.
                     72:
                     73: <p>
                     74: Choose a mirror near you from the following list of HTTP and FTP
                     75: mirrors which provide OpenBSD:
1.261     saad       76:
                     77: <ul>
1.552     sthen      78: <li><a href="#http">HTTP install mirrors</a>
1.261     saad       79: <li><a href="#ftp">FTP install mirrors</a>
1.594     sthen      80: <li><a href="#layout">Mirror layout</a>
                     81: </ul>
                     82:
                     83: Or alternatively download via RSYNC/AFS:
                     84:
                     85: <ul>
1.552     sthen      86: <li><a href="#rsync">RSYNC install mirrors</a>
1.261     saad       87: <li><a href="#afs">AFS install mirrors</a>
                     88: </ul>
1.10      deraadt    89:
1.132     deraadt    90: <hr>
1.554     steven     91: <h3><font color="#0000e0"><a name=http>HTTP</a></font></h3>
1.552     sthen      92: This is a list of currently known HTTP servers &amp; mirrors:<p>
1.1       deraadt    93:
1.132     deraadt    94: <table>
                     95:     <tr>
                     96:        <td>
1.552     sthen      97:        <strong>Australia (Adelaide)</strong>
1.539     sthen      98:        </td><td>
1.610     sthen      99:        <a href="http://mirror.internode.on.net/pub/OpenBSD/" rel="nofollow">
1.552     sthen     100:        http://mirror.internode.on.net/pub/OpenBSD/</a>
1.539     sthen     101:        </td>
                    102:     </tr><tr>
                    103:        <td>
1.552     sthen     104:        <strong>Australia (Brisbane)</strong>
1.288     beck      105:        </td><td>
1.610     sthen     106:        <a href="http://mirror.aarnet.edu.au/pub/OpenBSD/" rel="nofollow">
1.552     sthen     107:        http://mirror.aarnet.edu.au/pub/OpenBSD/</a>
1.437     martin    108:        </td>
                    109:     </tr><tr>
                    110:        <td>
1.616     sthen     111:        <strong>Australia (Perth)</strong>
                    112:        </td><td>
                    113:        <a href="http://ftp.iinet.net.au/pub/OpenBSD/" rel="nofollow">
                    114:        http://ftp.iinet.net.au/pub/OpenBSD/</a>
                    115:        </td>
                    116:     </tr><tr>
                    117:        <td>
1.552     sthen     118:        <strong>Austria (Vienna)</strong>
1.539     sthen     119:        </td><td>
1.610     sthen     120:        <a href="http://ftp5.eu.openbsd.org/ftp/pub/OpenBSD/" rel="nofollow">
1.568     sthen     121:        http://ftp5.eu.openbsd.org/ftp/pub/OpenBSD/</a>
                    122:        </td>
                    123:     </tr><tr>
                    124:        <td>
                    125:        <strong>Austria (Vienna)</strong>
                    126:        </td><td>
1.610     sthen     127:        <a href="http://ftp2.eu.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.605     sthen     128:        http://ftp2.eu.openbsd.org/pub/OpenBSD/</a>
1.548     sthen     129:        </td>
                    130:     </tr><tr>
                    131:        <td>
1.666     sthen     132:        <strong>Brazil (Curitiba)</strong>
                    133:        </td><td>
                    134:        <a href="http://openbsd.c3sl.ufpr.br/pub/OpenBSD/" rel="nofollow">
                    135:        http://openbsd.c3sl.ufpr.br/pub/OpenBSD/</a>
                    136:        </td>
                    137:     </tr><tr>
                    138:        <td>
1.667     sthen     139:        <strong>Brazil (Brasilia)</strong>
                    140:        </td><td>
                    141:        <a href="http://mirrors.unb.br/pub/OpenBSD/" rel="nofollow">
                    142:        http://mirrors.unb.br/pub/OpenBSD/</a>
                    143:        </td>
                    144:     </tr><tr>
                    145:        <td>
1.570     sthen     146:        <strong>Bulgaria (Sofia)</strong>
                    147:        </td><td>
1.610     sthen     148:        <a href="http://mirror.telepoint.bg/OpenBSD/" rel="nofollow">
1.570     sthen     149:        http://mirror.telepoint.bg/OpenBSD/</a>
                    150:        </td>
                    151:     </tr><tr>
                    152:        <td>
1.552     sthen     153:        <strong>Canada (Alberta)</strong>
1.550     sthen     154:        </td><td>
1.610     sthen     155:        <a href="http://ftp.OpenBSD.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     156:        http://ftp.OpenBSD.org/pub/OpenBSD/</a>
1.550     sthen     157:        </td>
                    158:     </tr><tr>
                    159:        <td>
1.628     sthen     160:        <strong>Canada (Kingston, ON)</strong>
                    161:        </td><td>
                    162:        <a href="http://athena.caslab.queensu.ca/pub/OpenBSD/" rel="nofollow">
                    163:        http://athena.caslab.queensu.ca/pub/OpenBSD/</a>
                    164:        </td>
                    165:     </tr><tr>
                    166:        <td>
1.649     nick      167:        <strong>Canada (Toronto, ON)</strong>
                    168:        </td><td>
                    169:        <a href="http://openbsd.cs.toronto.edu/pub/OpenBSD/" rel="nofollow">
                    170:        http://openbsd.cs.toronto.edu/pub/OpenBSD/</a>
                    171:        </td>
                    172:     </tr><tr>
                    173:        <td>
1.552     sthen     174:        <strong>Costa Rica</strong>
1.288     beck      175:        </td><td>
1.610     sthen     176:        <a href="http://mirrors.ucr.ac.cr/OpenBSD/" rel="nofollow">
1.552     sthen     177:        http://mirrors.ucr.ac.cr/OpenBSD/</a>
1.288     beck      178:        </td>
                    179:     </tr><tr>
                    180:        <td>
1.555     sthen     181:        <strong>Denmark (Aalborg)</strong>
                    182:        </td><td>
1.610     sthen     183:        <a href="http://ftp.openbsd.dk/pub/OpenBSD/" rel="nofollow">
1.555     sthen     184:        http://ftp.openbsd.dk/pub/OpenBSD/</a>
                    185:        </td>
                    186:     </tr><tr>
                    187:        <td>
1.658     sthen     188:        <strong>Denmark (Copenhagen)</strong>
                    189:        </td><td>
                    190:        <a href="http://mirror.one.com/pub/OpenBSD/" rel="nofollow">
                    191:        http://mirror.one.com/pub/OpenBSD/</a>
                    192:        </td>
                    193:     </tr><tr>
                    194:        <td>
1.552     sthen     195:        <strong>Estonia (Tallinn)</strong>
1.288     beck      196:        </td><td>
1.610     sthen     197:        <a href="http://ftp.aso.ee/pub/OpenBSD/" rel="nofollow">
1.552     sthen     198:        http://ftp.aso.ee/pub/OpenBSD/</a>
1.288     beck      199:        </td>
                    200:     </tr><tr>
                    201:        <td>
1.552     sthen     202:        <strong>France (Paris)</strong>
1.550     sthen     203:        </td><td>
1.610     sthen     204:        <a href="http://ftp.fr.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     205:        http://ftp.fr.openbsd.org/pub/OpenBSD/</a>
1.550     sthen     206:        </td>
                    207:     </tr><tr>
                    208:        <td>
1.552     sthen     209:        <strong>France (Paris)</strong>
1.444     jsg       210:        </td><td>
1.610     sthen     211:        <a href="http://ftp2.fr.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     212:        http://ftp2.fr.openbsd.org/pub/OpenBSD/</a>
1.454     sthen     213:        </td>
                    214:     </tr><tr>
                    215:        <td>
1.626     landry    216:        <strong>France (Paris)</strong>
                    217:        </td><td>
                    218:        <a href="http://mirrors.ircam.fr/pub/OpenBSD/" rel="nofollow">
                    219:        http://mirrors.ircam.fr/pub/OpenBSD/</a>
                    220:        </td>
                    221:     </tr><tr>
                    222:        <td>
1.633     sthen     223:        <strong>Germany (Erlangen)</strong>
                    224:        </td><td>
                    225:        <a href="http://openbsd.cs.fau.de/pub/OpenBSD/" rel="nofollow">
                    226:        http://openbsd.cs.fau.de/pub/OpenBSD/</a>
                    227:        </td>
                    228:     </tr><tr>
                    229:        <td>
1.552     sthen     230:        <strong>Germany (Berlin)</strong>
1.477     sthen     231:        </td><td>
1.610     sthen     232:        <a href="http://ftp.spline.de/pub/OpenBSD/" rel="nofollow">
1.552     sthen     233:        http://ftp.spline.de/pub/OpenBSD/</a>
1.477     sthen     234:        </td>
                    235:     </tr><tr>
                    236:        <td>
1.552     sthen     237:        <strong>Germany (Oldenburg)</strong>
1.401     grunk     238:        </td><td>
1.610     sthen     239:        <a href="http://ftp.bytemine.net/pub/OpenBSD/" rel="nofollow">
1.552     sthen     240:        http://ftp.bytemine.net/pub/OpenBSD/</a>
1.401     grunk     241:        </td>
                    242:     </tr><tr>
                    243:        <td>
1.552     sthen     244:        <strong>Germany (Aachen)</strong>
1.535     sthen     245:        </td><td>
1.610     sthen     246:        <a href="http://ftp.halifax.rwth-aachen.de/openbsd/" rel="nofollow">
1.552     sthen     247:        http://ftp.halifax.rwth-aachen.de/openbsd/</a>
1.535     sthen     248:        </td>
                    249:     </tr><tr>
                    250:        <td>
1.588     sthen     251:        <strong>Germany (Hamburg)</strong>
                    252:        </td><td>
1.610     sthen     253:        <a href="http://artfiles.org/openbsd/" rel="nofollow">
1.588     sthen     254:        http://artfiles.org/openbsd/</a>
                    255:        </td>
                    256:     </tr><tr>
                    257:        <td>
1.655     florian   258:        <strong>Germany (Frankfurt)</strong>
                    259:        </td><td>
                    260:        <a href="http://ftp.hostserver.de/pub/OpenBSD/" rel="nofollow">
                    261:        http://ftp.hostserver.de/pub/OpenBSD/</a>
                    262:        </td>
                    263:     </tr><tr>
                    264:        <td>
1.552     sthen     265:        <strong>Greece (Heraklion)</strong>
1.422     grunk     266:        </td><td>
1.610     sthen     267:        <a href="http://ftp.cc.uoc.gr/mirrors/OpenBSD/" rel="nofollow">
1.552     sthen     268:        http://ftp.cc.uoc.gr/mirrors/OpenBSD/</a>
1.422     grunk     269:        </td>
                    270:     </tr><tr>
                    271:        <td>
1.552     sthen     272:        <strong>Hungary (Budapest)</strong>
1.523     sthen     273:        </td><td>
1.610     sthen     274:        <a href="http://ftp.fsn.hu/pub/OpenBSD/" rel="nofollow">
1.552     sthen     275:        http://ftp.fsn.hu/pub/OpenBSD/</a>
1.523     sthen     276:        </td>
                    277:     </tr><tr>
                    278:        <td>
1.635     sthen     279:        <strong>Indonesia (Surabaya, Java)</strong>
                    280:        </td><td>
                    281:        <a href="http://kartolo.sby.datautama.net.id/pub/OpenBSD/" rel="nofollow">
                    282:        http://kartolo.sby.datautama.net.id/pub/OpenBSD/</a>
                    283:        </td>
                    284:     </tr><tr>
                    285:        <td>
1.656     sthen     286:        <strong>Indonesia (Banyuwangi, Java)</strong>
                    287:        </td><td>
                    288:        <a href="http://mirror.poliwangi.ac.id/pub/OpenBSD/" rel="nofollow">
                    289:        http://mirror.poliwangi.ac.id/pub/OpenBSD/</a>
                    290:        </td>
                    291:     </tr><tr>
                    292:        <td>
1.552     sthen     293:        <strong>Ireland (Dublin)</strong>
1.476     sthen     294:        </td><td>
1.610     sthen     295:        <a href="http://ftp.heanet.ie/pub/OpenBSD/" rel="nofollow">
1.552     sthen     296:        http://ftp.heanet.ie/pub/OpenBSD/</a>
1.476     sthen     297:        </td>
                    298:     </tr><tr>
                    299:        <td>
1.645     sthen     300:        <strong>Italy (Rome)</strong>
                    301:        </td><td>
1.646     sthen     302:        <a href="http://openbsd.mirror.garr.it/pub/OpenBSD/" rel="nofollow">
                    303:        http://openbsd.mirror.garr.it/pub/OpenBSD/</a>
1.645     sthen     304:        </td>
                    305:     </tr><tr>
                    306:        <td>
1.552     sthen     307:        <strong>Japan (Ishikawa)</strong>
1.369     robert    308:        </td><td>
1.610     sthen     309:        <a href="http://ftp.jaist.ac.jp/pub/OpenBSD/" rel="nofollow">
1.552     sthen     310:        http://ftp.jaist.ac.jp/pub/OpenBSD/</a>
1.369     robert    311:        </td>
                    312:     </tr><tr>
                    313:        <td>
1.566     sthen     314:        <strong>Japan (Saitama)</strong>
                    315:        </td><td>
1.610     sthen     316:        <a href="http://www.ftp.ne.jp/OpenBSD/" rel="nofollow">
1.566     sthen     317:        http://www.ftp.ne.jp/OpenBSD/</a>
                    318:        </td>
                    319:     </tr><tr>
                    320:        <td>
1.552     sthen     321:        <strong>The Netherlands (Utrecht)</strong>
1.358     steven    322:        </td><td>
1.610     sthen     323:        <a href="http://ftp.nluug.nl/pub/OpenBSD/" rel="nofollow">
1.552     sthen     324:        http://ftp.nluug.nl/pub/OpenBSD/</a>
1.358     steven    325:        </td>
                    326:     </tr><tr>
                    327:        <td>
1.552     sthen     328:        <strong>The Netherlands (Ede)</strong>
1.550     sthen     329:        </td><td>
1.610     sthen     330:        <a href="http://ftp.bit.nl/pub/OpenBSD/" rel="nofollow">
1.552     sthen     331:        http://ftp.bit.nl/pub/OpenBSD/</a>
1.550     sthen     332:        </td>
                    333:     </tr><tr>
                    334:        <td>
1.672     sthen     335:        <strong>The Netherlands (Amsterdam)</strong>
                    336:        </td><td>
                    337:        <a href="http://mirrors.rentabiliweb.com/pub/OpenBSD/" rel="nofollow">
                    338:        http://mirrors.rentabiliweb.com/pub/OpenBSD/</a>
                    339:        </td>
                    340:     </tr><tr>
                    341:        <td>
                    342:        <strong>Phillipines (Cebu)</strong>
                    343:        </td><td>
                    344:        <a href="http://mirror.rise.ph/pub/OpenBSD/" rel="nofollow">
                    345:        http://mirror.rise.ph/pub/OpenBSD/</a>
                    346:        </td>
                    347:     </tr><tr>
                    348:        <td>
1.637     sthen     349:        <strong>Poland (Oswiecim)</strong>
                    350:        </td><td>
                    351:        <a href="http://piotrkosoft.net/pub/OpenBSD/" rel="nofollow">
                    352:        http://piotrkosoft.net/pub/OpenBSD/</a>
                    353:        </td>
                    354:     </tr><tr>
                    355:        <td>
1.596     sthen     356:        <strong>Poland (Warszawa)</strong>
                    357:        </td><td>
1.610     sthen     358:        <a href="http://ftp.icm.edu.pl/pub/OpenBSD/" rel="nofollow">
1.596     sthen     359:        http://ftp.icm.edu.pl/pub/OpenBSD/</a>
                    360:        </td>
                    361:     </tr><tr>
                    362:        <td>
1.584     sthen     363:        <strong>Russia (Moscow)</strong>
                    364:        </td><td>
1.623     sthen     365:        <a href="http://mirror.yandex.ru/pub/OpenBSD/" rel="nofollow">
                    366:        http://mirror.yandex.ru/pub/OpenBSD/</a>
                    367:        </td>
                    368:     </tr><tr>
                    369:        <td>
1.423     grunk     370:        <strong>Slovenia (Ljubljana)</strong>
                    371:        </td><td>
1.610     sthen     372:        <a href="http://www.obsd.si/pub/OpenBSD/" rel="nofollow">
1.552     sthen     373:        http://www.obsd.si/pub/OpenBSD/</a>
1.423     grunk     374:        </td>
                    375:     </tr><tr>
                    376:        <td>
1.555     sthen     377:        <strong>South Africa (Johannesburg)</strong>
                    378:        </td><td>
1.610     sthen     379:        <a href="http://mirror.is.co.za/mirror/ftp.openbsd.org/" rel="nofollow">
1.555     sthen     380:        http://mirror.is.co.za/mirror/ftp.openbsd.org/</a>
                    381:        </td>
                    382:     </tr><tr>
                    383:        <td>
1.642     sthen     384:        <strong>Spain (Oviedo)</strong>
                    385:        </td><td>
                    386:        <a href="http://mirror.codigo23.net/pub/OpenBSD/" rel="nofollow">
                    387:        http://mirror.codigo23.net/pub/OpenBSD/</a>
                    388:        </td>
                    389:     </tr><tr>
                    390:        <td>
1.552     sthen     391:        <strong>Sweden (Stockholm)</strong>
                    392:        </td><td>
1.610     sthen     393:        <a href="http://ftp.eu.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     394:        http://ftp.eu.openbsd.org/pub/OpenBSD/</a>
1.482     sobrado   395:        </td>
                    396:     </tr><tr>
                    397:        <td>
1.552     sthen     398:        <strong>Switzerland (Zurich)</strong>
                    399:        </td><td>
1.610     sthen     400:        <a href="http://mirror.switch.ch/ftp/pub/OpenBSD/" rel="nofollow">
1.552     sthen     401:        http://mirror.switch.ch/ftp/pub/OpenBSD/</a>
1.550     sthen     402:        </td>
                    403:     </tr><tr>
                    404:        <td>
1.559     sthen     405:        <strong>Switzerland (Zurich)</strong>
                    406:        </td><td>
1.610     sthen     407:        <a href="http://ftp.ch.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.576     sthen     408:        http://ftp.ch.openbsd.org/pub/OpenBSD/</a>
1.559     sthen     409:        </td>
                    410:     </tr><tr>
                    411:        <td>
1.518     sthen     412:        <strong>United Kingdom (Kent)</strong>
1.517     sthen     413:        </td><td>
1.610     sthen     414:        <a href="http://www.mirrorservice.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     415:        http://www.mirrorservice.org/pub/OpenBSD/</a>
1.517     sthen     416:        </td>
                    417:     </tr><tr>
                    418:        <td>
1.518     sthen     419:        <strong>United Kingdom (Manchester)</strong>
1.356     steven    420:        </td><td>
1.664     sthen     421:        <a href="http://mirror.bytemark.co.uk/pub/OpenBSD/" rel="nofollow">
                    422:        http://mirror.bytemark.co.uk/pub/OpenBSD/</a>
1.356     steven    423:        </td>
                    424:     </tr><tr>
                    425:        <td>
1.621     sthen     426:        <strong>United Kingdom (Oxford)</strong>
                    427:        </td><td>
                    428:        <a href="http://mirror.ox.ac.uk/pub/OpenBSD/" rel="nofollow">
                    429:        http://mirror.ox.ac.uk/pub/OpenBSD/</a>
                    430:        </td>
                    431:     </tr><tr>
                    432:        <td>
1.643     sthen     433:        <strong>United Kingdom (London)</strong>
                    434:        </td><td>
                    435:        <a href="http://mirror.exonetric.net/pub/OpenBSD/" rel="nofollow">
                    436:        http://mirror.exonetric.net/pub/OpenBSD/</a>
                    437:        </td>
                    438:     </tr><tr>
                    439:        <td>
1.552     sthen     440:        <strong>USA (Redwood City, CA)</strong>
                    441:        </td><td>
1.610     sthen     442:        <a href="http://ftp5.usa.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     443:        http://ftp5.usa.openbsd.org/pub/OpenBSD/</a>
                    444:        </td>
                    445:     </tr><tr>
                    446:        <td>
1.661     sthen     447:        <strong>USA (San Francisco, CA)</strong>
                    448:        </td><td>
                    449:        <a href="http://mirrors.sonic.net/pub/OpenBSD/" rel="nofollow">
                    450:        http://mirrors.sonic.net/pub/OpenBSD/</a>
                    451:        </td>
                    452:     </tr><tr>
                    453:        <td>
1.552     sthen     454:        <strong>USA (Boulder, CO)</strong>
                    455:        </td><td>
1.610     sthen     456:        <a href="http://ftp3.usa.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     457:        http://ftp3.usa.openbsd.org/pub/OpenBSD/</a>
1.468     sthen     458:        </td>
                    459:     </tr><tr>
                    460:        <td>
1.661     sthen     461:        <strong>USA (Denver, CO)</strong>
1.569     sthen     462:        </td><td>
1.661     sthen     463:        <a href="http://openbsd.mirrorcatalogs.com/pub/OpenBSD/" rel="nofollow">
                    464:        http://openbsd.mirrorcatalogs.com/pub/OpenBSD/</a>
1.569     sthen     465:        </td>
                    466:     </tr><tr>
                    467:        <td>
1.676     sthen     468:        <strong>USA (Cambridge, MA)</strong>
                    469:        </td><td>
                    470:        <a href="http://mirrors.mit.edu/pub/OpenBSD/" rel="nofollow">
                    471:        http://mirrors.mit.edu/pub/OpenBSD/</a>
                    472:        </td>
                    473:     </tr><tr>
                    474:        <td>
1.661     sthen     475:        <strong>USA (Boise, ID)</strong>
1.471     sthen     476:        </td><td>
1.661     sthen     477:        <a href="http://mirrors.syringanetworks.net/pub/OpenBSD/" rel="nofollow">
                    478:        http://mirrors.syringanetworks.net/pub/OpenBSD/</a>
1.451     sthen     479:        </td>
1.509     sthen     480:     </tr><tr>
                    481:        <td>
1.661     sthen     482:        <strong>USA (Arlington Heights, IL)</strong>
1.558     sthen     483:        </td><td>
1.661     sthen     484:        <a href="http://mirrors.gigenet.com/pub/OpenBSD/" rel="nofollow">
                    485:        http://mirrors.gigenet.com/pub/OpenBSD/</a>
1.558     sthen     486:        </td>
1.577     sthen     487:     </tr><tr>
                    488:        <td>
1.661     sthen     489:        <strong>USA (Chicago, IL)</strong>
1.587     sthen     490:        </td><td>
1.661     sthen     491:        <a href="http://mirror.team-cymru.org/pub/OpenBSD/" rel="nofollow">
                    492:        http://mirror.team-cymru.org/pub/OpenBSD/</a>
1.587     sthen     493:        </td>
1.589     sthen     494:     </tr><tr>
                    495:        <td>
1.661     sthen     496:        <strong>USA (Rochester, NY)</strong>
1.597     sthen     497:        </td><td>
1.661     sthen     498:        <a href="http://filedump.se.rit.edu/pub/OpenBSD/" rel="nofollow">
                    499:        http://filedump.se.rit.edu/pub/OpenBSD/</a>
1.597     sthen     500:        </td>
                    501:     </tr><tr>
                    502:        <td>
1.661     sthen     503:        <strong>USA (New York City, NY)</strong>
1.597     sthen     504:        </td><td>
1.661     sthen     505:        <a href="http://mirrors.nycbug.org/pub/OpenBSD/" rel="nofollow">
                    506:        http://mirrors.nycbug.org/pub/OpenBSD/</a>
1.597     sthen     507:        </td>
1.604     sthen     508:     </tr><tr>
                    509:        <td>
1.661     sthen     510:        <strong>USA (Rochester, NY)</strong>
1.604     sthen     511:        </td><td>
1.661     sthen     512:        <a href="http://openbsd.mirror.frontiernet.net/pub/OpenBSD/" rel="nofollow">
                    513:        http://openbsd.mirror.frontiernet.net/pub/OpenBSD/</a>
1.604     sthen     514:        </td>
1.608     sthen     515:     </tr><tr>
                    516:        <td>
1.661     sthen     517:        <strong>USA (Pittsburgh, PA)</strong>
1.608     sthen     518:        </td><td>
1.661     sthen     519:        <a href="http://openbsd.mirrors.hoobly.com/" rel="nofollow">
                    520:        http://openbsd.mirrors.hoobly.com/</a>
1.608     sthen     521:        </td>
                    522:     </tr><tr>
                    523:        <td>
1.661     sthen     524:        <strong>USA (Pittsburgh, PA)</strong>
1.608     sthen     525:        </td><td>
1.661     sthen     526:        <a href="http://openbsd.mirrors.pair.com/" rel="nofollow">
                    527:        http://openbsd.mirrors.pair.com/</a>
1.608     sthen     528:        </td>
1.619     sthen     529:     </tr><tr>
                    530:        <td>
1.661     sthen     531:        <strong>USA (Dallas, TX)</strong>
1.619     sthen     532:        </td><td>
1.661     sthen     533:        <a href="http://mirror.esc7.net/pub/OpenBSD/" rel="nofollow">
                    534:        http://mirror.esc7.net/pub/OpenBSD/</a>
1.619     sthen     535:        </td>
1.635     sthen     536:     </tr><tr>
                    537:        <td>
1.661     sthen     538:        <strong>USA (Harrisonburg, VA)</strong>
1.635     sthen     539:        </td><td>
1.661     sthen     540:        <a href="http://mirror.jmu.edu/pub/OpenBSD/" rel="nofollow">
                    541:        http://mirror.jmu.edu/pub/OpenBSD/</a>
1.635     sthen     542:        </td>
1.132     deraadt   543:     </tr>
                    544: </table>
1.1       deraadt   545:
1.30      deraadt   546: <hr>
1.552     sthen     547: <h3><font color="#0000e0"><a name=ftp>FTP</a></font></h3>
                    548: This is a list of currently known FTP servers &amp; mirrors:<p>
1.10      deraadt   549:
1.132     deraadt   550: <table>
1.235     david     551:     <tr>
1.510     beck      552:        <td>
1.552     sthen     553:        <strong>Australia (Adelaide)</strong>
1.539     sthen     554:        </td><td>
1.610     sthen     555:        <a href="ftp://mirror.internode.on.net/pub/OpenBSD/" rel="nofollow">
1.552     sthen     556:        ftp://mirror.internode.on.net/pub/OpenBSD/</a>
1.539     sthen     557:        </td>
                    558:     </tr><tr>
                    559:        <td>
1.616     sthen     560:        <strong>Australia (Perth)</strong>
                    561:        </td><td>
                    562:        <a href="ftp://ftp.iinet.net.au/pub/OpenBSD/" rel="nofollow">
                    563:        ftp://ftp.iinet.net.au/pub/OpenBSD/</a>
1.617     sthen     564:        </td>
                    565:     </tr><tr>
                    566:        <td>
1.568     sthen     567:        <strong>Austria (Vienna)</strong>
                    568:        </td><td>
1.610     sthen     569:        <a href="ftp://ftp5.eu.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.568     sthen     570:        ftp://ftp5.eu.openbsd.org/pub/OpenBSD/</a>
1.570     sthen     571:        </td>
                    572:     </tr><tr>
                    573:        <td>
1.605     sthen     574:        <strong>Austria (Vienna)</strong>
1.599     sthen     575:        </td><td>
1.610     sthen     576:        <a href="ftp://ftp2.eu.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.605     sthen     577:        ftp://ftp2.eu.openbsd.org/pub/OpenBSD/</a>
1.599     sthen     578:        </td>
                    579:     </tr><tr>
                    580:        <td>
1.666     sthen     581:        <strong>Brazil (Curitiba)</strong>
                    582:        </td><td>
                    583:        <a href="ftp://openbsd.c3sl.ufpr.br/pub/OpenBSD/" rel="nofollow">
                    584:        ftp://openbsd.c3sl.ufpr.br/pub/OpenBSD/</a>
1.667     sthen     585:        </td>
                    586:     </tr><tr>
                    587:        <td>
                    588:        <strong>Brazil (Brasilia)</strong>
                    589:        </td><td>
                    590:        <a href="ftp://mirrors.unb.br/pub/OpenBSD/" rel="nofollow">
                    591:        ftp://mirrors.unb.br/pub/OpenBSD/</a>
1.666     sthen     592:        </td>
                    593:     </tr><tr>
                    594:        <td>
1.552     sthen     595:        <strong>Canada (Alberta)</strong>
1.539     sthen     596:        </td><td>
1.610     sthen     597:        <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     598:        ftp://ftp.OpenBSD.org/pub/OpenBSD/</a>
1.539     sthen     599:        </td>
                    600:     </tr><tr>
                    601:        <td>
1.628     sthen     602:        <strong>Canada (Kingston, ON)</strong>
                    603:        </td><td>
                    604:        <a href="ftp://athena.caslab.queensu.ca/pub/OpenBSD/" rel="nofollow">
                    605:        ftp://athena.caslab.queensu.ca/pub/OpenBSD/</a>
                    606:        </td>
                    607:     </tr><tr>
                    608:        <td>
1.649     nick      609:        <strong>Canada (Toronto, ON)</strong>
                    610:        </td><td>
                    611:        <a href="ftp://openbsd.cs.toronto.edu/pub/OpenBSD/" rel="nofollow">
                    612:        ftp://openbsd.cs.toronto.edu/pub/OpenBSD/</a>
                    613:        </td>
                    614:     </tr><tr>
                    615:        <td>
1.552     sthen     616:        <strong>Costa Rica</strong>
1.548     sthen     617:        </td><td>
1.610     sthen     618:        <a href="ftp://mirrors.ucr.ac.cr/OpenBSD/" rel="nofollow">
1.552     sthen     619:        ftp://mirrors.ucr.ac.cr/OpenBSD/</a>
1.548     sthen     620:        </td>
                    621:     </tr><tr>
                    622:        <td>
1.555     sthen     623:        <strong>Denmark (Aalborg)</strong>
                    624:        </td><td>
1.610     sthen     625:        <a href="ftp://ftp.openbsd.dk/pub/OpenBSD/" rel="nofollow">
1.555     sthen     626:        ftp://ftp.openbsd.dk/pub/OpenBSD/</a>
                    627:        </td>
                    628:     </tr><tr>
                    629:        <td>
1.658     sthen     630:        <strong>Denmark (Copenhagen)</strong>
                    631:        </td><td>
                    632:        <a href="ftp://mirror.one.com/pub/OpenBSD/" rel="nofollow">
                    633:        ftp://mirror.one.com/pub/OpenBSD/</a>
                    634:        </td>
                    635:     </tr><tr>
                    636:        <td>
1.552     sthen     637:        <strong>Estonia (Tallinn)</strong>
1.550     sthen     638:        </td><td>
1.610     sthen     639:        <a href="ftp://ftp.aso.ee/pub/OpenBSD/" rel="nofollow">
1.552     sthen     640:        ftp://ftp.aso.ee/pub/OpenBSD/</a>
1.550     sthen     641:        </td>
                    642:     </tr><tr>
                    643:        <td>
1.552     sthen     644:        <strong>France (Paris)</strong>
1.531     sthen     645:        </td><td>
1.610     sthen     646:        <a href="ftp://ftp2.fr.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     647:        ftp://ftp2.fr.openbsd.org/pub/OpenBSD/</a>
1.596     sthen     648:        </td>
                    649:     </tr><tr>
                    650:        <td>
1.626     landry    651:        <strong>France (Paris)</strong>
                    652:        </td><td>
                    653:        <a href="ftp://mirrors.ircam.fr/pub/OpenBSD/" rel="nofollow">
                    654:        ftp://mirrors.ircam.fr/pub/OpenBSD/</a>
                    655:        </td>
                    656:     </tr><tr>
                    657:        <td>
1.627     landry    658:        <strong>France (Rennes)</strong>
                    659:        </td><td>
                    660:        <a href="ftp://ftp.irisa.fr/pub/OpenBSD/" rel="nofollow">
                    661:        ftp://ftp.irisa.fr/pub/OpenBSD/</a>
                    662:        </td>
                    663:     </tr><tr>
                    664:        <td>
1.633     sthen     665:        <strong>Germany (Erlangen)</strong>
                    666:        </td><td>
                    667:        <a href="ftp://openbsd.cs.fau.de/pub/OpenBSD/" rel="nofollow">
                    668:        ftp://openbsd.cs.fau.de/pub/OpenBSD/</a>
                    669:        </td>
                    670:     </tr><tr>
                    671:        <td>
1.552     sthen     672:        <strong>Germany (Berlin)</strong>
1.363     steven    673:        </td><td>
1.610     sthen     674:        <a href="ftp://ftp.spline.de/pub/OpenBSD/" rel="nofollow">
1.552     sthen     675:        ftp://ftp.spline.de/pub/OpenBSD/</a>
1.496     landry    676:        </td>
                    677:     </tr><tr>
                    678:        <td>
1.555     sthen     679:        <strong>Germany (Esslingen)</strong>
                    680:        </td><td>
1.610     sthen     681:        <a href="ftp://ftp-stud.fht-esslingen.de/pub/OpenBSD/" rel="nofollow">
1.555     sthen     682:        ftp://ftp-stud.fht-esslingen.de/pub/OpenBSD/</a>
                    683:        </td>
                    684:     </tr><tr>
                    685:        <td>
1.552     sthen     686:        <strong>Germany (Oldenburg)</strong>
1.496     landry    687:        </td><td>
1.610     sthen     688:        <a href="ftp://ftp.bytemine.net/pub/OpenBSD/" rel="nofollow">
1.552     sthen     689:        ftp://ftp.bytemine.net/pub/OpenBSD/</a>
1.521     stsp      690:        </td>
                    691:     </tr><tr>
                    692:        <td>
1.523     sthen     693:        <strong>Germany (Aachen)</strong>
                    694:        </td><td>
1.610     sthen     695:        <a href="ftp://ftp.halifax.rwth-aachen.de/pub/OpenBSD/" rel="nofollow">
1.552     sthen     696:        ftp://ftp.halifax.rwth-aachen.de/pub/OpenBSD/</a>
1.523     sthen     697:        </td>
                    698:     </tr><tr>
                    699:        <td>
1.655     florian   700:        <strong>Germany (Frankfurt)</strong>
                    701:        </td><td>
                    702:        <a href="ftp://ftp.hostserver.de/pub/OpenBSD/" rel="nofollow">
                    703:        ftp://ftp.hostserver.de/pub/OpenBSD/</a>
                    704:        </td>
                    705:     </tr><tr>
                    706:        <td>
1.476     sthen     707:        <strong>Greece (Heraklion)</strong>
                    708:        </td><td>
1.610     sthen     709:        <a href="ftp://ftp.cc.uoc.gr/mirrors/OpenBSD/" rel="nofollow">
1.552     sthen     710:        ftp://ftp.cc.uoc.gr/mirrors/OpenBSD/</a>
1.476     sthen     711:        </td>
                    712:     </tr><tr>
                    713:        <td>
1.524     sthen     714:        <strong>Hungary (Budapest)</strong>
                    715:        </td><td>
1.610     sthen     716:        <a href="ftp://ftp.fsn.hu/pub/OpenBSD/" rel="nofollow">
1.552     sthen     717:        ftp://ftp.fsn.hu/pub/OpenBSD/</a>
1.524     sthen     718:        </td>
                    719:     </tr><tr>
                    720:        <td>
1.431     steven    721:        <strong>Ireland (Dublin)</strong>
                    722:        </td><td>
1.610     sthen     723:        <a href="ftp://ftp.heanet.ie/pub/OpenBSD/" rel="nofollow">
1.552     sthen     724:        ftp://ftp.heanet.ie/pub/OpenBSD/</a>
1.645     sthen     725:        </td>
                    726:     </tr><tr>
                    727:        <td>
                    728:        <strong>Italy (Rome)</strong>
                    729:        </td><td>
1.646     sthen     730:        <a href="ftp://openbsd.mirror.garr.it/pub/OpenBSD/" rel="nofollow">
                    731:        ftp://openbsd.mirror.garr.it/pub/OpenBSD/</a>
1.431     steven    732:        </td>
                    733:     </tr><tr>
                    734:        <td>
1.358     steven    735:        <strong>Japan (Ishikawa)</strong>
                    736:        </td><td>
1.610     sthen     737:        <a href="ftp://ftp.jaist.ac.jp/pub/OpenBSD/" rel="nofollow">
1.552     sthen     738:        ftp://ftp.jaist.ac.jp/pub/OpenBSD/</a>
1.358     steven    739:        </td>
                    740:     </tr><tr>
                    741:        <td>
1.566     sthen     742:        <strong>Japan (Saitama)</strong>
                    743:        </td><td>
1.610     sthen     744:        <a href="ftp://ftp.kddilabs.jp/OpenBSD/" rel="nofollow">
1.566     sthen     745:        ftp://ftp.kddilabs.jp/OpenBSD/</a>
                    746:        </td>
                    747:     </tr><tr>
                    748:        <td>
1.552     sthen     749:        <strong>The Netherlands (Utrecht)</strong>
1.524     sthen     750:        </td><td>
1.610     sthen     751:        <a href="ftp://ftp.nluug.nl/pub/OpenBSD/" rel="nofollow">
1.552     sthen     752:        ftp://ftp.nluug.nl/pub/OpenBSD/</a>
1.524     sthen     753:        </td>
                    754:     </tr><tr>
                    755:        <td>
1.552     sthen     756:        <strong>The Netherlands (Ede)</strong>
1.550     sthen     757:        </td><td>
1.610     sthen     758:        <a href="ftp://ftp.bit.nl/pub/OpenBSD/" rel="nofollow">
1.552     sthen     759:        ftp://ftp.bit.nl/pub/OpenBSD/</a>
1.595     sthen     760:        </td>
                    761:     </tr><tr>
                    762:        <td>
1.672     sthen     763:        <strong>The Netherlands (Amsterdam)</strong>
                    764:        </td><td>
                    765:        <a href="ftp://mirrors.rentabiliweb.com/pub/OpenBSD/" rel="nofollow">
                    766:        ftp://mirrors.rentabiliweb.com/pub/OpenBSD/</a>
                    767:        </td>
                    768:     </tr><tr>
                    769:        <td>
                    770:        <strong>Phillipines (Cebu)</strong>
                    771:        </td><td>
                    772:        <a href="ftp://mirror.rise.ph/pub/OpenBSD/" rel="nofollow">
                    773:        ftp://mirror.rise.ph/pub/OpenBSD/</a>
                    774:        </td>
                    775:     </tr><tr>
                    776:        <td>
1.637     sthen     777:        <strong>Poland (Oswiecim)</strong>
                    778:        </td><td>
                    779:        <a href="ftp://ftp.piotrkosoft.net/pub/OpenBSD/" rel="nofollow">
                    780:        ftp://ftp.piotrkosoft.net/pub/OpenBSD/</a>
                    781:        </td>
                    782:     </tr><tr>
                    783:        <td>
1.596     sthen     784:        <strong>Poland (Warszawa)</strong>
                    785:        </td><td>
1.610     sthen     786:        <a href="ftp://ftp.icm.edu.pl/pub/OpenBSD/" rel="nofollow">
1.596     sthen     787:        ftp://ftp.icm.edu.pl/pub/OpenBSD/</a>
                    788:        </td>
                    789:     </tr><tr>
                    790:        <td>
1.584     sthen     791:        <strong>Russia (Moscow)</strong>
                    792:        </td><td>
1.623     sthen     793:        <a href="ftp://mirror.yandex.ru/pub/OpenBSD/" rel="nofollow">
                    794:        ftp://mirror.yandex.ru/pub/OpenBSD/</a>
1.584     sthen     795:        </td>
                    796:     </tr><tr>
                    797:        <td>
1.423     grunk     798:        <strong>Slovenia (Ljubljana)</strong>
                    799:        </td><td>
1.610     sthen     800:        <a href="ftp://ftp.obsd.si/pub/OpenBSD/" rel="nofollow">
1.552     sthen     801:        ftp://ftp.obsd.si/pub/OpenBSD/</a>
1.360     steven    802:        </td>
                    803:     </tr><tr>
                    804:        <td>
1.555     sthen     805:        <strong>South Africa (Johannesburg)</strong>
                    806:        </td><td>
1.610     sthen     807:        <a href="ftp://ftp.is.co.za/mirror/ftp.openbsd.org/" rel="nofollow">
1.555     sthen     808:        ftp://ftp.is.co.za/mirror/ftp.openbsd.org/</a>
                    809:        </td>
                    810:     </tr><tr>
                    811:        <td>
1.642     sthen     812:        <strong>Spain (Oviedo)</strong>
                    813:        </td><td>
                    814:        <a href="ftp://mirror.codigo23.net/pub/OpenBSD/" rel="nofollow">
                    815:        ftp://mirror.codigo23.net/pub/OpenBSD/</a>
                    816:        </td>
                    817:     </tr><tr>
                    818:        <td>
1.552     sthen     819:        <strong>Sweden (Stockholm)</strong>
                    820:        </td><td>
1.610     sthen     821:        <a href="ftp://ftp.eu.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     822:        ftp://ftp.eu.openbsd.org/pub/OpenBSD/</a>
1.448     sthen     823:        </td>
                    824:     </tr><tr>
                    825:        <td>
1.552     sthen     826:        <strong>Switzerland (Zurich)</strong>
                    827:        </td><td>
1.610     sthen     828:        <a href="ftp://mirror.switch.ch/pub/OpenBSD/" rel="nofollow">
1.552     sthen     829:        ftp://mirror.switch.ch/pub/OpenBSD/</a>
1.550     sthen     830:        </td>
                    831:     </tr><tr>
                    832:        <td>
1.559     sthen     833:        <strong>Switzerland (Zurich)</strong>
                    834:        </td><td>
1.610     sthen     835:        <a href="ftp://ftp.ch.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.576     sthen     836:        ftp://ftp.ch.openbsd.org/pub/OpenBSD/</a>
1.559     sthen     837:        </td>
                    838:     </tr><tr>
                    839:        <td>
1.528     sthen     840:        <strong>Turkey</strong>
                    841:        </td><td>
1.625     sthen     842:        <a href="ftp://ftp.ulak.net.tr/pub/OpenBSD/" rel="nofollow">
                    843:        ftp://ftp.ulak.net.tr/pub/OpenBSD/</a>
1.528     sthen     844:        </td>
                    845:     </tr><tr>
                    846:        <td>
1.518     sthen     847:        <strong>United Kingdom (Kent)</strong>
1.517     sthen     848:        </td><td>
1.610     sthen     849:        <a href="ftp://ftp.mirrorservice.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     850:        ftp://ftp.mirrorservice.org/pub/OpenBSD/</a>
1.517     sthen     851:        </td>
                    852:     </tr><tr>
                    853:        <td>
1.518     sthen     854:        <strong>United Kingdom (Manchester)</strong>
1.409     grunk     855:        </td><td>
1.610     sthen     856:        <a href="ftp://mirror.bytemark.co.uk/OpenBSD/" rel="nofollow">
1.605     sthen     857:        ftp://mirror.bytemark.co.uk/OpenBSD/</a>
1.621     sthen     858:        </td>
                    859:     </tr><tr>
                    860:        <td>
                    861:        <strong>United Kingdom (Oxford)</strong>
                    862:        </td><td>
                    863:        <a href="ftp://mirror.ox.ac.uk/pub/OpenBSD/" rel="nofollow">
                    864:        ftp://mirror.ox.ac.uk/pub/OpenBSD/</a>
1.290     nick      865:        </td>
                    866:     </tr><tr>
                    867:        <td>
1.643     sthen     868:        <strong>United Kingdom (London)</strong>
                    869:        </td><td>
                    870:        <a href="ftp://mirror.exonetric.net/pub/OpenBSD/" rel="nofollow">
                    871:        ftp://mirror.exonetric.net/pub/OpenBSD/</a>
                    872:        </td>
                    873:     </tr><tr>
                    874:        <td>
1.552     sthen     875:        <strong>USA (Redwood City, CA)</strong>
                    876:        </td><td>
1.610     sthen     877:        <a href="ftp://ftp5.usa.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     878:        ftp://ftp5.usa.openbsd.org/pub/OpenBSD/</a>
                    879:        </td>
                    880:     </tr><tr>
                    881:        <td>
1.661     sthen     882:        <strong>USA (San Francisco, CA)</strong>
                    883:        </td><td>
                    884:        <a href="ftp://mirrors.sonic.net/pub/OpenBSD/" rel="nofollow">
                    885:        ftp://mirrors.sonic.net/pub/OpenBSD/</a>
                    886:        </td>
                    887:     </tr><tr>
                    888:        <td>
1.552     sthen     889:        <strong>USA (Boulder, CO)</strong>
                    890:        </td><td>
1.610     sthen     891:        <a href="ftp://ftp3.usa.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     892:        ftp://ftp3.usa.openbsd.org/pub/OpenBSD/</a>
1.676     sthen     893:        </td>
                    894:     </tr><tr>
                    895:        <td>
                    896:        <strong>USA (Cambridge, MA)</strong>
                    897:        </td><td>
                    898:        <a href="ftp://mirrors.mit.edu/pub/OpenBSD/" rel="nofollow">
                    899:        ftp://mirrors.mit.edu/pub/OpenBSD/</a>
1.468     sthen     900:        </td>
                    901:     </tr><tr>
                    902:        <td>
1.661     sthen     903:        <strong>USA (Boise, ID)</strong>
                    904:        </td><td>
                    905:        <a href="ftp://mirrors.syringanetworks.net/pub/OpenBSD/" rel="nofollow">
                    906:        ftp://mirrors.syringanetworks.net/pub/OpenBSD/</a>
                    907:        </td>
                    908:     </tr><tr>
                    909:        <td>
1.569     sthen     910:        <strong>USA (Chicago, IL)</strong>
                    911:        </td><td>
1.610     sthen     912:        <a href="ftp://mirror.team-cymru.org/pub/OpenBSD/" rel="nofollow">
1.569     sthen     913:        ftp://mirror.team-cymru.org/pub/OpenBSD/</a>
                    914:        </td>
                    915:     </tr><tr>
                    916:        <td>
1.471     sthen     917:        <strong>USA (Rochester, NY)</strong>
                    918:        </td><td>
1.610     sthen     919:        <a href="ftp://filedump.se.rit.edu/pub/OpenBSD/" rel="nofollow">
1.552     sthen     920:        ftp://filedump.se.rit.edu/pub/OpenBSD/</a>
1.639     sthen     921:        </td>
                    922:     </tr><tr>
                    923:        <td>
1.661     sthen     924:        <strong>USA (New York City, NY)</strong>
1.639     sthen     925:        </td><td>
1.661     sthen     926:        <a href="ftp://mirrors.nycbug.org/pub/OpenBSD/" rel="nofollow">
                    927:        ftp://mirrors.nycbug.org/pub/OpenBSD/</a>
1.587     sthen     928:        </td>
1.597     sthen     929:     </tr><tr>
                    930:        <td>
1.661     sthen     931:        <strong>USA (Rochester, NY)</strong>
1.597     sthen     932:        </td><td>
1.661     sthen     933:        <a href="ftp://openbsd.mirror.frontiernet.net/pub/OpenBSD/" rel="nofollow">
                    934:        ftp://openbsd.mirror.frontiernet.net/pub/OpenBSD/</a>
1.597     sthen     935:        </td>
1.604     sthen     936:     </tr><tr>
                    937:        <td>
1.661     sthen     938:        <strong>USA (Pittsburgh, PA)</strong>
1.608     sthen     939:        </td><td>
1.661     sthen     940:        <a href="ftp://openbsd.mirrors.pair.com/" rel="nofollow">
                    941:        ftp://openbsd.mirrors.pair.com/</a>
1.608     sthen     942:        </td>
                    943:     </tr><tr>
                    944:        <td>
1.661     sthen     945:        <strong>USA (Dallas, TX)</strong>
1.608     sthen     946:        </td><td>
1.661     sthen     947:        <a href="ftp://mirror.esc7.net/pub/OpenBSD/" rel="nofollow">
                    948:        ftp://mirror.esc7.net/pub/OpenBSD/</a>
1.608     sthen     949:        </td>
1.619     sthen     950:     </tr><tr>
                    951:        <td>
                    952:        <strong>USA (Harrisonburg, VA)</strong>
                    953:        </td><td>
                    954:        <a href="ftp://mirror.jmu.edu/pub/OpenBSD/" rel="nofollow">
                    955:        ftp://mirror.jmu.edu/pub/OpenBSD/</a>
                    956:        </td>
1.132     deraadt   957:     </tr>
                    958: </table>
1.1       deraadt   959:
1.30      deraadt   960: <hr>
1.237     david     961: <h3><font color="#0000e0"><a name=rsync>RSYNC</a></font></h3>
1.264     saad      962: This is a list of currently known RSYNC mirrors:<p>
1.164     miod      963:
                    964: <table>
                    965:     <tr>
1.341     grunk     966:        <td>
1.552     sthen     967:        <strong>Australia (Adelaide)</strong>
1.539     sthen     968:        </td><td>
1.552     sthen     969:        rsync://mirror.internode.on.net/openbsd/
1.539     sthen     970:        </td>
                    971:     </tr><tr>
                    972:        <td>
1.552     sthen     973:        <strong>Australia (Brisbane)</strong>
1.437     martin    974:        </td><td>
1.552     sthen     975:        rsync://mirror.aarnet.edu.au/openbsd/
1.616     sthen     976:        </td>
                    977:     </tr><tr>
                    978:        <td>
                    979:        <strong>Australia (Perth)</strong>
                    980:        </td><td>
                    981:        rsync://ftp.iinet.net.au/pub/OpenBSD/
1.568     sthen     982:        </td>
                    983:     </tr><tr>
                    984:        <td>
                    985:        <strong>Austria (Vienna)</strong>
                    986:        </td><td>
                    987:        rsync://ftp5.eu.openbsd.org/OpenBSD/
1.599     sthen     988:        </td>
                    989:     </tr><tr>
                    990:        <td>
1.618     sthen     991:        <strong>Austria (Vienna)</strong>
                    992:        </td><td>
                    993:        rsync://ftp2.eu.openbsd.org/OpenBSD/
1.666     sthen     994:        </td>
                    995:     </tr><tr>
                    996:        <td>
                    997:        <strong>Brazil (Curitiba)</strong>
                    998:        </td><td>
                    999:        rsync://openbsd.c3sl.ufpr.br/openbsd/
1.628     sthen    1000:        </td>
                   1001:     </tr><tr>
                   1002:        <td>
                   1003:        <strong>Canada (Kingston, ON)</strong>
                   1004:        </td><td>
                   1005:        rsync://athena.caslab.queensu.ca/OpenBSD/
1.649     nick     1006:        </td>
                   1007:     </tr><tr>
                   1008:        <td>
                   1009:        <strong>Canada (Toronto, ON)</strong>
                   1010:        </td><td>
1.651     sthen    1011:        rsync://openbsd.cs.toronto.edu/openbsd/
1.658     sthen    1012:        </td>
                   1013:     </tr><tr>
                   1014:        <td>
                   1015:        <strong>Denmark (Copenhagen)</strong>
                   1016:        </td><td>
                   1017:        rsync://mirror.one.com/openbsd/
1.555     sthen    1018:        </td>
                   1019:     </tr><tr>
                   1020:        <td>
1.552     sthen    1021:        <strong>Estonia (Tallinn)</strong>
1.487     sthen    1022:        </td><td>
1.552     sthen    1023:        rsync://ftp.aso.ee/OpenBSD/
1.625     sthen    1024:        </td>
                   1025:     </tr><tr>
                   1026:        <td>
1.496     landry   1027:        <strong>France (Paris)</strong>
                   1028:        </td><td>
                   1029:        rsync://ftp.fr.openbsd.org/OpenBSD/
1.603     sthen    1030:        </td>
                   1031:     </tr><tr>
                   1032:        <td>
1.607     sthen    1033:        <strong>France (Paris)</strong>
                   1034:        </td><td>
                   1035:        rsync://ftp2.fr.openbsd.org/OpenBSD/
1.626     landry   1036:        </td>
                   1037:     </tr><tr>
                   1038:        <td>
                   1039:        <strong>France (Paris)</strong>
                   1040:        </td><td>
                   1041:        rsync://mirrors.ircam.fr/pub/OpenBSD/
1.542     sthen    1042:        </td>
                   1043:     </tr><tr>
                   1044:        <td>
1.633     sthen    1045:        <strong>Germany (Erlangen)</strong>
                   1046:        </td><td>
                   1047:        rsync://openbsd.cs.fau.de/OpenBSD/
                   1048:        </td>
                   1049:     </tr><tr>
                   1050:        <td>
1.422     grunk    1051:        <strong>Germany (Berlin)</strong>
                   1052:        </td><td>
                   1053:        rsync://ftp.spline.de/OpenBSD/
1.431     steven   1054:        </td>
                   1055:     </tr><tr>
                   1056:        <td>
1.523     sthen    1057:        <strong>Germany (Aachen)</strong>
                   1058:        </td><td>
                   1059:        rsync://ftp.halifax.rwth-aachen.de/openbsd/
1.655     florian  1060:        </td>
                   1061:     </tr><tr>
                   1062:        <td>
                   1063:        <strong>Germany (Frankfurt)</strong>
                   1064:        </td><td>
                   1065:        rsync://ftp.hostserver.de/OpenBSD/
1.523     sthen    1066:        </td>
                   1067:     </tr><tr>
                   1068:        <td>
1.635     sthen    1069:        <strong>Indonesia (Surabaya, Java)</strong>
                   1070:        </td><td>
                   1071:        rsync://kartolo.sby.datautama.net.id/OpenBSD/
                   1072:        </td>
                   1073:     </tr><tr>
                   1074:        <td>
1.431     steven   1075:        <strong>Ireland (Dublin)</strong>
                   1076:        </td><td>
                   1077:        rsync://ftp.heanet.ie/pub/OpenBSD/
1.646     sthen    1078:        </td>
                   1079:     </tr><tr>
                   1080:        <td>
                   1081:        <strong>Italy (Rome)</strong>
                   1082:        </td><td>
                   1083:        rsync://openbsd.mirror.garr.it/OpenBSD/
1.358     steven   1084:        </td>
                   1085:     </tr><tr>
                   1086:        <td>
                   1087:        <strong>Japan (Ishikawa)</strong>
                   1088:        </td><td>
                   1089:        rsync://ftp.jaist.ac.jp/pub/OpenBSD/
1.566     sthen    1090:        </td>
                   1091:     </tr><tr>
                   1092:        <td>
                   1093:        <strong>Japan (Saitama)</strong>
                   1094:        </td><td>
                   1095:        rsync://ftp.kddilabs.jp/openbsd/
1.597     sthen    1096:        </td>
                   1097:     </tr><tr>
                   1098:        <td>
1.550     sthen    1099:        <strong>The Netherlands (Utrecht)</strong>
                   1100:        </td><td>
                   1101:        rsync://ftp.nluug.nl/openbsd/
                   1102:        </td>
                   1103:     </tr><tr>
                   1104:        <td>
1.552     sthen    1105:        <strong>The Netherlands (Ede)</strong>
                   1106:        </td><td>
                   1107:        rsync://ftp.bit.nl/mirror/OpenBSD/
1.637     sthen    1108:        </td>
                   1109:     </tr><tr>
                   1110:        <td>
1.672     sthen    1111:        <strong>The Netherlands (Amsterdam)</strong>
                   1112:        </td><td>
                   1113:        rsync://mirrors.rentabiliweb.com/OpenBSD/
                   1114:        </td>
                   1115:     </tr><tr>
                   1116:        <td>
1.637     sthen    1117:        <strong>Poland (Oswiecim)</strong>
                   1118:        </td><td>
                   1119:        rsync://ftp.piotrkosoft.net/OpenBSD/
1.552     sthen    1120:        </td>
                   1121:     </tr><tr>
                   1122:        <td>
1.596     sthen    1123:        <strong>Poland (Warszawa)</strong>
                   1124:        </td><td>
                   1125:        rsync://ftp.icm.edu.pl/pub/OpenBSD/
                   1126:        </td>
                   1127:     </tr><tr>
                   1128:        <td>
1.555     sthen    1129:        <strong>South Africa (Johannesburg)</strong>
                   1130:        </td><td>
1.587     sthen    1131:        rsync://ftp.is.co.za/IS-Mirror/ftp.openbsd.org/
1.555     sthen    1132:        </td>
                   1133:     </tr><tr>
                   1134:        <td>
1.550     sthen    1135:        <strong>Sweden (Stockholm)</strong>
                   1136:        </td><td>
1.552     sthen    1137:        rsync://ftp.eu.openbsd.org/OpenBSD/
1.559     sthen    1138:        </td>
                   1139:     </tr><tr>
                   1140:        <td>
                   1141:        <strong>Switzerland (Zurich)</strong>
                   1142:        </td><td>
1.576     sthen    1143:        rsync://ftp.ch.openbsd.org/OpenBSD/
1.517     sthen    1144:        </td>
                   1145:     </tr><tr>
                   1146:        <td>
1.518     sthen    1147:        <strong>United Kingdom (Kent)</strong>
1.517     sthen    1148:        </td><td>
1.622     sthen    1149:        rsync://rsync.mirrorservice.org/ftp.openbsd.org/pub/OpenBSD/
1.356     steven   1150:        </td>
                   1151:     </tr><tr>
                   1152:        <td>
1.518     sthen    1153:        <strong>United Kingdom (Manchester)</strong>
1.356     steven   1154:        </td><td>
1.518     sthen    1155:        rsync://mirror.bytemark.co.uk/OpenBSD/
1.643     sthen    1156:        </td>
                   1157:     </tr><tr>
                   1158:        <td>
                   1159:        <strong>United Kingdom (London)</strong>
                   1160:        </td><td>
                   1161:        rsync://mirror.exonetric.net/OpenBSD/
1.347     steven   1162:        </td>
                   1163:     </tr><tr>
                   1164:        <td>
1.552     sthen    1165:        <strong>USA (Redwood City, CA)</strong>
                   1166:        </td><td>
                   1167:        rsync://ftp5.usa.openbsd.org/ftp/
                   1168:        </td>
                   1169:     </tr><tr>
                   1170:        <td>
                   1171:        <strong>USA (Boulder, CO)</strong>
                   1172:        </td><td>
                   1173:        rsync://ftp3.usa.openbsd.org/ftp/
1.569     sthen    1174:        </td>
                   1175:     </tr><tr>
                   1176:        <td>
1.661     sthen    1177:        <strong>USA (Denver, CO)</strong>
1.569     sthen    1178:        </td><td>
1.661     sthen    1179:        rsync://openbsd.mirrorcatalogs.com/openbsd/
1.597     sthen    1180:        </td>
                   1181:     </tr><tr>
                   1182:        <td>
1.661     sthen    1183:        <strong>USA (Boise, ID)</strong>
1.597     sthen    1184:        </td><td>
1.661     sthen    1185:        rsync://mirrors.syringanetworks.net/OpenBSD/
1.604     sthen    1186:        </td>
                   1187:     </tr><tr>
                   1188:        <td>
1.661     sthen    1189:        <strong>USA (Chicago, IL)</strong>
1.604     sthen    1190:        </td><td>
1.661     sthen    1191:        rsync://mirror.team-cymru.org/OpenBSD/
1.608     sthen    1192:        </td>
                   1193:     </tr><tr>
                   1194:        <td>
                   1195:        <strong>USA (New York City, NY)</strong>
                   1196:        </td><td>
1.613     okan     1197:        rsync://mirrors.nycbug.org/OpenBSD/
1.608     sthen    1198:        </td>
                   1199:     </tr><tr>
                   1200:        <td>
1.661     sthen    1201:        <strong>USA (Rochester, NY)</strong>
1.608     sthen    1202:        </td><td>
1.661     sthen    1203:        rsync://openbsd.mirror.frontiernet.net/OpenBSD/
1.619     sthen    1204:        </td>
                   1205:     </tr><tr>
                   1206:        <td>
1.661     sthen    1207:        <strong>USA (Dallas, TX)</strong>
1.619     sthen    1208:        </td><td>
1.661     sthen    1209:        rsync://mirror.esc7.net/openbsd/
1.597     sthen    1210:        </td>
1.635     sthen    1211:     </tr><tr>
                   1212:        <td>
1.661     sthen    1213:        <strong>USA (Harrisonburg, VA)</strong>
1.635     sthen    1214:        </td><td>
1.661     sthen    1215:        rsync://mirror.jmu.edu/OpenBSD/
1.635     sthen    1216:        </td>
1.164     miod     1217:     </tr>
                   1218: </table>
                   1219:
                   1220: <hr>
1.552     sthen    1221: <h3><font color="#0000e0"><a name=afs>AFS</a></font></h3>
                   1222: This is a list of currently known AFS servers:<p>
                   1223:
                   1224: <ul>
                   1225: <li><a href="file:/afs/su.se/services/ftp/pub/OpenBSD">
                   1226:         /afs/su.se/services/ftp/pub/OpenBSD</a>
                   1227:         <br>
                   1228:         Located at the University of Stockholm, Sweden.<br>
                   1229:         CellServDB entries for su.se:
                   1230: <pre>
                   1231: >su.se             # Stockholm University
                   1232: 130.237.162.81          #afsdb1.su.se
                   1233: 130.237.162.82          #afsdb2.su.se
                   1234: 130.237.162.230         #afsdb3.su.se
                   1235: </pre>
                   1236: </ul>
                   1237: <p>
                   1238:
                   1239: <hr>
1.237     david    1240: <h3><font color="#0000e0"><a name=layout>Structural Layout:</a></font></h3>
1.30      deraadt  1241:
                   1242: <p>
1.164     miod     1243: The file structure of each server is roughly:
1.1       deraadt  1244: </p>
                   1245: <p>
1.17      deraadt  1246: <ul>
1.316     nick     1247: <li><strong>/pub/OpenBSD/</strong><br>
                   1248:        Absolute path for HTTP and FTP mirrors where the OpenBSD FTP
                   1249:        collection <strong>must</strong> be available. This location
                   1250:        can be a link, if necessary.
                   1251:        <p>
1.677   ! sthen    1252: <li><strong>/pub/OpenBSD/5.8/</strong><br>
1.204     miod     1253:        Where you find our most recent release.
1.38      deraadt  1254:   <ul>
1.180     miod     1255:   <li><strong>alpha/</strong>
1.271     millert  1256:   <li><strong>amd64/</strong>
1.440     miod     1257:   <li><strong>armish/</strong>
1.673     schwarze 1258:   <li><strong>armv7/</strong>
1.663     lteo     1259:   <li><strong>aviion/</strong>
1.229     miod     1260:   <li><strong>hppa/</strong>
1.39      deraadt  1261:   <li><strong>i386/</strong>
1.440     miod     1262:   <li><strong>landisk/</strong>
1.606     deraadt  1263:   <li><strong>loongson/</strong>
1.634     lteo     1264:   <li><strong>luna88k/</strong>
1.191     miod     1265:   <li><strong>macppc/</strong>
1.641     lteo     1266:   <li><strong>octeon/</strong>
1.316     nick     1267:   <li><strong>packages/</strong><br>
                   1268:        Binary packages (pre-compiled ports) to install on your -stable
                   1269:        system.
1.480     sthen    1270:   <li><strong>sgi/</strong>
1.492     jj       1271:   <li><strong>socppc/</strong>
1.39      deraadt  1272:   <li><strong>sparc/</strong>
1.191     miod     1273:   <li><strong>sparc64/</strong>
1.316     nick     1274:   <li><strong>tools/</strong><br>
                   1275:        Tools for other operating systems (Windows, Linux and the like)
                   1276:        to create boot floppies, change partition sizes and other things.
1.153     miod     1277:   <li><strong>vax/</strong>
1.316     nick     1278:   <li><strong>zaurus/</strong>
1.39      deraadt  1279:   <li><strong>src.tar.gz<br></strong>
1.38      deraadt  1280:        Userland sources, which you would place in /usr/src.
                   1281:        (This does not include kernel sources)
1.239     nick     1282:   <li><strong>sys.tar.gz<br></strong>
1.38      deraadt  1283:        The Kernel sources, which you would place in /usr/src/sys.
1.52      deraadt  1284:   <li><strong>ports.tar.gz<br></strong>
                   1285:        The ports sources, which you would place in /usr/ports.
1.440     miod     1286:   <li><strong>xenocara.tar.gz<br></strong>
1.316     nick     1287:        The X Window System (X11) sources.
1.38      deraadt  1288:   </ul>
1.17      deraadt  1289: <p>
1.316     nick     1290: <li><strong>/pub/OpenBSD/snapshots/</strong><br>
1.550     sthen    1291:        For our major architectures, we frequently build releases
                   1292:        and binary packages from our development code.
1.40      deraadt  1293:        This is where we place those test releases.
1.17      deraadt  1294: <p>
1.316     nick     1295: <li><strong>/pub/OpenBSD/src/</strong><br>
1.40      deraadt  1296:        This is a cvs checkout of our daily source tree for those
1.179     miod     1297:        who want to access individual files. Normally we recommend
1.489     deraadt  1298:        the use of <a href="anoncvs.html">AnonCVS</a> instead of mirroring
1.171     miod     1299:        this location. Thus, all ftp mirrors don't mirror this location.
1.17      deraadt  1300: <p>
1.316     nick     1301: <li><strong>/pub/OpenBSD/doc/</strong><br>
1.220     nick     1302:        The OpenBSD <a href="faq/index.html">FAQ</a> in PDF and plain
                   1303:        text, as well as other OpenBSD-related documentation.
                   1304: <p>
1.316     nick     1305: <li><strong>/pub/OpenBSD/tools/</strong><br>
1.40      deraadt  1306:        Various other little bits.
1.677   ! sthen    1307: <li><strong>/pub/OpenBSD/5.7/</strong><br>
        !          1308:        Layout is similar to the 5.8 release described above.. for the nostalgic.
1.673     schwarze 1309: <li><strong>/pub/OpenBSD/5.6/</strong><br>
1.677   ! sthen    1310:        Layout is similar to the 5.8 release described above.. for the nostalgic.
1.17      deraadt  1311: </ul>
1.1       deraadt  1312:
                   1313: <p>
1.552     sthen    1314: To be listed on this page we require mirrors to be fast, up-to-date,
                   1315: capable, and well-connected to networks in the region in which they serve.
1.535     sthen    1316: Our policy requires mirrors to carry at least the last two releases in
1.677   ! sthen    1317: binary form (currently 5.8 and 5.7), snapshots, as well as the other
1.550     sthen    1318: associated directories (including OpenSSH/, OpenNTPD/, OpenBGPD/,
                   1319: patches/ and tools/), and keep them current; snapshots should not be
                   1320: older than a week.
1.361     steven   1321: Note that in the above, "release" means <b>all files</b> under the specific
1.677   ! sthen    1322: directory (e.g. 5.8/).
1.361     steven   1323: This includes all architecture subdirectories and the complete packages
                   1324: subdirectory, with packages for all application architectures.
1.673     schwarze 1325: As of 5.7, the minimum space required is approximately 600GB.
1.551     sthen    1326: Depending on the disk space available, mirrors may provide more contents,
                   1327: such as older releases, current source tree, etc.
1.27      johns    1328: <p>
1.552     sthen    1329: Operators of mirrors who are interested in having their site added to
                   1330: the list on this page should contact <a
                   1331: href="mailto:mirrors-discuss@openbsd.org">mirrors-discuss@openbsd.org</a>
                   1332: with further details about their site, including network connectivity,
                   1333: geographic location, and general information.
1.596     sthen    1334: We will suggest a suitable second-level mirror to sync from;
                   1335: <b>do not</b> mirror from ftp.openbsd.org.
1.552     sthen    1336: <p>
                   1337: Mirror operators should subscribe to the low-volume
                   1338: <a href="mail.html#Mirrors">mirrors-announce</a> mailing list.
1.1       deraadt  1339:
                   1340: </body>
                   1341: </html>