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

Annotation of www/ftp.html, Revision 1.669

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://ftp.fr.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     657:        ftp://ftp.fr.openbsd.org/pub/OpenBSD/</a>
1.531     sthen     658:        </td>
                    659:     </tr><tr>
                    660:        <td>
1.552     sthen     661:        <strong>France (Paris)</strong>
1.447     nick      662:        </td><td>
1.610     sthen     663:        <a href="ftp://ftp2.fr.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     664:        ftp://ftp2.fr.openbsd.org/pub/OpenBSD/</a>
1.596     sthen     665:        </td>
                    666:     </tr><tr>
                    667:        <td>
1.626     landry    668:        <strong>France (Paris)</strong>
                    669:        </td><td>
                    670:        <a href="ftp://mirrors.ircam.fr/pub/OpenBSD/" rel="nofollow">
                    671:        ftp://mirrors.ircam.fr/pub/OpenBSD/</a>
                    672:        </td>
                    673:     </tr><tr>
                    674:        <td>
1.627     landry    675:        <strong>France (Rennes)</strong>
                    676:        </td><td>
                    677:        <a href="ftp://ftp.irisa.fr/pub/OpenBSD/" rel="nofollow">
                    678:        ftp://ftp.irisa.fr/pub/OpenBSD/</a>
                    679:        </td>
                    680:     </tr><tr>
                    681:        <td>
1.633     sthen     682:        <strong>Germany (Erlangen)</strong>
                    683:        </td><td>
                    684:        <a href="ftp://openbsd.cs.fau.de/pub/OpenBSD/" rel="nofollow">
                    685:        ftp://openbsd.cs.fau.de/pub/OpenBSD/</a>
                    686:        </td>
                    687:     </tr><tr>
                    688:        <td>
1.552     sthen     689:        <strong>Germany (Berlin)</strong>
1.363     steven    690:        </td><td>
1.610     sthen     691:        <a href="ftp://ftp.spline.de/pub/OpenBSD/" rel="nofollow">
1.552     sthen     692:        ftp://ftp.spline.de/pub/OpenBSD/</a>
1.496     landry    693:        </td>
                    694:     </tr><tr>
                    695:        <td>
1.555     sthen     696:        <strong>Germany (Esslingen)</strong>
                    697:        </td><td>
1.610     sthen     698:        <a href="ftp://ftp-stud.fht-esslingen.de/pub/OpenBSD/" rel="nofollow">
1.555     sthen     699:        ftp://ftp-stud.fht-esslingen.de/pub/OpenBSD/</a>
                    700:        </td>
                    701:     </tr><tr>
                    702:        <td>
1.552     sthen     703:        <strong>Germany (Oldenburg)</strong>
1.496     landry    704:        </td><td>
1.610     sthen     705:        <a href="ftp://ftp.bytemine.net/pub/OpenBSD/" rel="nofollow">
1.552     sthen     706:        ftp://ftp.bytemine.net/pub/OpenBSD/</a>
1.521     stsp      707:        </td>
                    708:     </tr><tr>
                    709:        <td>
1.523     sthen     710:        <strong>Germany (Aachen)</strong>
                    711:        </td><td>
1.610     sthen     712:        <a href="ftp://ftp.halifax.rwth-aachen.de/pub/OpenBSD/" rel="nofollow">
1.552     sthen     713:        ftp://ftp.halifax.rwth-aachen.de/pub/OpenBSD/</a>
1.523     sthen     714:        </td>
                    715:     </tr><tr>
                    716:        <td>
1.655     florian   717:        <strong>Germany (Frankfurt)</strong>
                    718:        </td><td>
                    719:        <a href="ftp://ftp.hostserver.de/pub/OpenBSD/" rel="nofollow">
                    720:        ftp://ftp.hostserver.de/pub/OpenBSD/</a>
                    721:        </td>
                    722:     </tr><tr>
                    723:        <td>
1.476     sthen     724:        <strong>Greece (Heraklion)</strong>
                    725:        </td><td>
1.610     sthen     726:        <a href="ftp://ftp.cc.uoc.gr/mirrors/OpenBSD/" rel="nofollow">
1.552     sthen     727:        ftp://ftp.cc.uoc.gr/mirrors/OpenBSD/</a>
1.476     sthen     728:        </td>
                    729:     </tr><tr>
                    730:        <td>
1.524     sthen     731:        <strong>Hungary (Budapest)</strong>
                    732:        </td><td>
1.610     sthen     733:        <a href="ftp://ftp.fsn.hu/pub/OpenBSD/" rel="nofollow">
1.552     sthen     734:        ftp://ftp.fsn.hu/pub/OpenBSD/</a>
1.524     sthen     735:        </td>
                    736:     </tr><tr>
                    737:        <td>
1.431     steven    738:        <strong>Ireland (Dublin)</strong>
                    739:        </td><td>
