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

Annotation of www/ftp.html, Revision 1.693

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