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

Annotation of www/ftp.html, Revision 1.686

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