1.610     sthen     740:        <a href="ftp://ftp.heanet.ie/pub/OpenBSD/" rel="nofollow">
1.552     sthen     741:        ftp://ftp.heanet.ie/pub/OpenBSD/</a>
1.645     sthen     742:        </td>
                    743:     </tr><tr>
                    744:        <td>
                    745:        <strong>Italy (Rome)</strong>
                    746:        </td><td>
1.646     sthen     747:        <a href="ftp://openbsd.mirror.garr.it/pub/OpenBSD/" rel="nofollow">
                    748:        ftp://openbsd.mirror.garr.it/pub/OpenBSD/</a>
1.431     steven    749:        </td>
                    750:     </tr><tr>
                    751:        <td>
1.358     steven    752:        <strong>Japan (Ishikawa)</strong>
                    753:        </td><td>
1.610     sthen     754:        <a href="ftp://ftp.jaist.ac.jp/pub/OpenBSD/" rel="nofollow">
1.552     sthen     755:        ftp://ftp.jaist.ac.jp/pub/OpenBSD/</a>
1.358     steven    756:        </td>
                    757:     </tr><tr>
                    758:        <td>
1.566     sthen     759:        <strong>Japan (Saitama)</strong>
                    760:        </td><td>
1.610     sthen     761:        <a href="ftp://ftp.kddilabs.jp/OpenBSD/" rel="nofollow">
1.566     sthen     762:        ftp://ftp.kddilabs.jp/OpenBSD/</a>
                    763:        </td>
                    764:     </tr><tr>
                    765:        <td>
1.552     sthen     766:        <strong>The Netherlands (Utrecht)</strong>
1.524     sthen     767:        </td><td>
1.610     sthen     768:        <a href="ftp://ftp.nluug.nl/pub/OpenBSD/" rel="nofollow">
1.552     sthen     769:        ftp://ftp.nluug.nl/pub/OpenBSD/</a>
1.524     sthen     770:        </td>
                    771:     </tr><tr>
                    772:        <td>
1.552     sthen     773:        <strong>The Netherlands (Ede)</strong>
1.550     sthen     774:        </td><td>
1.610     sthen     775:        <a href="ftp://ftp.bit.nl/pub/OpenBSD/" rel="nofollow">
1.552     sthen     776:        ftp://ftp.bit.nl/pub/OpenBSD/</a>
1.595     sthen     777:        </td>
                    778:     </tr><tr>
                    779:        <td>
1.592     sthen     780:        <strong>Pakistan (Karachi)</strong>
                    781:        </td><td>
1.610     sthen     782:        <a href="ftp://stingray.cyber.net.pk/OpenBSD/" rel="nofollow">
1.605     sthen     783:        ftp://stingray.cyber.net.pk/OpenBSD/</a>
1.573     sthen     784:        </td>
                    785:     </tr><tr>
                    786:        <td>
1.637     sthen     787:        <strong>Poland (Oswiecim)</strong>
                    788:        </td><td>
                    789:        <a href="ftp://ftp.piotrkosoft.net/pub/OpenBSD/" rel="nofollow">
                    790:        ftp://ftp.piotrkosoft.net/pub/OpenBSD/</a>
                    791:        </td>
                    792:     </tr><tr>
                    793:        <td>
1.596     sthen     794:        <strong>Poland (Warszawa)</strong>
                    795:        </td><td>
1.610     sthen     796:        <a href="ftp://ftp.icm.edu.pl/pub/OpenBSD/" rel="nofollow">
1.596     sthen     797:        ftp://ftp.icm.edu.pl/pub/OpenBSD/</a>
                    798:        </td>
                    799:     </tr><tr>
                    800:        <td>
1.584     sthen     801:        <strong>Russia (Moscow)</strong>
                    802:        </td><td>
1.623     sthen     803:        <a href="ftp://mirror.yandex.ru/pub/OpenBSD/" rel="nofollow">
                    804:        ftp://mirror.yandex.ru/pub/OpenBSD/</a>
1.584     sthen     805:        </td>
                    806:     </tr><tr>
                    807:        <td>
1.514     sthen     808:        <strong>Saudi Arabia (Riyadh)</strong>
                    809:        </td><td>
1.610     sthen     810:        <a href="ftp://mirrors.isu.net.sa/pub/ftp.openbsd.org/" rel="nofollow">
1.552     sthen     811:        ftp://mirrors.isu.net.sa/pub/ftp.openbsd.org/</a>
1.469     sthen     812:        </td>
                    813:     </tr><tr>
                    814:        <td>
1.423     grunk     815:        <strong>Slovenia (Ljubljana)</strong>
                    816:        </td><td>
