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

Annotation of www/ftp.html, Revision 1.670

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