1.610     sthen     817:        <a href="ftp://ftp.obsd.si/pub/OpenBSD/" rel="nofollow">
1.552     sthen     818:        ftp://ftp.obsd.si/pub/OpenBSD/</a>
1.360     steven    819:        </td>
                    820:     </tr><tr>
                    821:        <td>
1.555     sthen     822:        <strong>South Africa (Johannesburg)</strong>
                    823:        </td><td>
1.610     sthen     824:        <a href="ftp://ftp.is.co.za/mirror/ftp.openbsd.org/" rel="nofollow">
1.555     sthen     825:        ftp://ftp.is.co.za/mirror/ftp.openbsd.org/</a>
                    826:        </td>
                    827:     </tr><tr>
                    828:        <td>
1.642     sthen     829:        <strong>Spain (Oviedo)</strong>
                    830:        </td><td>
                    831:        <a href="ftp://mirror.codigo23.net/pub/OpenBSD/" rel="nofollow">
                    832:        ftp://mirror.codigo23.net/pub/OpenBSD/</a>
                    833:        </td>
                    834:     </tr><tr>
                    835:        <td>
1.552     sthen     836:        <strong>Sweden (Stockholm)</strong>
                    837:        </td><td>
1.610     sthen     838:        <a href="ftp://ftp.eu.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     839:        ftp://ftp.eu.openbsd.org/pub/OpenBSD/</a>
1.448     sthen     840:        </td>
                    841:     </tr><tr>
                    842:        <td>
1.552     sthen     843:        <strong>Switzerland (Zurich)</strong>
                    844:        </td><td>
1.610     sthen     845:        <a href="ftp://mirror.switch.ch/pub/OpenBSD/" rel="nofollow">
1.552     sthen     846:        ftp://mirror.switch.ch/pub/OpenBSD/</a>
1.550     sthen     847:        </td>
                    848:     </tr><tr>
                    849:        <td>
1.559     sthen     850:        <strong>Switzerland (Zurich)</strong>
                    851:        </td><td>
1.610     sthen     852:        <a href="ftp://ftp.ch.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.576     sthen     853:        ftp://ftp.ch.openbsd.org/pub/OpenBSD/</a>
1.559     sthen     854:        </td>
                    855:     </tr><tr>
                    856:        <td>
1.528     sthen     857:        <strong>Turkey</strong>
                    858:        </td><td>
1.625     sthen     859:        <a href="ftp://ftp.ulak.net.tr/pub/OpenBSD/" rel="nofollow">
                    860:        ftp://ftp.ulak.net.tr/pub/OpenBSD/</a>
1.528     sthen     861:        </td>
                    862:     </tr><tr>
                    863:        <td>
1.518     sthen     864:        <strong>United Kingdom (Kent)</strong>
1.517     sthen     865:        </td><td>
1.610     sthen     866:        <a href="ftp://ftp.mirrorservice.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     867:        ftp://ftp.mirrorservice.org/pub/OpenBSD/</a>
1.517     sthen     868:        </td>
                    869:     </tr><tr>
                    870:        <td>
1.518     sthen     871:        <strong>United Kingdom (Manchester)</strong>
1.409     grunk     872:        </td><td>
1.610     sthen     873:        <a href="ftp://mirror.bytemark.co.uk/OpenBSD/" rel="nofollow">
1.605     sthen     874:        ftp://mirror.bytemark.co.uk/OpenBSD/</a>
1.621     sthen     875:        </td>
                    876:     </tr><tr>
                    877:        <td>
                    878:        <strong>United Kingdom (Oxford)</strong>
                    879:        </td><td>
                    880:        <a href="ftp://mirror.ox.ac.uk/pub/OpenBSD/" rel="nofollow">
                    881:        ftp://mirror.ox.ac.uk/pub/OpenBSD/</a>
1.290     nick      882:        </td>
                    883:     </tr><tr>
                    884:        <td>
1.643     sthen     885:        <strong>United Kingdom (London)</strong>
                    886:        </td><td>
                    887:        <a href="ftp://mirror.exonetric.net/pub/OpenBSD/" rel="nofollow">
                    888:        ftp://mirror.exonetric.net/pub/OpenBSD/</a>
                    889:        </td>
                    890:     </tr><tr>
                    891:        <td>
1.552     sthen     892:        <strong>USA (Redwood City, CA)</strong>
                    893:        </td><td>
1.610     sthen     894:        <a href="ftp://ftp5.usa.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     895:        ftp://ftp5.usa.openbsd.org/pub/OpenBSD/</a>
                    896:        </td>
                    897:     </tr><tr>
                    898:        <td>
1.661     sthen     899:        <strong>USA (San Francisco, CA)</strong>
                    900:        </td><td>
                    901:        <a href="ftp://mirrors.sonic.net/pub/OpenBSD/" rel="nofollow">
                    902:        ftp://mirrors.sonic.net/pub/OpenBSD/</a>
                    903:        </td>
                    904:     </tr><tr>
                    905:        <td>
1.552     sthen     906:        <strong>USA (Boulder, CO)</strong>
                    907:        </td><td>
1.610     sthen     908:        <a href="ftp://ftp3.usa.openbsd.org/pub/OpenBSD/" rel="nofollow">
1.552     sthen     909:        ftp://ftp3.usa.openbsd.org/pub/OpenBSD/</a>
1.468     sthen     910:        </td>
                    911:     </tr><tr>
                    912:        <td>
1.661     sthen     913:        <strong>USA (Boise, ID)</strong>
                    914:        </td><td>
                    915:        <a href="ftp://mirrors.syringanetworks.net/pub/OpenBSD/" rel="nofollow">
                    916:        ftp://mirrors.syringanetworks.net/pub/OpenBSD/</a>
                    917:        </td>
                    918:     </tr><tr>
                    919:        <td>
1.569     sthen     920:        <strong>USA (Chicago, IL)</strong>
                    921:        </td><td>
1.610     sthen     922:        <a href="ftp://mirror.team-cymru.org/pub/OpenBSD/" rel="nofollow">
1.569     sthen     923:        ftp://mirror.team-cymru.org/pub/OpenBSD/</a>
                    924:        </td>
                    925:     </tr><tr>
                    926:        <td>
1.471     sthen     927:        <strong>USA (Rochester, NY)</strong>
                    928:        </td><td>
1.610     sthen     929:        <a href="ftp://filedump.se.rit.edu/pub/OpenBSD/" rel="nofollow">
1.552     sthen     930:        ftp://filedump.se.rit.edu/pub/OpenBSD/</a>
1.639     sthen     931:        </td>
                    932:     </tr><tr>
                    933:        <td>
1.661     sthen     934:        <strong>USA (New York City, NY)</strong>
1.639     sthen     935:        </td><td>
1.661     sthen     936:        <a href="ftp://mirrors.nycbug.org/pub/OpenBSD/" rel="nofollow">
                    937:        ftp://mirrors.nycbug.org/pub/OpenBSD/</a>
1.587     sthen     938:        </td>
1.597     sthen     939:     </tr><tr>
                    940:        <td>
1.661     sthen     941:        <strong>USA (Rochester, NY)</strong>
1.597     sthen     942:        </td><td>
1.661     sthen     943:        <a href="ftp://openbsd.mirror.frontiernet.net/pub/OpenBSD/" rel="nofollow">
                    944:        ftp://openbsd.mirror.frontiernet.net/pub/OpenBSD/</a>
1.597     sthen     945:        </td>
1.604     sthen     946:     </tr><tr>
                    947:        <td>
1.661     sthen     948:        <strong>USA (Pittsburgh, PA)</strong>
1.608     sthen     949:        </td><td>
1.661     sthen     950:        <a href="ftp://openbsd.mirrors.pair.com/" rel="nofollow">
                    951:        ftp://openbsd.mirrors.pair.com/</a>
1.608     sthen     952:        </td>
                    953:     </tr><tr>
                    954:        <td>
1.661     sthen     955:        <strong>USA (Dallas, TX)</strong>
1.608     sthen     956:        </td><td>
1.661     sthen     957:        <a href="ftp://mirror.esc7.net/pub/OpenBSD/" rel="nofollow">
                    958:        ftp://mirror.esc7.net/pub/OpenBSD/</a>
1.608     sthen     959:        </td>
1.619     sthen     960:     </tr><tr>
                    961:        <td>
                    962:        <strong>USA (Harrisonburg, VA)</strong>
                    963:        </td><td>
                    964:        <a href="ftp://mirror.jmu.edu/pub/OpenBSD/" rel="nofollow">
                    965:        ftp://mirror.jmu.edu/pub/OpenBSD/</a>
                    966:        </td>
1.132     deraadt   967:     </tr>
                    968: </table>
1.1       deraadt   969:
1.30      deraadt   970: <hr>
1.237     david     971: <h3><font color="#0000e0"><a name=rsync>RSYNC</a></font></h3>
1.264     saad      972: This is a list of currently known RSYNC mirrors:<p>
1.164     miod      973:
                    974: <table>
                    975:     <tr>
1.341     grunk     976:        <td>
1.552     sthen     977:        <strong>Australia (Adelaide)</strong>
1.539     sthen     978:        </td><td>
1.552     sthen     979:        rsync://mirror.internode.on.net/openbsd/
1.539     sthen     980:        </td>
                    981:     </tr><tr>
                    982:        <td>
1.552     sthen     983:        <strong>Australia (Brisbane)</strong>
1.437     martin    984:        </td><td>
1.552     sthen     985:        rsync://mirror.aarnet.edu.au/openbsd/
1.616     sthen     986:        </td>
                    987:     </tr><tr>
                    988:        <td>
                    989:        <strong>Australia (Perth)</strong>
                    990:        </td><td>
                    991:        rsync://ftp.iinet.net.au/pub/OpenBSD/
1.568     sthen     992:        </td>
                    993:     </tr><tr>
                    994:        <td>
                    995:        <strong>Austria (Vienna)</strong>
                    996:        </td><td>
                    997:        rsync://ftp5.eu.openbsd.org/OpenBSD/
1.599     sthen     998:        </td>
                    999:     </tr><tr>
                   1000:        <td>
1.618     sthen    1001:        <strong>Austria (Vienna)</strong>
                   1002:        </td><td>
                   1003:        rsync://ftp2.eu.openbsd.org/OpenBSD/
1.666     sthen    1004:        </td>
                   1005:     </tr><tr>
                   1006:        <td>
                   1007:        <strong>Brazil (Curitiba)</strong>
                   1008:        </td><td>
                   1009:        rsync://openbsd.c3sl.ufpr.br/openbsd/
1.628     sthen    1010:        </td>
                   1011:     </tr><tr>
                   1012:        <td>
                   1013:        <strong>Canada (Kingston, ON)</strong>
                   1014:        </td><td>
                   1015:        rsync://athena.caslab.queensu.ca/OpenBSD/
1.649     nick     1016:        </td>
                   1017:     </tr><tr>
                   1018:        <td>
                   1019:        <strong>Canada (Toronto, ON)</strong>
                   1020:        </td><td>
1.651     sthen    1021:        rsync://openbsd.cs.toronto.edu/openbsd/
1.636     sthen    1022:        </td>
                   1023:     </tr><tr>
                   1024:        <td>
                   1025:        <strong>Czech Republic</strong>
                   1026:        </td><td>
                   1027:        rsync://mirror.steadynet.cz/OpenBSD/
1.548     sthen    1028:        </td>
                   1029:     </tr><tr>
                   1030:        <td>
1.555     sthen    1031:        <strong>Denmark (Aalborg)</strong>
                   1032:        </td><td>
                   1033:        rsync://ftp.openbsd.dk/OpenBSD/
1.658     sthen    1034:        </td>
                   1035:     </tr><tr>
                   1036:        <td>
                   1037:        <strong>Denmark (Copenhagen)</strong>
                   1038:        </td><td>
                   1039:        rsync://mirror.one.com/openbsd/
1.555     sthen    1040:        </td>
                   1041:     </tr><tr>
                   1042:        <td>
1.552     sthen    1043:        <strong>Estonia (Tallinn)</strong>
1.487     sthen    1044:        </td><td>
1.552     sthen    1045:        rsync://ftp.aso.ee/OpenBSD/
1.625     sthen    1046:        </td>
                   1047:     </tr><tr>
                   1048:        <td>
1.496     landry   1049:        <strong>France (Paris)</strong>
                   1050:        </td><td>
                   1051:        rsync://ftp.fr.openbsd.org/OpenBSD/
1.603     sthen    1052:        </td>
                   1053:     </tr><tr>
                   1054:        <td>
1.607     sthen    1055:        <strong>France (Paris)</strong>
                   1056:        </td><td>
                   1057:        rsync://ftp2.fr.openbsd.org/OpenBSD/
1.626     landry   1058:        </td>
                   1059:     </tr><tr>
                   1060:        <td>
                   1061:        <strong>France (Paris)</strong>
                   1062:        </td><td>
                   1063:        rsync://mirrors.ircam.fr/pub/OpenBSD/
1.542     sthen    1064:        </td>
                   1065:     </tr><tr>
                   1066:        <td>
1.633     sthen    1067:        <strong>Germany (Erlangen)</strong>
                   1068:        </td><td>
                   1069:        rsync://openbsd.cs.fau.de/OpenBSD/
                   1070:        </td>
                   1071:     </tr><tr>
                   1072:        <td>
1.422     grunk    1073:        <strong>Germany (Berlin)</strong>
                   1074:        </td><td>
                   1075:        rsync://ftp.spline.de/OpenBSD/
1.431     steven   1076:        </td>
                   1077:     </tr><tr>
                   1078:        <td>
1.523     sthen    1079:        <strong>Germany (Aachen)</strong>
                   1080:        </td><td>
                   1081:        rsync://ftp.halifax.rwth-aachen.de/openbsd/
1.655     florian  1082:        </td>
                   1083:     </tr><tr>
                   1084:        <td>
                   1085:        <strong>Germany (Frankfurt)</strong>
                   1086:        </td><td>
                   1087:        rsync://ftp.hostserver.de/OpenBSD/
1.523     sthen    1088:        </td>
                   1089:     </tr><tr>
                   1090:        <td>
1.635     sthen    1091:        <strong>Indonesia (Surabaya, Java)</strong>
                   1092:        </td><td>
                   1093:        rsync://kartolo.sby.datautama.net.id/OpenBSD/
                   1094:        </td>
                   1095:     </tr><tr>
                   1096:        <td>
1.431     steven   1097:        <strong>Ireland (Dublin)</strong>
                   1098:        </td><td>
                   1099:        rsync://ftp.heanet.ie/pub/OpenBSD/
1.646     sthen    1100:        </td>
                   1101:     </tr><tr>
                   1102:        <td>
                   1103:        <strong>Italy (Rome)</strong>
                   1104:        </td><td>
                   1105:        rsync://openbsd.mirror.garr.it/OpenBSD/
1.358     steven   1106:        </td>
                   1107:     </tr><tr>
                   1108:        <td>
                   1109:        <strong>Japan (Ishikawa)</strong>
                   1110:        </td><td>
                   1111:        rsync://ftp.jaist.ac.jp/pub/OpenBSD/
1.566     sthen    1112:        </td>
                   1113:     </tr><tr>
                   1114:        <td>
                   1115:        <strong>Japan (Saitama)</strong>
                   1116:        </td><td>
                   1117:        rsync://ftp.kddilabs.jp/openbsd/
1.597     sthen    1118:        </td>
                   1119:     </tr><tr>
                   1120:        <td>
1.550     sthen    1121:        <strong>The Netherlands (Utrecht)</strong>
                   1122:        </td><td>
                   1123:        rsync://ftp.nluug.nl/openbsd/
                   1124:        </td>
                   1125:     </tr><tr>
                   1126:        <td>
1.552     sthen    1127:        <strong>The Netherlands (Ede)</strong>
                   1128:        </td><td>
                   1129:        rsync://ftp.bit.nl/mirror/OpenBSD/
1.637     sthen    1130:        </td>
                   1131:     </tr><tr>
                   1132:        <td>
                   1133:        <strong>Poland (Oswiecim)</strong>
                   1134:        </td><td>
                   1135:        rsync://ftp.piotrkosoft.net/OpenBSD/
1.552     sthen    1136:        </td>
                   1137:     </tr><tr>
                   1138:        <td>
1.596     sthen    1139:        <strong>Poland (Warszawa)</strong>
                   1140:        </td><td>
                   1141:        rsync://ftp.icm.edu.pl/pub/OpenBSD/
                   1142:        </td>
                   1143:     </tr><tr>
                   1144:        <td>
1.555     sthen    1145:        <strong>South Africa (Johannesburg)</strong>
                   1146:        </td><td>
1.587     sthen    1147:        rsync://ftp.is.co.za/IS-Mirror/ftp.openbsd.org/
1.555     sthen    1148:        </td>
                   1149:     </tr><tr>
                   1150:        <td>
1.550     sthen    1151:        <strong>Sweden (Stockholm)</strong>
                   1152:        </td><td>
1.552     sthen    1153:        rsync://ftp.eu.openbsd.org/OpenBSD/
1.559     sthen    1154:        </td>
                   1155:     </tr><tr>
                   1156:        <td>
                   1157:        <strong>Switzerland (Zurich)</strong>
                   1158:        </td><td>
1.576     sthen    1159:        rsync://ftp.ch.openbsd.org/OpenBSD/
1.517     sthen    1160:        </td>
                   1161:     </tr><tr>
                   1162:        <td>
1.518     sthen    1163:        <strong>United Kingdom (Kent)</strong>
1.517     sthen    1164:        </td><td>
1.622     sthen    1165:        rsync://rsync.mirrorservice.org/ftp.openbsd.org/pub/OpenBSD/
1.356     steven   1166:        </td>
                   1167:     </tr><tr>
                   1168:        <td>
1.518     sthen    1169:        <strong>United Kingdom (Manchester)</strong>
1.356     steven   1170:        </td><td>
1.518     sthen    1171:        rsync://mirror.bytemark.co.uk/OpenBSD/
1.643     sthen    1172:        </td>
                   1173:     </tr><tr>
                   1174:        <td>
                   1175:        <strong>United Kingdom (London)</strong>
                   1176:        </td><td>
                   1177:        rsync://mirror.exonetric.net/OpenBSD/
1.347     steven   1178:        </td>
                   1179:     </tr><tr>
                   1180:        <td>
1.552     sthen    1181:        <strong>USA (Redwood City, CA)</strong>
                   1182:        </td><td>
                   1183:        rsync://ftp5.usa.openbsd.org/ftp/
                   1184:        </td>
                   1185:     </tr><tr>
                   1186:        <td>
                   1187:        <strong>USA (Boulder, CO)</strong>
                   1188:        </td><td>
                   1189:        rsync://ftp3.usa.openbsd.org/ftp/
1.569     sthen    1190:        </td>
                   1191:     </tr><tr>
                   1192:        <td>
1.661     sthen    1193:        <strong>USA (Denver, CO)</strong>
1.569     sthen    1194:        </td><td>
1.661     sthen    1195:        rsync://openbsd.mirrorcatalogs.com/openbsd/
1.597     sthen    1196:        </td>
                   1197:     </tr><tr>
                   1198:        <td>
1.661     sthen    1199:        <strong>USA (Boise, ID)</strong>
1.597     sthen    1200:        </td><td>
1.661     sthen    1201:        rsync://mirrors.syringanetworks.net/OpenBSD/
1.604     sthen    1202:        </td>
                   1203:     </tr><tr>
                   1204:        <td>
1.661     sthen    1205:        <strong>USA (Chicago, IL)</strong>
1.604     sthen    1206:        </td><td>
1.661     sthen    1207:        rsync://mirror.team-cymru.org/OpenBSD/
1.608     sthen    1208:        </td>
                   1209:     </tr><tr>
                   1210:        <td>
                   1211:        <strong>USA (New York City, NY)</strong>
                   1212:        </td><td>
1.613     okan     1213:        rsync://mirrors.nycbug.org/OpenBSD/
1.608     sthen    1214:        </td>
                   1215:     </tr><tr>
                   1216:        <td>
1.661     sthen    1217:        <strong>USA (Rochester, NY)</strong>
1.608     sthen    1218:        </td><td>
1.661     sthen    1219:        rsync://openbsd.mirror.frontiernet.net/OpenBSD/
1.619     sthen    1220:        </td>
                   1221:     </tr><tr>
                   1222:        <td>
1.661     sthen    1223:        <strong>USA (Dallas, TX)</strong>
1.619     sthen    1224:        </td><td>
1.661     sthen    1225:        rsync://mirror.esc7.net/openbsd/
1.597     sthen    1226:        </td>
1.635     sthen    1227:     </tr><tr>
                   1228:        <td>
1.661     sthen    1229:        <strong>USA (Harrisonburg, VA)</strong>
1.635     sthen    1230:        </td><td>
1.661     sthen    1231:        rsync://mirror.jmu.edu/OpenBSD/
1.635     sthen    1232:        </td>
1.164     miod     1233:     </tr>
                   1234: </table>
                   1235:
                   1236: <hr>
1.552     sthen    1237: <h3><font color="#0000e0"><a name=afs>AFS</a></font></h3>
                   1238: This is a list of currently known AFS servers:<p>
                   1239:
                   1240: <ul>
                   1241: <li><a href="file:/afs/su.se/services/ftp/pub/OpenBSD">
                   1242:         /afs/su.se/services/ftp/pub/OpenBSD</a>
                   1243:         <br>
                   1244:         Located at the University of Stockholm, Sweden.<br>
                   1245:         CellServDB entries for su.se:
                   1246: <pre>
                   1247: >su.se             # Stockholm University
                   1248: 130.237.162.81          #afsdb1.su.se
                   1249: 130.237.162.82          #afsdb2.su.se
                   1250: 130.237.162.230         #afsdb3.su.se
                   1251: </pre>
                   1252: </ul>
                   1253: <p>
                   1254:
                   1255: <hr>
1.237     david    1256: <h3><font color="#0000e0"><a name=layout>Structural Layout:</a></font></h3>
1.30      deraadt  1257:
                   1258: <p>
1.164     miod     1259: The file structure of each server is roughly:
1.1       deraadt  1260: </p>
                   1261: <p>
1.17      deraadt  1262: <ul>
1.316     nick     1263: <li><strong>/pub/OpenBSD/</strong><br>
                   1264:        Absolute path for HTTP and FTP mirrors where the OpenBSD FTP
                   1265:        collection <strong>must</strong> be available. This location
                   1266:        can be a link, if necessary.
                   1267:        <p>
1.668     sthen    1268: <li><strong>/pub/OpenBSD/5.7/</strong><br>
1.204     miod     1269:        Where you find our most recent release.
1.38      deraadt  1270:   <ul>
1.180     miod     1271:   <li><strong>alpha/</strong>
1.271     millert  1272:   <li><strong>amd64/</strong>
1.440     miod     1273:   <li><strong>armish/</strong>
1.663     lteo     1274:   <li><strong>aviion/</strong>
1.229     miod     1275:   <li><strong>hppa/</strong>
1.39      deraadt  1276:   <li><strong>i386/</strong>
1.440     miod     1277:   <li><strong>landisk/</strong>
1.606     deraadt  1278:   <li><strong>loongson/</strong>
1.634     lteo     1279:   <li><strong>luna88k/</strong>
1.191     miod     1280:   <li><strong>macppc/</strong>
1.641     lteo     1281:   <li><strong>octeon/</strong>
1.316     nick     1282:   <li><strong>packages/</strong><br>
                   1283:        Binary packages (pre-compiled ports) to install on your -stable
                   1284:        system.
1.480     sthen    1285:   <li><strong>sgi/</strong>
1.492     jj       1286:   <li><strong>socppc/</strong>
1.39      deraadt  1287:   <li><strong>sparc/</strong>
1.191     miod     1288:   <li><strong>sparc64/</strong>
1.316     nick     1289:   <li><strong>tools/</strong><br>
                   1290:        Tools for other operating systems (Windows, Linux and the like)
                   1291:        to create boot floppies, change partition sizes and other things.
1.153     miod     1292:   <li><strong>vax/</strong>
1.316     nick     1293:   <li><strong>zaurus/</strong>
1.39      deraadt  1294:   <li><strong>src.tar.gz<br></strong>
1.38      deraadt  1295:        Userland sources, which you would place in /usr/src.
                   1296:        (This does not include kernel sources)
1.239     nick     1297:   <li><strong>sys.tar.gz<br></strong>
1.38      deraadt  1298:        The Kernel sources, which you would place in /usr/src/sys.
1.52      deraadt  1299:   <li><strong>ports.tar.gz<br></strong>
                   1300:        The ports sources, which you would place in /usr/ports.
1.440     miod     1301:   <li><strong>xenocara.tar.gz<br></strong>
1.316     nick     1302:        The X Window System (X11) sources.
1.38      deraadt  1303:   </ul>
1.17      deraadt  1304: <p>
1.316     nick     1305: <li><strong>/pub/OpenBSD/snapshots/</strong><br>
1.550     sthen    1306:        For our major architectures, we frequently build releases
                   1307:        and binary packages from our development code.
1.40      deraadt  1308:        This is where we place those test releases.
1.17      deraadt  1309: <p>
1.316     nick     1310: <li><strong>/pub/OpenBSD/src/</strong><br>
1.40      deraadt  1311:        This is a cvs checkout of our daily source tree for those
1.179     miod     1312:        who want to access individual files. Normally we recommend
1.489     deraadt  1313:        the use of <a href="anoncvs.html">AnonCVS</a> instead of mirroring
1.171     miod     1314:        this location. Thus, all ftp mirrors don't mirror this location.
1.17      deraadt  1315: <p>
1.316     nick     1316: <li><strong>/pub/OpenBSD/doc/</strong><br>
1.220     nick     1317:        The OpenBSD <a href="faq/index.html">FAQ</a> in PDF and plain
                   1318:        text, as well as other OpenBSD-related documentation.
                   1319: <p>
1.316     nick     1320: <li><strong>/pub/OpenBSD/tools/</strong><br>
1.40      deraadt  1321:        Various other little bits.
1.668     sthen    1322: <li><strong>/pub/OpenBSD/5.6/</strong><br>
                   1323:        Layout is similar to the 5.7 release described above.. for the nostalgic.
1.662     nick     1324: <li><strong>/pub/OpenBSD/5.5/</strong><br>
                   1325:        Layout is similar to the 5.6 release described above.. for the nostalgic.
1.17      deraadt  1326: </ul>
1.1       deraadt  1327:
                   1328: <p>
1.552     sthen    1329: To be listed on this page we require mirrors to be fast, up-to-date,
                   1330: capable, and well-connected to networks in the region in which they serve.
1.535     sthen    1331: Our policy requires mirrors to carry at least the last two releases in
1.668     sthen    1332: binary form (currently 5.6 and 5.7), snapshots, as well as the other
1.550     sthen    1333: associated directories (including OpenSSH/, OpenNTPD/, OpenBGPD/,
                   1334: patches/ and tools/), and keep them current; snapshots should not be
                   1335: older than a week.
1.361     steven   1336: Note that in the above, "release" means <b>all files</b> under the specific
1.668     sthen    1337: directory (e.g. 5.7/).
1.361     steven   1338: This includes all architecture subdirectories and the complete packages
                   1339: subdirectory, with packages for all application architectures.
1.668     sthen    1340: As of 5.7, the minimum space required is approximately 600GB.
1.551     sthen    1341: Depending on the disk space available, mirrors may provide more contents,
                   1342: such as older releases, current source tree, etc.
1.27      johns    1343: <p>
1.552     sthen    1344: Operators of mirrors who are interested in having their site added to
                   1345: the list on this page should contact <a
                   1346: href="mailto:mirrors-discuss@openbsd.org">mirrors-discuss@openbsd.org</a>
                   1347: with further details about their site, including network connectivity,
                   1348: geographic location, and general information.
1.596     sthen    1349: We will suggest a suitable second-level mirror to sync from;
                   1350: <b>do not</b> mirror from ftp.openbsd.org.
1.552     sthen    1351: <p>
                   1352: Mirror operators should subscribe to the low-volume
                   1353: <a href="mail.html#Mirrors">mirrors-announce</a> mailing list.
1.1       deraadt  1354:
                   1355: </body>
                   1356: </html>