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

Annotation of www/support.html, Revision 1.104

1.78      ian         1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                      2:        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
                      3: >
                      4:
                      5: <html>
                      6: <head>
                      7:    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
                      8:    <meta name="GENERATOR" content="The vi editor from UNIX"/>
                      9:    <meta name="Author" content="Ian Darwin"/>
                     10:    <title>OpenBSD Support and Consulting</title>
                     11: </head>
1.58      ian        12: <!-- DO NOT EDIT THIS FILE
                     13:   ** But only make changes in the "build" directory, type "make".
                     14:   ** When tested(!), commit in build, make again, commit here
                     15:   ** with a log message of "sync".
                     16:   -->
1.78      ian        17:
                     18: <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
1.81      jsyn       19: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.78      ian        20: <h2><font color="#e00000">Support and Consulting</font></h2>
                     21: <hr />
                     22: <img alt="[artwork]" src="images/support.gif" align="right"/>
                     23: <p>OpenBSD has attracted a critical mass of developers, support
1.1       ian        24: organizations, and consultants such that it is now safe to commit to using
                     25: OpenBSD in your projects.
                     26: The following individuals and organizations have indicated that they are
                     27: able to provide support as indicated. However, the OpenBSD Project does
                     28: not necessarily endorse any of these. Please contact each site directly.
1.78      ian        29: </p>
1.87      ian        30: <p>These entries are arranged geographically by country,
                     31: so that you can find
1.1       ian        32: a consultant near you.
1.87      ian        33: <!-- DO NOT EDIT THIS LIST - IT COMES FROM mkcountries -->
                     34: <a href="#Australia">Australia</a>
                     35: <a href="#Austria">Austria</a>
1.91      ian        36: <a href="#Belgium">Belgium</a>
1.87      ian        37: <a href="#Brazil">Brazil</a>
1.99      ian        38: <a href="#Bulgaria">Bulgaria</a>
1.87      ian        39: <a href="#Canada">Canada</a>
                     40: <a href="#China">China</a>
                     41: <a href="#Colombia">Colombia</a>
                     42: <a href="#Costa">Costa Rica</a>
                     43: <a href="#Czech">Czech Republic</a>
                     44: <a href="#Denmark">Denmark</a>
                     45: <a href="#Finland">Finland</a>
                     46: <a href="#France">France</a>
                     47: <a href="#Germany">Germany</a>
1.99      ian        48: <a href="#India">India</a>
1.87      ian        49: <a href="#Indonesia">Indonesia</a>
                     50: <a href="#Italy">Italy</a>
                     51: <a href="#Kyrgyzstan">Kyrgyzstan</a>
                     52: <a href="#Moldova">Moldova</a>
                     53: <a href="#México">México</a>
                     54: <a href="#Netherlands">Netherlands</a>
                     55: <a href="#New">New Zealand</a>
                     56: <a href="#Norway">Norway</a>
                     57: <a href="#Poland">Poland</a>
                     58: <a href="#Portugal">Portugal</a>
                     59: <a href="#Singapore">Singapore</a>
                     60: <a href="#Slovak">Slovak Republic</a>
1.89      ian        61: <a href="#South">South Africa</a>
1.87      ian        62: <a href="#Spain">Spain</a>
                     63: <a href="#Sweden">Sweden</a>
                     64: <a href="#Switzerland">Switzerland</a>
                     65: <a href="#Turkey">Turkey</a>
                     66: <a href="#USA">USA</a>
                     67: <a href="#United">United Kingdom</a>
                     68: <a href="#Venezuela">Venezuela</a>
1.92      ian        69:
1.78      ian        70: </p>
                     71: <p>If you want to submit your own entry, the format is quite rigid; please use
                     72: <a href="supp-tmpl.txt">this template</a> (do not just
1.1       ian        73: copy and paste plain text from your browser!).
                     74: When you think it's ready, mail it to me,
1.78      ian        75: <em>ian at openbsd.org</em>,
1.64      ian        76: with a Subject: line containing the word "support"
1.78      ian        77: <i>and</i> either the word "new" or "update".
                     78: </p>
1.61      ian        79: <table border="1" cellpadding="3">
1.5       ian        80: <!-- This TR sets up the table format -->
1.78      ian        81: <tr>
                     82:        <th width="40%">Contact Name/<br />Organization/<br />Address</th>
                     83:        <th width="60%">Notes</th>
                     84: </tr>
1.5       ian        85:
1.78      ian        86: <!-- THIS TABLE IS MECHANICALLY GENERATED ** DO NOT EDIT.
1.72      ian        87:  **  INSTEAD, RTFM ABOVE, UPDATE support.dat in ./build CAREFULLY and "make".
1.12      ian        88:  **  IF YOU DO NOT HAVE COMMIT ACCESS, MAIL ME YOUR CHANGES.
1.87      ian        89:  **
                     90:  ** Translators: consider building a language-specific version of
                     91:  ** support.awk instead of hand-editing the file.
1.5       ian        92:  -->
                     93:
1.78      ian        94: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian        95: <a name='Australia'></a>
1.78      ian        96: <b>Australia</b>
                     97: </td></tr>
                     98: <tr>
                     99: <td bgcolor="White">
                    100: <i>Gregory D. Baker</i><br />
                    101: <b>The Institute for Open Systems Technologies</b><br />
                    102: Suite 17, 57 Culloden Rd<br />
1.79      ian       103: Marsfield, NSW 2122<br />
1.78      ian       104: Phone: 0500 545 856<br />
                    105: Email: <a href="mailto:greg.baker@ifost.org.au">greg.baker@ifost.org.au</a><br />
                    106: URL: <a href="http://www.ifost.org.au/">http://www.ifost.org.au/</a>
                    107: </td>
                    108:        <td>We supply OpenBSD-based firewalls and internet-gateways, often
1.72      ian       109: to small businesses needing an "administrator-less" solution. We
1.35      ian       110: do consulting and education work on OpenBSD and on other UNIXes as well.
1.44      ian       111:
1.78      ian       112: </td></tr>
                    113: <tr>
                    114: <td bgcolor="White">
                    115: <i>James Catterall / Marek Roy / Aftab Rizvi</i><br />
                    116: <b>e - synergies</b><br />
                    117: Level 9, 65 York St<br />
1.79      ian       118: Sydney, NSW 2001<br />
1.78      ian       119: Phone: +61 2 9279 2533<br />
                    120: FAX: +61 2 9279 2544<br />
                    121: Email: <a href="mailto:e-synergies@toneguzzo.com">e-synergies@toneguzzo.com</a><br />
                    122: URL: <a href="http://www.e-synergies.com.au/">http://www.e-synergies.com.au/</a>
                    123: </td>
                    124:        <td>Linux and *BSD installation, maintenance and support services. Also work
1.60      ian       125: in security, penetration testing and e-Commerce facilitation.
                    126:
1.78      ian       127: </td></tr>
                    128: <tr>
                    129: <td bgcolor="White">
                    130: <i>Aldo Cortesi</i><br />
                    131: <b>Nullcube Pty Ltd</b><br />
                    132: 2E/3 Jersey Road, Artarmon, NSW, 2064<br />
1.79      ian       133: Sydney, NSW 2064<br />
1.78      ian       134: Phone: +61 419 492 863<br />
                    135: Email: <a href="mailto:aldo@nullcube.com">aldo@nullcube.com</a><br />
                    136: URL: <a href="http://www.nullcube.com/">http://www.nullcube.com/</a>
                    137: </td>
                    138:        <td>Nullcube provides security, networking and software
1.76      ian       139: development services. We use OpenBSD for VPNs, firewalls,
                    140: intrusion detection, and also freqently host e-commerce
1.83      ian       141: solutions on OpenBSD servers.
1.76      ian       142:
1.78      ian       143: </td></tr>
                    144: <tr>
                    145: <td bgcolor="White">
1.87      ian       146: <i>Brian McKerr</i><br />
                    147: <b>BSD Australia (Broadband Security Devices)</b><br />
                    148: 71-73 Sierra Drive<br />
                    149: North Tamborine, Queensland 4272<br />
                    150: Phone: +61 409 272 665<br />
                    151: FAX: N/A<br />
                    152: Email: <a href="mailto:info@bsdaustralia.com">info@bsdaustralia.com</a><br />
                    153: URL: <a href="http://www.bsdaustralia.com/">http://www.bsdaustralia.com/</a>
                    154: </td>
                    155:        <td>BSD Australia provides expertise in the areas of Security, Firewalls,
                    156: Web Serving, VPNs, IDS/NIDS, Mail Serving. We primarily use and recommend
1.101     ian       157: OpenBSD for any security related appliances, however, we also have skills
1.87      ian       158: in many popular *nixes (Linux, FreeBSD, Solaris). We currently install,
                    159: configure and maintain OpenBSD firewalls for various clients using
                    160: Australia's main broadband service providers products eg ADSL, Optus
                    161: Cable, Telstra Cable.
                    162:
                    163: </td></tr>
                    164: <tr>
                    165: <td bgcolor="White">
                    166: <i>Joel Sing</i><br />
                    167: <b>Ionix Technology Pty. Ltd.</b><br />
                    168: PO Box 1303<br />
                    169: Bendigo, Victoria 3554<br />
                    170: Phone: +61 3 5441 1226<br />
                    171: FAX: +61 3 5441 6699<br />
                    172: Email: <a href="mailto:info@ionix.com.au">info@ionix.com.au</a><br />
                    173: URL: <a href="http://www.ionix.com.au/">http://www.ionix.com.au/</a>
                    174: </td>
                    175:        <td>Over 5 years experience with OpenBSD and Linux. We build, install,
                    176: support and administer OpenBSD and Linux based file servers, web
                    177: servers, mail servers, database servers, routers, firewalls, intrusion
                    178: detection systems and VPNs. We have a strong emphasis on security and
                    179: reliability, and provide complete solutions.
                    180:
                    181: </td></tr>
                    182: <tr>
                    183: <td bgcolor="White">
1.78      ian       184: <i>Michael Paddon</i><br />
                    185: <b>Consultant</b><br />
                    186: 27 Cressy Street<br />
1.79      ian       187: Montmorency, Victoria 3094<br />
1.78      ian       188: Phone: +61 438 390 597<br />
                    189: Email: <a href="mailto:michael@paddon.org">michael@paddon.org</a><br />
                    190: URL: <a href="http://www.paddon.org/mwp">http://www.paddon.org/mwp</a>
                    191: </td>
                    192:        <td>Professional Unix application development, systems programming and
1.76      ian       193: administration since 1986. Now specialising in OpenBSD, with a focus
                    194: on security, performance and robustness. Experienced with firewalls, VPN's,
1.82      ian       195: intrusion detection, crypto, IP stacks, server infrastructure, application
1.76      ian       196: development, porting and kernel work.
                    197:
1.78      ian       198: </td></tr>
                    199: <tr>
                    200: <td bgcolor="White">
                    201: <i>Con Zymaris</i><br />
                    202: <b>Cybersource Pty. Ltd.</b><br />
                    203: Level 9, 140 Queen Street<br />
1.79      ian       204: Melbourne, Victoria 3000<br />
1.78      ian       205: Phone: +61 3 9642 5997<br />
                    206: FAX: +61 3 9642 5998<br />
                    207: Email: <a href="mailto:info@cyber.com.au">info@cyber.com.au</a><br />
                    208: URL: <a href="http://www.cyber.com.au/">http://www.cyber.com.au/</a>
                    209: </td>
                    210:        <td>Cybersource has been working with open source Unix/BSD/Linux
1.58      ian       211: platforms and technologies for nearly 10 years. We have a strong focus
                    212: on systems administration and network security, and offer consulting
1.72      ian       213: services in these areas.
                    214:
1.78      ian       215: </td></tr>
                    216: <tr>
                    217: <td bgcolor="White">
                    218: <i>Gavin Cameron</i><br />
                    219: <b>ITworks Consulting</b><br />
                    220: Level 8, 488 Bourke street<br />
1.79      ian       221: Melbourne, Victoria 3000<br />
1.78      ian       222: Phone: +61 3 9642 5477<br />
                    223: FAX: +61 3 9642 5499<br />
                    224: Email: <a href="mailto:openbsd@itworks.com.au">openbsd@itworks.com.au</a><br />
                    225: URL: <a href="http://www.itworks.com.au/">http://www.itworks.com.au/</a>
                    226: </td>
                    227:        <td>*BSD installation, maintenance and consulting services. We can also
1.15      ian       228: consult on Apache, Squid, Samba, Qmail and MySQL.
                    229:
1.87      ian       230: </td></tr>
                    231: <tr>
                    232: <td bgcolor="White">
1.99      ian       233: <i>Daniel Adamson</i><br />
                    234: <b>PRIVATECAGE.COM</b><br />
                    235: Footscray<br />
                    236: Melbourne, Victoria 3011<br />
1.102     ian       237: Phone: +613-96890295<br />
                    238: Email: <a href="mailto:sysadmin [-(at)-] privatecage.com">sysadmin [-(at)-] privatecage.com</a><br />
1.99      ian       239: URL: <a href="http://www.privatecage.com/">http://www.privatecage.com/</a>
                    240: </td>
                    241:        <td>Extend your Network reliably and securely.
                    242:
                    243: </td></tr>
                    244: <tr>
                    245: <td bgcolor="White">
1.87      ian       246: <i>Chris Kruger</i><br />
                    247: <b>Core Digital</b><br />
                    248: 6, 26 Florence Street<br />
                    249: Perth, WA 6005<br />
                    250: Phone: +61 8 92284480<br />
                    251: FAX: +61 8 92284481<br />
                    252: Email: <a href="mailto:chris@core-digital.com">chris@core-digital.com</a><br />
                    253: URL: <a href="http://www.core-digital.com/">http://www.core-digital.com/</a>
                    254: </td>
                    255:        <td>OpenBSD Firewalls, Virtual Private Networks, Database Servers,
                    256: Email and Web Servers.
                    257: Linux support. Security. WAN/LAN implementations. Multi-OS networks.
1.79      ian       258:
1.78      ian       259: </td></tr>
                    260: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian       261: <a name='Austria'></a>
1.78      ian       262: <b>Austria</b>
                    263: </td></tr>
                    264: <tr>
                    265: <td bgcolor="White">
1.79      ian       266: <i>Andreas Holzinger</i><br />
                    267: <b>Firepower Computing</b><br />
                    268: Salzburgerstrasse 293<br />
                    269: Linz, Oberoesterreich A-4030<br />
                    270: Phone: +43 (732) 370 897<br />
                    271: FAX: +43 (732) 370 897 - 20<br />
                    272: Email: <a href="mailto:a.holzinger@firepower.at">a.holzinger@firepower.at</a><br />
                    273: URL: <a href="http://www.firepower.at/">http://www.firepower.at/</a>
                    274: </td>
                    275:        <td>Firepower Computing installs monitored transparent and non transparent
                    276: Firewall Systems based on OpenBSD and Fileservers based on FreeBSD.
                    277: We support OpenBSD and FreeBSD installation, configuration and
                    278: maintenance as well as network administration and Windows server integration.
                    279: Ready-to-go webservers with MSQL or Postgress and
                    280: a variety of Apache modules, and web based system administration.
                    281:
                    282: </td></tr>
                    283: <tr>
                    284: <td bgcolor="White">
1.83      ian       285: <i>Security Consulting</i><br />
                    286: <b>Admins WebSecurity</b><br />
1.88      ian       287: Postfach 33033<br />
                    288: Deutschlandsberg, Steiermark 8530<br />
                    289: Phone: +43-900-970144-1<br />
                    290: Email: <a href="mailto:austria@admins.ws">austria@admins.ws</a><br />
1.83      ian       291: URL: <a href="http://www.admins.ws/">http://www.admins.ws/</a>
                    292: </td>
1.88      ian       293:        <td>Admin WebSecurity offers OpenBSD based HIGH-END Security solutions. We
                    294: support *BSD and Linux installation, configuration, maintenance,
                    295: administration. Our staff is specialized in Security Audits, VPN, IDS, IRS
                    296: and Firewall Design. We offer services in Austria, Germany and
                    297: Switzerland.
                    298:
1.83      ian       299:
                    300: </td></tr>
                    301: <tr>
                    302: <td bgcolor="White">
1.78      ian       303: <i>Tom Knienieder</i><br />
                    304: <b>Consultant</b><br />
                    305: Brandlweg 2a<br />
1.79      ian       306: Innsbruck, Tirol A-6020<br />
1.78      ian       307: Phone: +41 79 230 78 24<br />
                    308: Email: <a href="mailto:tom@knienieder.com">tom@knienieder.com</a><br />
                    309: URL: <a href="http://www.knienieder.com/">http://www.knienieder.com/</a>
                    310: </td>
                    311:        <td>OpenBSD setup, support and consulting, focus on security.
1.83      ian       312: More than 14 years system software development in C.
1.72      ian       313: Will also travel to Germany, Italy and Switzerland.
1.91      ian       314:
                    315: </td></tr>
1.99      ian       316: <tr>
                    317: <td bgcolor="White">
                    318: <i>Dipl.-Ing. Gernot Schmied</i><br />
                    319: <b>IKTech</b><br />
                    320: Mariahilferstrasse 81, 2/2/9<br />
                    321: Vienna, Vienna A-1060<br />
                    322: Phone: +43-6991-9235834<br />
                    323: Email: <a href="mailto:office@iktech.net">office@iktech.net</a><br />
                    324: URL: <a href="http://www.iktech.net/">http://www.iktech.net/</a>
                    325: </td>
                    326:        <td>IKTech is a team of experienced security, network and systems
                    327: engineers. We are systems integrators supporting OpenBSD, FreeBSD,
                    328: NetBSD, Linux and Solaris and are the authoritative competence
                    329: center for Open Source as well as commercial UNIX-based routing
                    330: solutions in the area. We have a strong focus in high-end integrated
                    331: gateways featuring access, dynamic routing, VPN, firewalling and
                    332: IDSs.
                    333:
                    334: </td></tr>
1.91      ian       335: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
                    336: <a name='Belgium'></a>
                    337: <b>Belgium</b>
                    338: </td></tr>
                    339: <tr>
                    340: <td bgcolor="White">
1.99      ian       341: <i>Xavier Santolaria</i><br />
                    342: <b>Xavier Santolaria Consulting</b><br />
                    343: Rue Paul Devigne, 46<br />
                    344: Brussels, Brabant 1030<br />
                    345: Phone: +32 (0)477 48 41 25<br />
                    346: Email: <a href="mailto:xavier@santolaria.net">xavier@santolaria.net</a><br />
                    347: URL: <a href="http://consulting.santolaria.net/">http://consulting.santolaria.net/</a>
                    348: </td>
                    349:        <td>OpenBSD servers and firewalls installation and implementation.
                    350: 24/7 support, consultancy, maintenance of both hardware and software,
                    351: remote and on-site support.
                    352:
                    353: </td></tr>
                    354: <tr>
                    355: <td bgcolor="White">
1.91      ian       356: <i>Philippe Bresoux</i><br />
                    357: <b>PHB Solutions</b><br />
                    358: rue Mullier, 34<br />
                    359: Tournai, Hainaut 7500<br />
                    360: Phone: +32 (0)497 48 33 70<br />
                    361: FAX: +32 (0)69 21 33 98<br />
                    362: Email: <a href="mailto:philippe.bresoux@phbsolutions.com">philippe.bresoux@phbsolutions.com</a><br />
                    363: URL: <a href="http://www.phbsolutions.com/">http://www.phbsolutions.com/</a>
                    364: </td>
                    365:        <td>*BSD installation, maintenance, support and consulting services (file
                    366: servers, web servers, mail servers, database servers, routers). OpenBSD used
                    367: for any security related appliances.
1.13      ian       368:
1.78      ian       369: </td></tr>
                    370: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian       371: <a name='Brazil'></a>
1.78      ian       372: <b>Brazil</b>
                    373: </td></tr>
                    374: <tr>
                    375: <td bgcolor="White">
1.85      ian       376: <i>Daniel B. Cid</i><br />
                    377: <b>OpenSolutions Consultoria</b><br />
                    378: SQN 303 bl C apt 503<br />
                    379: Brasilia, DF 70735-030<br />
                    380: Phone: 55 xx 61 06175887<br />
                    381: FAX: 55 xx 61 3263668<br />
                    382: Email: <a href="mailto:contato@opensolutions.com.br">contato@opensolutions.com.br</a><br />
                    383: URL: <a href="http://www.opensolutions.com.br">http://www.opensolutions.com.br</a>
                    384: </td>
                    385:        <td>We provide all kinds of services and solutions using
                    386: OpenBSD and other Open Source Packages. Security is
                    387: our principal goal.
                    388:
                    389: </td></tr>
                    390: <tr>
                    391: <td bgcolor="White">
1.78      ian       392: <i>Gustavo Prado</i><br />
                    393: <b>QAC- Quality Assurance Consult Ltda</b><br />
                    394: AV Barao Homem de Melo, 4386 7 andar<br />
1.79      ian       395: Belo Horizonte, Minas Gerais 30750-330<br />
1.78      ian       396: Phone: 55 xx 31 32920623<br />
                    397: FAX: 55 xx 31 32920623<br />
                    398: Email: <a href="mailto:gustavo@qaconsulting.com.br">gustavo@qaconsulting.com.br</a><br />
                    399: URL: <a href="http://www.qaconsulting.com.br">http://www.qaconsulting.com.br</a>
                    400: </td>
                    401:        <td>We specialize in network/security/wireless-LAN solutions,
1.72      ian       402: and we think that OpenBSD is the best choice.
                    403:
1.78      ian       404: </td></tr>
                    405: <tr>
                    406: <td bgcolor="White">
1.83      ian       407: <i>Eduardo Augusto Alvarenga</i><br />
                    408: <b>Consultant</b><br />
                    409: Tv. Honório José dos Santos, 823<br />
                    410: Belém, Pará 66033-340<br />
                    411: Phone: +55 91 2520161 / +55 91 2234996<br />
                    412: FAX: +55 91 2234996<br />
                    413: Email: <a href="mailto:eduardo@thrx.dyndns.org">eduardo@thrx.dyndns.org</a><br />
                    414: URL: <a href="http://thrx.dyndns.org/">http://thrx.dyndns.org/</a>
                    415: </td>
                    416:        <td>NetBSD/OpenBSD/Slackware installation, maintenance and consulting into
                    417: Secure Network enviroments. I also offer support and consulting on IDS,
                    418: Firewalls, VPNs and encryption, djb-ware (qmail/djbdns/etc), mySQL,
                    419: Apache, Squid, Samba, Radius, FTP and others on i386, Sparc{64} and Alpha.
                    420:
                    421: </td></tr>
                    422: <tr>
                    423: <td bgcolor="White">
1.78      ian       424: <i>Luiz Guilherme Domanski</i><br />
                    425: <b>SafeCore Network Solutions</b><br />
                    426: R. Visconde do Rio Branco, 1717, cj. 74<br />
1.79      ian       427: Curitiba, Paraná 80420-210<br />
1.78      ian       428: Phone: +55 (41) 224-1785<br />
                    429: FAX: +55 (41) 224-1785<br />
                    430: Email: <a href="mailto:safecore@SafeCore.NET">safecore@SafeCore.NET</a><br />
                    431: URL: <a href="http://SafeCore.NET/">http://SafeCore.NET/</a>
                    432: </td>
                    433:        <td>OpenBSD installation, configuring and maintenance. Network consulting and
1.58      ian       434: maintenance, especially with OpenBSD servers. We provide services in the entire
                    435: country and Mercosul.
                    436:
1.78      ian       437: </td></tr>
                    438: <tr>
                    439: <td bgcolor="White">
1.87      ian       440: <i>Marcos Bogner</i><br />
                    441: <b>Consultant</b><br />
                    442: Tamoio, 2864<br />
                    443: Canoas, Rio Grande do Sul  92120-002<br />
                    444: Phone: +55 51 91399618<br />
                    445: Email: <a href="mailto:marcos@cristaltec.com.br">marcos@cristaltec.com.br</a><br />
                    446: URL: <a href="http://bogner.cristaltec.com.br/">http://bogner.cristaltec.com.br/</a>
                    447: </td>
                    448:        <td>Administracao de sistemas *nix especialmente OpenBSD, vivencia
                    449: em gerenciamento remoto de servidores. Desenvolvimento de software
                    450: para plataforma *nix. OpenBSD administration and *nix software
                    451: development.  And quoting Tobias Weingartner "If people pay for plane
                    452: ticket, food and lodging, then I'll travel almost anywhere. :-)"
                    453:
                    454: </td></tr>
                    455: <tr>
                    456: <td bgcolor="White">
1.78      ian       457: <i>Gustavo H. Maultasch</i><br />
                    458: <b>Gaz Virtual</b><br />
                    459: Rua Tonelero, 203/601<br />
1.99      ian       460: Rio de Janeiro, Rio de Janeiro<br />
1.78      ian       461: Phone: +55-21-577-0207<br />
                    462: FAX: +55-21-547-5005<br />
                    463: Email: <a href="mailto:gaz@gazvirtual.com.br">gaz@gazvirtual.com.br</a><br />
                    464: URL: <a href="http://www.gazvirtual.com.br/">http://www.gazvirtual.com.br/</a>
                    465: </td>
                    466:        <td>We provide all kinds of services for web development and security
1.60      ian       467: on OpenBSD, FreeBSD, and NetBSD, including firewalls, secure servers,
                    468: proxies and network administration.
                    469:
1.78      ian       470: </td></tr>
                    471: <tr>
                    472: <td bgcolor="White">
1.100     ian       473: <i>Anderson Ferreira</i><br />
1.99      ian       474: <b>Intraserv Soluções em Tecnologia.</b><br />
                    475: Honorio 1850 106<br />
                    476: Rio de Janeiro , Rio de Janeiro 21545-160<br />
                    477: Phone: 55 xx 21 3880-5872 / 55 xx 21 92]628-9279<br />
                    478: FAX: 55 xx 21 3880-5872<br />
                    479: Email: <a href="mailto:contato@intraserv.com.br">contato@intraserv.com.br</a><br />
                    480: URL: <a href="http://www.intraserv.com.br/">http://www.intraserv.com.br/</a>
                    481: </td>
1.100     ian       482:        <td>OpenBSD/Linux installation, configuration, and security audits. I
                    483: also offer support and consulting on IDS, Firewalls, VPNs and
1.99      ian       484: encryption, bind, mySQL, Apache, Squid, Samba, Radius, FTP and others
                    485: on i386.
                    486:
                    487: </td></tr>
                    488: <tr>
                    489: <td bgcolor="White">
1.78      ian       490: <i>Jean Everson Martina</i><br />
                    491: <b>Athom Consulting Ltda.</b><br />
                    492: R: Andrelino Natividade da Costa,108<br />
1.79      ian       493: Florianópolis, Santa Catarina 88090-390<br />
1.78      ian       494: Phone: +55 (48) 244-4092 or 9962-2337<br />
                    495: FAX: +55 (48) 248-0751<br />
                    496: Email: <a href="mailto:athom@athom.com.br">athom@athom.com.br</a><br />
                    497: URL: <a href="http://www.athom.com.br/">http://www.athom.com.br/</a>
                    498: </td>
                    499:        <td>We provide training, support and consulting in Unix-like Operating
1.65      pvalchev  500: Systems, especially security issues, like firewalls, Certification
1.72      ian       501: Authorities, Secure Web Servers and so on.
1.58      ian       502:
1.78      ian       503: </td></tr>
                    504: <tr>
                    505: <td bgcolor="White">
                    506: <i>Piero Bittencourt Contezini</i><br />
                    507: <b>Gsek Unix Secure Networks</b><br />
                    508: Mario Lobo, 61/709<br />
1.79      ian       509: Joinville, Santa Catarina 89201-330<br />
1.78      ian       510: Phone: +55 021 47 4226696<br />
                    511: FAX: +55 021 47 4226696<br />
                    512: Email: <a href="mailto:piero@gsek.com.br">piero@gsek.com.br</a><br />
                    513: URL: <a href="http://www.gsek.com.br/">http://www.gsek.com.br/</a>
                    514: </td>
                    515:        <td>We develop Security Systems for Networks, Firewalls, Intrusion Detection
1.45      ian       516: systems, Integrated Networks, Secure sites, E-commerce, Databases using
                    517: RSA, SSL and Kerberos protocols under OpenBSD, Linux, NetBSD and others.
                    518:
1.78      ian       519: </td></tr>
                    520: <tr>
                    521: <td bgcolor="White">
                    522: <i>Marcello Morsello</i><br />
                    523: <b>Tecno21 Inform&aacute;tica Ltda.</b><br />
                    524: Rua Albuquerque Lins, 804 cj. 31<br />
1.79      ian       525: S&atilde;o Paulo, SP 01230-000<br />
1.78      ian       526: Phone: +55 (11) 3825-2472<br />
                    527: FAX: +55 (11) 3825-2472<br />
                    528: Email: <a href="mailto:morsello@tecno21.com.br">morsello@tecno21.com.br</a><br />
                    529: URL: <a href="http://www.tecno21.com.br/">http://www.tecno21.com.br/</a>
                    530: </td>
                    531:        <td>OpenBSD firewall/gateway/proxy for ADSL/ISDN installation and
1.72      ian       532: update services.  C/C++, PERL, Java and Kylix development on UNIX
                    533: (*BSD, Linux, AIX, Solaris, HP-UX, HP-VV).  GNU software configuration
                    534: and support on commercial UNIXes.
                    535:
1.78      ian       536: </td></tr>
1.99      ian       537: <tr>
                    538: <td bgcolor="White">
                    539: <i>Ricardson Williams</i><br />
                    540: <b>RWM NET Consultant</b><br />
                    541: R.Prece, 77<br />
                    542: São Paulo, São Paulo<br />
                    543: Phone: 55 11 6966-7765<br />
                    544: Email: <a href="mailto:ricardson.williams@bol.com.br">ricardson.williams@bol.com.br</a><br />
                    545: </td>
                    546:        <td>OpenBSD installation, configuring and maintenance.
                    547: Projects: Firewall,Proxy and File Server.
                    548:
                    549: </td></tr>
                    550: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
                    551: <a name='Bulgaria'></a>
                    552: <b>Bulgaria</b>
                    553: </td></tr>
                    554: <tr>
                    555: <td bgcolor="White">
                    556: <i>Yovko Lambrev</i><br />
                    557: <b>OpenIntegra Ltd.</b><br />
                    558: Slatina, Hristo Smirnenski Housing Estate, bl. 31A, fl. 15, ap. 74<br />
                    559: Sofia, Sofia 1574<br />
                    560: Phone: 359 888 449 669<br />
                    561: FAX: 359 888 262 552<br />
                    562: Email: <a href="mailto:info@openintegra.com">info@openintegra.com</a><br />
                    563: URL: <a href="http://www.openintegra.com/">http://www.openintegra.com/</a>
                    564: </td>
                    565:        <td>A Bulgarian open source support and services company. BSD and
                    566: Linux-based solutions provider.
                    567:
                    568: </td></tr>
1.87      ian       569: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
                    570: <a name='Canada'></a>
                    571: <b>Canada</b>
                    572: </td></tr>
1.78      ian       573: <tr>
                    574: <td bgcolor="White">
1.87      ian       575: <i>Bob DeBolt</i><br />
                    576: <b>Starblanket Research</b><br />
                    577: 521 - Whiteland Dr NE<br />
                    578: Calgary, Alberta T1Y-3S5<br />
                    579: Phone: 1-877-280-3695 (North America)<br />
                    580: Email: <a href="mailto:bob.debolt@telusplanet.net">bob.debolt@telusplanet.net</a><br />
                    581: </td>
                    582:        <td>All of our production servers are based on OpenBSD. A
                    583: partial list of our servers includes the scalable OpenBSD firewall,
                    584: <em>True Web Content Filtering</em> and caching-proxies,
                    585: each of which is based on the increasingly sophisticated OpenBSD - PF
                    586: firewall servers. We develop and manage security policies for educational
                    587: institutions and SOHO/Corporate environments.
1.42      ian       588:
1.78      ian       589: </td></tr>
                    590: <tr>
                    591: <td bgcolor="White">
                    592: <i>Tobias Weingartner</i><br />
                    593: <b>Consultant</b><br />
                    594: Apt. B 7707-110 Street<br />
1.79      ian       595: Edmonton, Alberta T6G 1G3<br />
1.78      ian       596: Phone: (780)720-8539<br />
                    597: Email: <a href="mailto:weingart@tepid.org">weingart@tepid.org</a><br />
                    598: URL: <a href="http://www.tepid.org/~weingart/">http://www.tepid.org/~weingart/</a>
                    599: </td>
                    600:        <td>Have worked on Intel 386 boot code, Unix administration, etc, etc. If
1.67      ian       601: people pay for plane ticket, food and lodging, then I'll travel
                    602: almost anywhere. :-)
1.13      ian       603:
1.78      ian       604: </td></tr>
                    605: <tr>
                    606: <td bgcolor="White">
                    607: <i>Nicholas Janzen</i><br />
                    608: <b>Third-Net.Com INC</b><br />
                    609: Suite 630, 440, 10816 Macleod Trail S.W.<br />
1.79      ian       610: Calgary, Alberta T2J 5N8<br />
1.78      ian       611: Phone: (403) 301-1917<br />
                    612: Email: <a href="mailto:info@third-net.com">info@third-net.com</a><br />
                    613: URL: <a href="http://www.third-net.com/">http://www.third-net.com/</a>
                    614: </td>
                    615:        <td>We provide OpenBSD-based secure networks, using VPN's to link offices
1.58      ian       616: together.
                    617: Third-Net.Com specializes in web applications, co-location's and firewall
1.66      ian       618: setup and maintenance. We also work on programming projects for
1.58      ian       619: UNIX in C/C++.
                    620:
1.78      ian       621: </td></tr>
                    622: <tr>
                    623: <td bgcolor="White">
                    624: <i>Bob Beck</i><br />
                    625: <b>Obtuse Systems Corporation</b><br />
                    626: 8101 160 Street<br />
1.79      ian       627: Edmonton, Alberta T5R 2G9<br />
1.78      ian       628: Phone: 780 481 6576<br />
                    629: Email: <a href="mailto:beck@obtuse.com">beck@obtuse.com</a><br />
                    630: URL: <a href="http://www.obtuse.com/">http://www.obtuse.com/</a>
                    631: </td>
                    632:        <td>Worked on many daemons, kernel network code, transparent proxies,
1.30      ian       633: SSL integration. Experienced in Firewalls, IPsec, Kerberos,
                    634: Intrusion Detection, Secure web servers. Big systems with heavy
1.72      ian       635: load. Instruction and Training. Have also used and administered
                    636: AIX, SunOS/Solaris, IRIX, *BSD, BSDI, HP/UX, Linux, WinNT/95/98/2000,
1.30      ian       637: and others which no longer exist.
                    638:
1.78      ian       639: </td></tr>
                    640: <tr>
                    641: <td bgcolor="White">
1.87      ian       642: <i>Ryan McBride</i><br />
                    643: <b>Countersiege Systems Corporation</b><br />
                    644: PO Box SP1 - 989 Nelson Street<br />
                    645: Vancouver, British Columbia V6Z 2S1<br />
                    646: Phone: (604) 726-4225<br />
                    647: FAX: (604) 726-4201<br />
                    648: Email: <a href="mailto:mcbride@countersiege.com">mcbride@countersiege.com</a><br />
                    649: URL: <a href="http://www.countersiege.com/">http://www.countersiege.com/</a>
                    650: </td>
                    651:        <td>"Defense in depth" oriented consulting and professional services.
                    652: OpenBSD Installation and configuration with a training focus: we help
                    653: you do it and teach you how it works, so next time you can do it
                    654: yourself.
                    655:
                    656: </td></tr>
                    657: <tr>
                    658: <td bgcolor="White">
1.88      ian       659: <i>Glenn Graham</i><br />
                    660: <b>inTEXT Communications Inc</b><br />
                    661: 1020 - 400 Burrard Street<br />
                    662: Vancouver, British Columbia V6G 3E1<br />
                    663: Phone: 604-801-5555<br />
                    664: Email: <a href="mailto:glenn@networkinformation.com">glenn@networkinformation.com</a><br />
                    665: URL: <a href="http://www.networkinformation.com/">http://www.networkinformation.com/</a>
                    666: </td>
                    667:        <td>inTEXT Communications was founded in 1994 as a Unix Management Provider.
                    668: We support OpenBSD, BSDi, Solaris and other Unix variants. Services include
                    669: co-location, tele-commuting, and on-site service anywhere in North America.
                    670: Our operations center is located inside a secure 800 sq. ft. vault and
                    671: equipped with 12 monitored workstations.
                    672:
                    673: </td></tr>
                    674: <tr>
                    675: <td bgcolor="White">
1.78      ian       676: <i>Roy Nicholl</i><br />
                    677: <b>Atlantic Systems Group</b><br />
                    678: Incutech Centre, 8 Garland Court<br />
1.79      ian       679: Fredericton, NB E3B 6C2<br />
1.99      ian       680: Phone: +1.506.471.4126<br />
                    681: FAX: +1.506.452.9704<br />
1.78      ian       682: Email: <a href="mailto:Professional.Services@ASGtechnologies.com">Professional.Services@ASGtechnologies.com</a><br />
                    683: URL: <a href="http://www.ASGtechnologies.com/">http://www.ASGtechnologies.com/</a>
                    684: </td>
1.99      ian       685:        <td>The principals of Surety Partners have more than 20 years experience
                    686: providing security, software process improvement, architectural and
                    687: design services to business and organizations globally.
1.15      ian       688:
1.78      ian       689: </td></tr>
                    690: <tr>
                    691: <td bgcolor="White">
                    692: <i>Peter William Lount</i><br />
                    693: <b>Active Information Corporation</b><br />
                    694: 1917 West 4th Avenue, #14<br />
1.79      ian       695: Vancouver, British Columbia V6J 1M7<br />
1.78      ian       696: Phone: 604-736-2461<br />
                    697: FAX: 604-736-2266<br />
                    698: Email: <a href="mailto:OpenBSD@ActiveInfo.CA">OpenBSD@ActiveInfo.CA</a><br />
                    699: URL: <a href="http://www.ActiveInfo.CA/OpenBSD/">http://www.ActiveInfo.CA/OpenBSD/</a>
                    700: </td>
                    701:        <td>Twenty two years of UNIX system administration experience. OpenBSD,
1.76      ian       702: FreeBSD, Linux installation, configuration, maintenance. We provide
                    703: consulting, training, security auditing and analysis. We install ready
                    704: to go monitored firewalls for home and businesses. We support businesses
                    705: with all aspects of their online activity including servers, e-commerce,
                    706: security and web. Will work anywhere in Canada, USA, Costa Rica,
                    707: Singapore, Australia or just about anyplace and anytime.
                    708:
1.78      ian       709: </td></tr>
                    710: <tr>
                    711: <td bgcolor="White">
1.94      ian       712: <i>Serge Chevarie-Pelletier</i><br />
                    713: <b>Surety Partners</b><br />
                    714: 527 Beaverbrook Court, Suite 191<br />
                    715: Fredericton, New Brunswick E3B 1X6<br />
                    716: Phone: +1.506.447.8863<br />
                    717: Email: <a href="mailto:OpenBSD@SuretyPartners.ca">OpenBSD@SuretyPartners.ca</a><br />
                    718: URL: <a href="http://www.SuretyPartners.ca/">http://www.SuretyPartners.ca/</a>
                    719: </td>
                    720:        <td>The principals of Surety Partners have more than 20 years experience
                    721: providing security, software process improvement, architectural and
                    722: design services to business and organizations globally.
                    723:
                    724: </td></tr>
                    725: <tr>
                    726: <td bgcolor="White">
1.87      ian       727: <i>Steve Platek</i><br />
                    728: <b>UniTECH Communications London</b><br />
                    729: 383 Richmond Street Suite 403<br />
                    730: London, Ontario N6A 3C4<br />
                    731: Phone: (519)521-7901<br />
                    732: FAX: (519)660-6770<br />
                    733: Email: <a href="mailto:splatek@unitechlon.ca">splatek@unitechlon.ca</a><br />
                    734: URL: <a href="http://www.unitechlon.ca/">http://www.unitechlon.ca/</a>
                    735: </td>
                    736:        <td>We supply and configure OpenBSD based firewalls and managed Internet
                    737: servers.We have been involved in the UNIX industry for 15 Years. Sun
                    738: Solaris, AIX and Linux support also available.
                    739: We have adapted the OpenBSD kernel for specific use for Automotive,
                    740: Manufacturing and Internet Service Providers.
                    741: The only way to RUN the Internet is OpenBSD!
                    742:
                    743: </td></tr>
                    744: <tr>
                    745: <td bgcolor="White">
1.78      ian       746: <i>Ian F. Darwin</i><br />
                    747: <b>Consultant</b><br />
                    748: R R # 1<br />
1.79      ian       749: Palgrave, Ontario L0N 1P0<br />
1.78      ian       750: Phone: +1 905-729-3002<br />
                    751: Email: <a href="mailto:ian@darwinsys.com">ian@darwinsys.com</a><br />
                    752: URL: <a href="http://www.darwinsys.com/openbsd/">http://www.darwinsys.com/openbsd/</a>
                    753: </td>
                    754:        <td>OpenBSD installation, configuration, firewall setup.
1.87      ian       755: Software development in C and/or Java.
                    756: Mac OS X Consulting.
1.72      ian       757: Author of
1.61      ian       758: <a href="http://www.oreilly.com/catalog/lint/">Checking C Programs with Lint</a>
1.72      ian       759: and
                    760: <a href="http://javacook.darwinsys.com/">The Java Cookbook</a>,
1.99      ian       761: co-author of
                    762: <a href="http://tomcatbook.darwinsys.com/">Tomcat: The
                    763: Definitive Guide</a>, all from O'Reilly.
1.72      ian       764: Wrote a UNIX course and two Java courses for
1.78      ian       765: <a href="http://www.learningtree.com/">Learning Tree International</a>.
1.72      ian       766: Speaker at conferences including
                    767: <a href="http://conferences.oreilly.com/oscon/">
1.61      ian       768: O'Reilly Open Source Conference</a>.
1.42      ian       769:
1.78      ian       770: </td></tr>
                    771: <tr>
                    772: <td bgcolor="White">
1.99      ian       773: <i>Scott Augustus</i><br />
                    774: <b>brainwidth-tek</b><br />
                    775: 120 Oriole Pkwy Suite 102<br />
                    776: Toronto, Ontario M5P 2G8<br />
                    777: Phone: 416-274-1913<br />
                    778: Email: <a href="mailto:scott@brainwidth-tek.com">scott@brainwidth-tek.com</a><br />
                    779: URL: <a href="http://www.brainwidth-tek.com/">http://www.brainwidth-tek.com/</a>
                    780: </td>
                    781:        <td>Over 5 years exclusive OpenBSD experience configuring and
                    782: installing key components such as VPN, IDS, HTTP, FTP, IPSEC,
                    783: LAN/WAN/SAN, WLAN/WEP, DNS, LDAP, NIS, NFS, Samba PDC, SMTP and
                    784: firewalls.  We also have experience with FreeBSD, Linux and Mac OS.
                    785:
                    786: </td></tr>
                    787: <tr>
                    788: <td bgcolor="White">
1.78      ian       789: <i>Russell P. Sutherland</i><br />
                    790: <b>Quist Consulting</b><br />
                    791: 219 Donlea Drive<br />
1.79      ian       792: Toronto, Ontario M4G 2N1<br />
1.78      ian       793: Phone: 416 696-7600<br />
                    794: FAX: 416 978-6620<br />
                    795: Email: <a href="mailto:russ@quist.ca">russ@quist.ca</a><br />
                    796: URL: <a href="http://www.quist.ca/">http://www.quist.ca/</a>
                    797: </td>
                    798:        <td> OpenBSD Installation and Configuration.
1.42      ian       799: Qmail, Ezmlm, Apache, DNS expertise for small and large sites.
                    800: Networking (LAN and WAN) and security advice.
1.40      ian       801:
1.78      ian       802: </td></tr>
                    803: <tr>
                    804: <td bgcolor="White">
1.94      ian       805: <i>Maxime Labelle</i><br />
                    806: <b>Consultant</b><br />
                    807: Hypolite-Bernier<br />
                    808: Levis, Québec G6V 7M1<br />
                    809: Phone: 418-838-1470<br />
                    810: Email: <a href="mailto:info@vt220.com">info@vt220.com</a><br />
                    811: URL: <a href="http://www.vt220.com/">http://www.vt220.com/</a>
1.87      ian       812: </td>
1.94      ian       813:        <td>Have been working with OpenBSD for 6 years. Wrote shex, the shell extention
                    814: application. Author of the OpenBSD-specific book "OpenBSD: Installation,
                    815: configuration et administration. Un guide pratique pour UNIX" (in french)
                    816: soon available on amazon. OpenBSD installation, configuration,
                    817: administration, daemons configuration, firewall configuration and
                    818: programming in C, C++, Perl, SQL, PHP.
1.87      ian       819:
                    820: </td></tr>
                    821: <tr>
                    822: <td bgcolor="White">
1.99      ian       823: <i>James Sosontovich</i><br />
                    824: <b>Consultant</b><br />
                    825: 128 Prince Rupert<br />
                    826: Pointe Claire, Québec H9R 1M2<br />
                    827: Phone: 514-919-4817<br />
                    828: FAX: 514-227-5345<br />
                    829: Email: <a href="mailto:jjpsos@sympatico.ca">jjpsos@sympatico.ca</a><br />
1.101     ian       830: URL: <a href="http://www-sympatico-ca.no-ip.com/">http://www-sympatico-ca.no-ip.com/</a>
1.99      ian       831: </td>
1.101     ian       832:        <td>Specialist in database development on OpenBSD
                    833: and other UNIX platforms; specifically using PostgreSQL,
1.99      ian       834: OpenSSH, PuTTY, Curses::UI.
                    835:
                    836: </td></tr>
                    837: <tr>
                    838: <td bgcolor="White">
1.78      ian       839: <i>David Lebel</i><br />
                    840: <b>nobiazé Inc.</b><br />
                    841: 2250 Notre-Dame, suite 102<br />
1.79      ian       842: Montréal, Québec H3J 2V4<br />
1.78      ian       843: Phone: 514 943-3045<br />
                    844: FAX: 514 938-8881<br />
                    845: Email: <a href="mailto:david.lebel@nobiaze.com">david.lebel@nobiaze.com</a><br />
                    846: URL: <a href="http://www.nobiaze.com/">http://www.nobiaze.com/</a>
                    847: </td>
                    848:        <td>OpenBSD installation, configuration, and security audits. Expertise in Web,
1.71      lebel     849: DNS, security and E-Mail software, covering postfix, qmail, djbdns, Apache,
                    850: BIND, and many others. We will help you set up your OpenBSD environment and
                    851: secure your network with open source software.  We also provide support for
                    852: other operating systems, such as Solaris, Linux, and IRIX.  We speak English
                    853: and French and we prefer to work locally in Montréal. Contact us for all your
                    854: system administration needs.
1.72      ian       855:
1.78      ian       856: </td></tr>
                    857: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian       858: <a name='China'></a>
                    859: <b>China</b>
1.78      ian       860: </td></tr>
                    861: <tr>
                    862: <td bgcolor="White">
                    863: <i>Jeffrey Vong</i><br />
                    864: <b>Internet Access HK Limited</b><br />
                    865: 20/Floor, 28 Tang Lung Street<br />
1.79      ian       866: Causewaybay, Hong Kong<br />
1.78      ian       867: Phone: +852-2421-3121<br />
                    868: FAX: +852-2401-0055<br />
                    869: Email: <a href="mailto:jvong@ia.com.hk">jvong@ia.com.hk</a><br />
                    870: URL: <a href="http://www.ia.com.hk/">http://www.ia.com.hk/</a>
                    871: </td>
                    872:        <td>Over 6 years of custom made developments on BSD systems. Consultancy
1.6       ian       873: of security and mission critical solutions on BSD platforms.
                    874:
1.78      ian       875: </td></tr>
                    876: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian       877: <a name='Colombia'></a>
1.78      ian       878: <b>Colombia</b>
                    879: </td></tr>
                    880: <tr>
                    881: <td bgcolor="White">
                    882: <i>Julio Cesar Pinto</i><br />
                    883: <b>IFX NETWORKS</b><br />
                    884: CL 100 # 8A-35 TC PISO 10<br />
1.79      ian       885: Bogota, DC 57111<br />
1.78      ian       886: Phone: (571) 3256008<br />
                    887: FAX: (571) 3256025<br />
                    888: Email: <a href="mailto:Dirección de correo electrónico (jc@ifx.com.co)">Dirección de correo electrónico (jc@ifx.com.co)</a><br />
                    889: URL: <a href="http://www.ifx.com.co/">http://www.ifx.com.co/</a>
                    890: </td>
                    891:        <td>Especialistas en seguridad (cortafuegos, VPNs, auditoras de
1.72      ian       892: seguridad, sistemas de detección de intrusos, etc... ). También
                    893: ofrecemos instalación y configuración de sistemas, integración de
                    894: sistemas, afinamiento del rendimiento, recuperación de datos,
                    895: arquitectura de redes y programación. OpenBSD, NetBSD, FreeBSD, Linux y
                    896: muchos sistemas comerciales.
1.78      ian       897: </td></tr>
1.88      ian       898: <tr>
                    899: <td bgcolor="White">
                    900: <i>David Eduardo Acosta R.</i><br />
                    901: <b>Internet Solutions Ltda.</b><br />
1.96      ian       902: Cra. 11 No. 71-41 of. 202 Edificio Torre Avenida Chile<br />
1.88      ian       903: Bogotá D.C., Cundinamarca 90052<br />
1.96      ian       904: Phone: +571 3120910<br />
1.88      ian       905: Email: <a href="mailto:david.acosta@internet-solutions.com.co">david.acosta@internet-solutions.com.co</a><br />
1.96      ian       906: URL: <a href="http://www.internet-solutions.com.co">http://www.internet-solutions.com.co</a>
1.88      ian       907: </td>
                    908:        <td>Internet Solutions ofrece servicios de alto nivel basados en
                    909: soluciones de software que cumplen los estándares de licenciamiento
1.96      ian       910: Open Source (Linux, *BSD, poniendo especial énfasis en OpenBSD por
1.88      ian       911: su seguridad integrada), consultorías en seguridad informática y
                    912: soluciones comerciales líderes en el mercado, así como la integración
                    913: de estos sistemas en las arquitecturas computacionales de nuestros
                    914: clientes.  Nuestro portafolio se enfoca principalmente a conjugar
                    915: servicios profesionales de calidad con herramientas tecnológicas
                    916: de primer nivel basadas en sistemas UNIX.
1.96      ian       917:
1.88      ian       918: </td></tr>
1.78      ian       919: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian       920: <a name='Costa'></a>
1.78      ian       921: <b>Costa Rica</b>
                    922: </td></tr>
                    923: <tr>
                    924: <td bgcolor="White">
                    925: <i>Luis Cerdas</i><br />
                    926: <b>Rawten Latinoamerica, S.A.</b><br />
                    927: P.O. Box 4224<br />
1.79      ian       928: San Jose, San Jose 1000<br />
1.78      ian       929: Phone: +506 2240432<br />
                    930: FAX: +506 2359864<br />
                    931: Email: <a href="mailto:info@rawten.net">info@rawten.net</a><br />
                    932: URL: <a href="http://www.rawten.net/">http://www.rawten.net/</a>
                    933: </td>
                    934:        <td>Consulting and professional services work supporting Sun Microsystems
1.49      ian       935: and OpenBSD systems, carrier-scale messaging systems and global
1.79      ian       936: security infrastructure audits and implementation throughout Latin America.
                    937:
                    938: </td></tr>
                    939: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian       940: <a name='Czech'></a>
1.79      ian       941: <b>Czech Republic</b>
                    942: </td></tr>
                    943: <tr>
                    944: <td bgcolor="White">
1.102     ian       945: <i>Ond&#xc599;ej Such&yacute;</i><br />
1.99      ian       946: <b>LOGIOS system solutions</b><br />
                    947: Å aldova 7<br />
1.102     ian       948: &Uacute;st&iacute; nad Labem 400 01<br />
1.99      ian       949: Phone: +420 777 103 944<br />
                    950: FAX: +420 475 201 967<br />
                    951: Email: <a href="mailto:info@logios.cz">info@logios.cz</a><br />
                    952: URL: <a href="http://www.logios.cz/">http://www.logios.cz/</a>
                    953: </td>
                    954:        <td>Consulting and support services for OpenBSD, FreeBSD and Linux
                    955: systems. Server installation and maintenance. Security analysis,
                    956: incident handling, contingency plans, intrusion detection and
                    957: firewalls.
                    958:
                    959: </td></tr>
                    960: <tr>
                    961: <td bgcolor="White">
1.102     ian       962: <i>Simon Vostr&yacute;</i><br />
1.79      ian       963: <b>ZOOM International</b><br />
1.102     ian       964: Perlov&aacute;<br />
1.79      ian       965: Prague 110 00<br />
                    966: Phone: (+420 2)21 667 557<br />
                    967: FAX: (+420 2)21 667 553<br />
                    968: Email: <a href="mailto:openbsd@zoom-int.cz">openbsd@zoom-int.cz</a><br />
                    969: URL: <a href="http://www.zoom-int.cz/">http://www.zoom-int.cz/</a>
                    970: </td>
                    971:        <td>OpenBSD, NetBSD, FreeBSD and Linux installation, maintenance, support
                    972: services. Setup, configuration and firewall maintenance of OpenBSD based
                    973: servers; system and network administration. Security design and application
                    974: development under *BSD and Linux. Firewalls, IDS and bastion hosts building,
                    975: server performance tuning.
                    976:
                    977: </td></tr>
1.83      ian       978: <tr>
                    979: <td bgcolor="White">
                    980: <i>Petr Ruzicka</i><br />
                    981: <b>Core Computer</b><br />
                    982: Olbrachtova 3<br />
                    983: Prague, Prague 140 00<br />
                    984: Phone: + 420 2 4144 0005<br />
                    985: FAX: + 420 2 4144 1005<br />
                    986: Email: <a href="mailto:pruzicka@core.cz">pruzicka@core.cz</a><br />
                    987: URL: <a href="http://www.core.cz">http://www.core.cz</a>
                    988: </td>
                    989:        <td>OpenBSD instalation and support, security consultancy and design. We
                    990: also offer complete services connected with LAN, MAN and WAN data
                    991: communication systems.
                    992:
                    993: </td></tr>
1.79      ian       994: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian       995: <a name='Denmark'></a>
1.79      ian       996: <b>Denmark</b>
                    997: </td></tr>
                    998: <tr>
                    999: <td bgcolor="White">
1.87      ian      1000: <i>Bo Rising Rasmussen</i><br />
                   1001: <b>CADesign IT-ERHVERV</b><br />
                   1002: Rosensgade 26<br />
                   1003: Aarhus C 8100<br />
                   1004: Phone: +45 8730 0000<br />
                   1005: FAX: +45 8613 2731<br />
                   1006: Email: <a href="mailto:openbsd@cadesign.dk">openbsd@cadesign.dk</a><br />
                   1007: URL: <a href="http://www.cadesign.dk/">http://www.cadesign.dk/</a>
                   1008: </td>
                   1009:        <td>OpenBSD firewall, mailserver, webserver and IDS systems installation
                   1010: and maintenance.
                   1011: We also support FreeBSD and Linux systems. 8 years of experience with
                   1012: unix and security.
                   1013:
                   1014: </td></tr>
                   1015: <tr>
                   1016: <td bgcolor="White">
                   1017: <i>Martin Hein</i><br />
                   1018: <b>Zen Systems</b><br />
                   1019: Ny Kongensgade 9 B, 3 sal<br />
1.102     ian      1020: K&oslash;benhavn K 1472<br />
1.87      ian      1021: Phone: +45 26 123 999<br />
                   1022: Email: <a href="mailto:hein@zensystems.dk">hein@zensystems.dk</a><br />
                   1023: URL: <a href="http://zensystems.dk/">http://zensystems.dk/</a>
                   1024: </td>
                   1025:        <td>Zen Systems install and support OpenBSD and Linux platforms.
                   1026:
                   1027: </td></tr>
                   1028: <tr>
                   1029: <td bgcolor="White">
1.79      ian      1030: <i>Martin Hein</i><br />
                   1031: <b>Zen Systems</b><br />
                   1032: Skydebanegade 26, 3th<br />
1.102     ian      1033: K&oslash;benhavn V 1709<br />
1.79      ian      1034: Phone: +45 26 123 999<br />
                   1035: Email: <a href="mailto:hein@zensystems.dk">hein@zensystems.dk</a><br />
                   1036: URL: <a href="http://www.zensystems.dk">http://www.zensystems.dk</a>
                   1037: </td>
                   1038:        <td>Zen Systems install and support OpenBSD and Linux platforms.
1.49      ian      1039:
1.78      ian      1040: </td></tr>
                   1041: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1042: <a name='Finland'></a>
1.78      ian      1043: <b>Finland</b>
                   1044: </td></tr>
                   1045: <tr>
                   1046: <td bgcolor="White">
1.102     ian      1047: <i>Martin-&Eacute;ric Racine</i><br />
1.78      ian      1048: <b>Funkyware Consulting Oy</b><br />
                   1049: Niittymaantie 1 J 36<br />
1.79      ian      1050: Espoo 02200<br />
1.78      ian      1051: Phone: +358 50 574 7451<br />
                   1052: URL: <a href="http://www.pp.fishpool.fi/~q-funk/">http://www.pp.fishpool.fi/~q-funk/</a>
                   1053: </td>
                   1054:        <td>Multiplatform integration and multilingual content management
1.76      ian      1055: specialist, with a focus on Debian Linux and OpenBSD solutions.
                   1056: All products include documentation and handover training. Services
                   1057: available in English, Finnish, French or Russian worldwide.
                   1058:
1.78      ian      1059: </td></tr>
1.85      ian      1060: <tr>
                   1061: <td bgcolor="White">
                   1062: <i>Antti Halonen</i><br />
                   1063: <b>Exadata</b><br />
                   1064: Tullivuorentie 4 B D 114<br />
                   1065: Helsinki, HKI 00710<br />
                   1066: Phone: +358 9 22436535<br />
                   1067: FAX: +358 9 22436536<br />
                   1068: Email: <a href="mailto:info@exadata.fi">info@exadata.fi</a><br />
                   1069: URL: <a href="http://www.exadata.fi/">http://www.exadata.fi/</a>
                   1070: </td>
                   1071:        <td>Exadata provides database driven solutions and network consulting with
1.90      ian      1072: Linux, FreeBSD and OpenBSD network/Firewall servers.
1.85      ian      1073:
                   1074: </td></tr>
1.78      ian      1075: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1076: <a name='France'></a>
1.78      ian      1077: <b>France</b>
                   1078: </td></tr>
                   1079: <tr>
                   1080: <td bgcolor="White">
1.79      ian      1081: <i>Gilles LAMIRAL</i><br />
                   1082: <b>Ingénieur Conseil</b><br />
                   1083: 33 bis rue de Montfort<br />
                   1084: L'Hermitage, Bretagne 35590<br />
                   1085: Phone: +33 2 99 78 62 49<br />
                   1086: Email: <a href="mailto:gilles.lamiral@free.fr">gilles.lamiral@free.fr</a><br />
                   1087: URL: <a href="http://agil.hebergement-gratuit.com/">http://agil.hebergement-gratuit.com/</a>
                   1088: </td>
                   1089:        <td>Formation et conférences Linux/Unix, Accès Internet RNIS, ADSL, RTC;
                   1090: Systèmes de supervision réseau, Sécurité Pare-feux,
                   1091: Installation, configuration et maintenance d'intranets : messagerie
                   1092: (SMTP, POP, IMAP), serveurs de fichiers (samba, http, ftp, nfs).
                   1093: OpenBSD, Linux, FreeBSD, Solaris.
                   1094:
                   1095: </td></tr>
                   1096: <tr>
                   1097: <td bgcolor="White">
1.87      ian      1098: <i>Yannick Cadin</i><br />
                   1099: <b>DIABLOTIN</b><br />
                   1100: 3, rue Jacques Daguerre<br />
                   1101: Montigny-lès-Cormeilles, IdF 95370<br />
                   1102: Phone: +33 (0)6 60 60 10 48<br />
                   1103: FAX: +33 (0)6 61 60 10 48<br />
                   1104: Email: <a href="mailto:info@diablotin.com">info@diablotin.com</a><br />
                   1105: URL: <a href="http://www.diablotin.com/">http://www.diablotin.com/</a>
                   1106: </td>
                   1107:        <td>Formations systeme, services et applications sur les *BSD libres
                   1108: (OpenBSD, NetBSD et FreeBSD), Linux (certification Red Hat RHCE/RHCX) et Mac
                   1109: OS X.  Prestation directe, partenariat, sous-traitance, intra et
1.90      ian      1110: inter, partout dans le monde.  Formations <b>"Utile and Agreable"</b>:
1.87      ian      1111: <b>vacances studieuses</b> avec alternance de cours de haut niveau
                   1112: et de loisirs en fonction de la saison et la region d'accueil.
                   1113: Traduction, relecture et redaction en francais, anglais, allemand
                   1114: et espagnol.
                   1115:
                   1116: </td></tr>
                   1117: <tr>
                   1118: <td bgcolor="White">
1.88      ian      1119: <i>Saâd Kadhi</i><br />
                   1120: <b>HAPSIS</b><br />
                   1121: 66, Avenue des Champs Elysées<br />
                   1122: Paris, IDF 75008<br />
                   1123: Phone: +33 1 44 35 70 70<br />
                   1124: FAX: +33 1 44 35 70 71<br />
                   1125: Email: <a href="mailto:saad.kadhi@hapsis.fr">saad.kadhi@hapsis.fr</a><br />
1.99      ian      1126: URL: <a href="http://www.hapsis.fr/">http://www.hapsis.fr/</a>
1.88      ian      1127: </td>
                   1128:        <td>Consultancy and training firm focusing on Information Security  and
                   1129: Open Source. Our service offerings include OpenBSD training, deployment,
1.99      ian      1130: and expertise. Whenever possible, we recommend OpenBSD for deploying
                   1131: secure servers and gateways. Zone of operation includes France and other
1.88      ian      1132: countries as well.
                   1133:
                   1134: </td></tr>
                   1135: <tr>
                   1136: <td bgcolor="White">
1.78      ian      1137: <i>Jean-Jacques Bernard-Gundol</i><br />
                   1138: <b>Hervé Schauer Consultants (HSC)</b><br />
                   1139: 4bis, rue de la gare<br />
1.79      ian      1140: Levallois-Perret F-92300<br />
1.78      ian      1141: Phone: +33 141 409 700<br />
                   1142: FAX: +33 141 409 709<br />
                   1143: Email: <a href="mailto:Jean-Jacques.Bernard@hsc.fr">Jean-Jacques.Bernard@hsc.fr</a><br />
                   1144: URL: <a href="http://www.hsc.fr/">http://www.hsc.fr/</a>
                   1145: </td>
                   1146:        <td>Consultancy firm since 1989 with emphasis on Unix Security, TCP/IP
1.58      ian      1147: and Internet security. BSD experience since 386BSD. OpenBSD installation,
                   1148: support and consulting. Also Apache, DNS (Bind), Sendmail, Postfix...
                   1149:
1.78      ian      1150: </td></tr>
                   1151: <tr>
                   1152: <td bgcolor="White">
1.83      ian      1153: <i>Benoit Lecocq</i><br />
1.78      ian      1154: <b>Cartel Securite</b><br />
                   1155: 86, Rue Regnault<br />
1.79      ian      1156: Paris, IDF 75013<br />
1.78      ian      1157: Phone: +33 1 44 06 97 97<br />
                   1158: FAX: +33 1 44 06 97 99<br />
                   1159: Email: <a href="mailto:lecocq@cartel-securite.fr">lecocq@cartel-securite.fr</a><br />
                   1160: URL: <a href="http://www.cartel-securite.fr/">http://www.cartel-securite.fr/</a>
                   1161: </td>
1.83      ian      1162:        <td>We provide many services for security on OpenBSD and Linux,
1.76      ian      1163: Firewall, IDS, VPN.
1.58      ian      1164:
1.78      ian      1165: </td></tr>
                   1166: <tr>
                   1167: <td bgcolor="White">
                   1168: <i>Olivier Lemaire</i><br />
                   1169: <b>IDEALX</b><br />
                   1170: 15 Avenue de SEGUR<br />
1.79      ian      1171: Paris, IDF 75007<br />
1.78      ian      1172: Phone: +33 1 44 42 00 00<br />
                   1173: FAX: +33 1 44 42 00 01<br />
                   1174: Email: <a href="mailto:contact@IDEALX.com">contact@IDEALX.com</a><br />
                   1175: URL: <a href="http://www.IDEALX.com/">http://www.IDEALX.com/</a>
                   1176: </td>
                   1177:        <td>IDEALX, as an OpenSource engineering company, support *BSD and Linux
1.58      ian      1178: platforms, and particularly OpenBSD for security-needed solutions.
                   1179:
1.78      ian      1180: </td></tr>
                   1181: <tr>
                   1182: <td bgcolor="White">
                   1183: <i>Jean-Philippe Le Hénaff</i><br />
                   1184: <b>Labo-Unix - Supinfo</b><br />
                   1185: 23, rue de chateau Landon<br />
1.79      ian      1186: Paris, Paris 75010<br />
1.78      ian      1187: Phone: +33 6 63178927<br />
                   1188: FAX: +33 6 63178927<br />
                   1189: Email: <a href="mailto:staff@labo-unix.net">staff@labo-unix.net</a><br />
                   1190: URL: <a href="http://www.labo-unix.net/">http://www.labo-unix.net/</a>
                   1191: </td>
                   1192:        <td>We work a lot on Linux, NetBSD, FreeBSD and OpenBSD
1.61      ian      1193: (Configurations, Articles in French BSD and Linux Magazines).
                   1194:
1.78      ian      1195: </td></tr>
                   1196: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1197: <a name='Germany'></a>
1.78      ian      1198: <b>Germany</b>
                   1199: </td></tr>
                   1200: <tr>
                   1201: <td bgcolor="White">
1.83      ian      1202: <b>Symetric GmbH</b><br />
                   1203: Besselstr. 9<br />
                   1204: Mannheim, Baden-Wuerttemberg 68219<br />
                   1205: Phone: +49-621-8425630<br />
                   1206: FAX: +49-621-8425650<br />
                   1207: Email: <a href="mailto:office@symetric.de">office@symetric.de</a><br />
                   1208: URL: <a href="http://www.symetric.de/">http://www.symetric.de/</a>
                   1209: </td>
                   1210:        <td>OpenBSD Installation, Konfiguration und Wartung.Projekte: Mail-,
                   1211: Proxy-, Web- und File Server sowie Intrusion Detection
                   1212: und Firewallsysteme.
                   1213:
                   1214: </td></tr>
                   1215: <tr>
                   1216: <td bgcolor="White">
                   1217: <i>Alexander Lorenz</i><br />
                   1218: <b>x-warp consulting</b><br />
                   1219: Algasinger Weg 8<br />
                   1220: Dorfen/Obb, Bayern 84405<br />
                   1221: Phone: 00 (0) 8101 / 95 78 30<br />
                   1222: FAX: 00 (0) 8101 / 95 78 32<br />
                   1223: Email: <a href="mailto:support@x-warp.net">support@x-warp.net</a><br />
                   1224: URL: <a href="http://www.x-warp.net/">http://www.x-warp.net/</a>
                   1225: </td>
                   1226:        <td>Firewall configuration, planning and realisation of OpenBSD-based
                   1227: secure servers.
                   1228:
                   1229: </td></tr>
                   1230: <tr>
                   1231: <td bgcolor="White">
1.99      ian      1232: <i>Stefan Wieseckel</i><br />
                   1233: <b>swapspace</b><br />
                   1234: Schuetzenstr. 1<br />
                   1235: Heroldsberg, Bayern 90562<br />
                   1236: Phone: +49-(0)911-5182757<br />
                   1237: FAX: +49-(0)911-5182756<br />
                   1238: Email: <a href="mailto:info@swapspace.de">info@swapspace.de</a><br />
                   1239: URL: <a href="http://www.swapspace.de/">http://www.swapspace.de/</a>
                   1240: </td>
                   1241:        <td>System and network administration; setup, configuration and
                   1242: maintenance of Linux- and OpenBSD-based systems (firewalls,
                   1243: mailservers, webservers, DNS servers, ...).
                   1244:
                   1245: </td></tr>
                   1246: <tr>
                   1247: <td bgcolor="White">
1.88      ian      1248: <i>Security Consulting</i><br />
                   1249: <b>Admins WebSecurity</b><br />
                   1250: Rodenstocksiedlung 4<br />
                   1251: Regen, Bayern 94209<br />
                   1252: Phone: +49-9921-960888<br />
                   1253: Email: <a href="mailto:germany@admins.ws">germany@admins.ws</a><br />
                   1254: URL: <a href="http://www.admins.ws/">http://www.admins.ws/</a>
                   1255: </td>
                   1256:        <td>Admin WebSecurity offers OpenBSD based HIGH-END Security solutions. We
                   1257: support *BSD and Linux installation, configuration, maintennance,
                   1258: administration. Our staff is specialized in Security Audits, VPN, IDS, IRS
                   1259: and Firewall Design. We offer services in Austria, Germany and
                   1260: Switzerland.
                   1261:
                   1262: </td></tr>
                   1263: <tr>
                   1264: <td bgcolor="White">
1.87      ian      1265: <b>SUFFIX Informatik GmbH</b><br />
                   1266: Bueltenweg 27 E<br />
                   1267: Braunschweig, Niedersachsen D-38106<br />
                   1268: Phone: +49 (0)531 233 80 88<br />
                   1269: FAX: +49 (0)531 233 80 90<br />
                   1270: Email: <a href="mailto:info@suffix-it.de">info@suffix-it.de</a><br />
                   1271: URL: <a href="http://www.suffix-it.de/">http://www.suffix-it.de/</a>
                   1272: </td>
                   1273:        <td>UNIX Software development (OpenBSD, FreeBSD, Solaris, ...),
                   1274: i.e. authentication and authorization modules for Apache
                   1275: webserver. Installation and configuration of OpenBSD-based firewalls.
                   1276:
                   1277: </td></tr>
                   1278: <tr>
                   1279: <td bgcolor="White">
1.99      ian      1280: <i>Jörg Koerfer</i><br />
                   1281: <b>Ktools</b><br />
                   1282: Schlossstrasse 55<br />
                   1283: Duesseldorf, NRW 40477<br />
                   1284: Phone: +49 211 4846855<br />
                   1285: FAX: +49 211 4846855<br />
                   1286: Email: <a href="mailto:joerg.koerfer@ktools.de">joerg.koerfer@ktools.de</a><br />
                   1287: URL: <a href="http://www.ktools.de/">http://www.ktools.de/</a>
                   1288: </td>
                   1289:        <td>Planung und Realisierung von OpenBSD Systemen in heterogenen Netzen.
                   1290: Erfahrung in VPN, Firewalling, Datenbankanbindungen und Webdiensten.
                   1291: Spezialisierung in Ersetzung von NT Domänen durch OpenBSD mit Samba.
                   1292:
                   1293: </td></tr>
                   1294: <tr>
                   1295: <td bgcolor="White">
                   1296: <i>Toni Müller</i><br />
                   1297: <b>Öko.neT Müller &amp; Brandt</b><br />
                   1298: Werner-von-Siemens-Str. 4<br />
                   1299: Wiehl, NW 51674<br />
                   1300: Phone: +49 2261 979364<br />
                   1301: FAX: +49 2261 979366<br />
                   1302: Email: <a href="mailto:support@oeko.net">support@oeko.net</a><br />
                   1303: URL: <a href="http://www.oeko.net/">http://www.oeko.net/</a>
                   1304: </td>
                   1305:        <td>Beratung, Konzeption, Installation und Konfiguration, Betrieb
                   1306: sowie Softwareentwicklung für OpenBSD und Debian Linux, für
                   1307: VPN, Firewall, NIDS, Mail-, Web-, DNS- und Proxy-Server,
                   1308: Datenbanken, ERP-Anbindungen, Shop-Systeme
                   1309:
                   1310: </td></tr>
                   1311: <tr>
                   1312: <td bgcolor="White">
1.78      ian      1313: <i>Thomas Graichen</i><br />
                   1314: <b>innominate AG</b><br />
                   1315: Singerstrasse 109<br />
1.79      ian      1316: 10179 Berlin<br />
1.78      ian      1317: Phone: (030) 308806-13 or -0<br />
                   1318: FAX: (030) 308806-77<br />
                   1319: Email: <a href="mailto:graichen@innominate.de">graichen@innominate.de</a><br />
                   1320: URL: <a href="http://innominate.de/">http://innominate.de/</a>
                   1321: </td>
                   1322:        <td>Setup, configuration, maintenance, firewall configuration,
1.83      ian      1323: planning and realisation of OpenBSD-based servers and
1.25      ian      1324: workstations; systems and network administration.
1.14      ian      1325:
1.78      ian      1326: </td></tr>
                   1327: <tr>
                   1328: <td bgcolor="White">
                   1329: <i>Joerg Fruehbrodt</i><br />
                   1330: <b>Linuxhaus</b><br />
                   1331: Ringbahnstr. 13<br />
1.79      ian      1332: Berlin 10711<br />
1.78      ian      1333: Phone: + 49 (0)30 890 944 63<br />
                   1334: FAX: + 49 (0)30 890 944 64<br />
                   1335: Email: <a href="mailto:info@linuxhaus.de">info@linuxhaus.de</a><br />
                   1336: URL: <a href="http://www.linuxhaus.de/">http://www.linuxhaus.de/</a>
                   1337: </td>
                   1338:        <td>Provider of consulting services for OpenBSD, FreeBSD, NetBSD, Linux
1.36      ian      1339: and Sun SOLARIS®
                   1340: specialized in turnkey servers for file, messaging, proxy and web services.
                   1341:
1.78      ian      1342: </td></tr>
                   1343: <tr>
                   1344: <td bgcolor="White">
                   1345: <i>Alexander Khine</i><br />
                   1346: <b>Alexander Khine EDV-Service</b><br />
                   1347: Darmstr. 7<br />
1.79      ian      1348: Darmstadt, Hessen 64287<br />
1.78      ian      1349: Phone: (+49) 6151-429 515<br />
                   1350: FAX: (+49) 6151-429 514<br />
                   1351: Email: <a href="mailto:service@khine.de">service@khine.de</a><br />
                   1352: URL: <a href="http://www.khine.de/">http://www.khine.de/</a>
                   1353: </td>
                   1354:        <td>System and network administration, security services, programming and
1.77      ian      1355: support for various flavours of Windows and UN*X-like systems, including
                   1356: Linux, NetBSD and OpenBSD. Development of custom networking and security
                   1357: solutions and all-in-one-services.
                   1358:
1.78      ian      1359: </td></tr>
                   1360: <tr>
                   1361: <td bgcolor="White">
                   1362: <i>Herr Schulz</i><br />
                   1363: <b>SYSDANE - Systemberatung für Datenbank - und Netzwerktechnologien</b><br />
1.79      ian      1364: Sinn, Hessen<br />
1.78      ian      1365: Phone: (02772) 571592<br />
                   1366: FAX: (02772) 571593<br />
                   1367: Email: <a href="mailto:info@sysdane.de">info@sysdane.de</a><br />
                   1368: URL: <a href="http://www.sysdane.de/">http://www.sysdane.de/</a>
                   1369: </td>
                   1370:        <td>Setup, configuration and maintenance of various firewalls
1.83      ian      1371: configuration and sale of OpenBSD-based servers and workstations;
1.35      ian      1372: system and network administration; Enterprise DB-Server, Security.
                   1373:
1.78      ian      1374: </td></tr>
                   1375: <tr>
                   1376: <td bgcolor="White">
                   1377: <i>Stephan Holtwisch</i><br />
                   1378: <b>immutec GmbH</b><br />
                   1379: Mendelstr. 11<br />
1.79      ian      1380: Muenster, Nordrhein-Westfalen 48149<br />
1.78      ian      1381: Phone: +49 (0) 251 / 980-1230<br />
                   1382: FAX: +49 (0) 251 / 980-1231<br />
                   1383: Email: <a href="mailto:info@immutec.com">info@immutec.com</a><br />
                   1384: URL: <a href="http://www.immutec.com/">http://www.immutec.com/</a>
                   1385: </td>
                   1386:        <td>OpenBSD based Security Services &amp; Setups (Firewall, VPN, IDS, Secure
                   1387: Fileservers, Application Proxies...), PenTests, Code &amp; Security Auditing,
                   1388: *BSD based embedded Firewall, average staff member has +5 years UNIX &amp;
1.64      ian      1389: Coding experience
                   1390:
1.78      ian      1391: </td></tr>
                   1392: <tr>
                   1393: <td bgcolor="White">
                   1394: <i>Klaus Schmoltzi</i><br />
                   1395: <b>Warp9 GmbH</b><br />
                   1396: Am Kanonengraben 15<br />
1.79      ian      1397: Muenster, Nordrhein-Westfalen 48151<br />
1.78      ian      1398: Phone: 0251-53959055<br />
                   1399: FAX: 0251-53959080<br />
                   1400: Email: <a href="mailto:support@warp9-gmbh.de">support@warp9-gmbh.de</a><br />
                   1401: URL: <a href="http://www.warp9-gmbh.de/">http://www.warp9-gmbh.de/</a>
                   1402: </td>
                   1403:        <td>Installation, setup and maintenance of OpenBSD
1.60      ian      1404: firewalls, security audits, penetration tests
                   1405:
1.78      ian      1406: </td></tr>
                   1407: <tr>
                   1408: <td bgcolor="White">
                   1409: <i>Philipp B&uuml;hler</i><br />
                   1410: <b>sysfive.com GmbH</b><br />
1.104   ! henning  1411: R&ouml;dingsmarkt 14<br />
        !          1412: Hamburg, HH 20459<br />
        !          1413: Phone: +49 (0) 40 63647481<br />
1.78      ian      1414: FAX: +49 (0) 40 63647482<br />
                   1415: Email: <a href="mailto:info@sysfive.com">info@sysfive.com</a><br />
                   1416: URL: <a href="http://sysfive.com/">http://sysfive.com/</a>
                   1417: </td>
                   1418:        <td>Consulting, Konfigurations- und Kapazit&auml;tsplanung, Implementation,
1.72      ian      1419: Integration, Fehler- und Sicherheitsanalysen von UNIX-Servern.
                   1420: Einsatz von OpenBSD als Basis f&uuml;r Sicherheits-Infrastruktur
                   1421: Komponenten (NIDS, Firewalls, VPN, Proxies).
1.60      ian      1422:
1.78      ian      1423: </td></tr>
                   1424: <tr>
                   1425: <td bgcolor="White">
                   1426: <i>Christoph Haas</i><br />
                   1427: <b>Adimus GmbH &amp; Co. KG</b><br />
                   1428: Harpener Hellweg 41<br />
1.79      ian      1429: Bochum, NRW 44805<br />
1.78      ian      1430: Phone: +49-(0)234-971971-0<br />
                   1431: FAX: +49-(0)234-971971-9<br />
                   1432: Email: <a href="mailto:info@adimus.de">info@adimus.de</a><br />
                   1433: URL: <a href="http://www.adimus.de/">http://www.adimus.de/</a>
                   1434: </td>
                   1435:        <td>Setup, configuration and maintenance of various firewalls
1.87      ian      1436: configuration and sale of OpenBSD based servers and workstations;
                   1437: system and network administration
                   1438:
                   1439: </td></tr>
                   1440: <tr>
                   1441: <td bgcolor="White">
                   1442: <i>Oliver Schweissgut</i><br />
                   1443: <b>os-network</b><br />
                   1444: Geisweider Str. 2<br />
                   1445: Siegen, NRW 57078<br />
                   1446: Phone: 0049 271 485336 0<br />
                   1447: FAX: 0049 271 485336 1<br />
                   1448: Email: <a href="mailto:info@os-network.de">info@os-network.de</a><br />
                   1449: URL: <a href="http://www.os-network.de/">http://www.os-network.de/</a>
                   1450: </td>
1.102     ian      1451:        <td>Software development (C/C++/Java/HTML/PHP/Perl/SQL). Installation and
1.87      ian      1452: support of OpenBSD based mail, web, firewall, database, news, dns, ftp,
                   1453: and samba servers. OpenBSD and Windows desktop integration. Also
                   1454: experienced with NetBSD, Solaris and Linux.
                   1455:
                   1456: </td></tr>
                   1457: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.99      ian      1458: <a name='India'></a>
                   1459: <b>India</b>
                   1460: </td></tr>
                   1461: <tr>
                   1462: <td bgcolor="White">
                   1463: <i>Hozefa / Joel</i><br />
                   1464: <b>AMAFHH</b><br />
                   1465: 4, Rangari Bldg., 2nd Bhandari X lane, Duncan Road<br />
                   1466: Mumbai, Maharashtra 400004<br />
                   1467: Phone: 91-022-98201 54122 / 91-022-98205 33294<br />
                   1468: Email: <a href="mailto:joel@hotmail.com">joel@hotmail.com</a><br />
                   1469: </td>
1.103     david    1470:        <td>We are computer assemblers and maintenance company. We have
1.99      ian      1471: expertise in Win / Linux installation. We wish to encourage usage
                   1472: of OpenBSD (or any BSD variant) in India.
                   1473:
                   1474: </td></tr>
                   1475: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1476: <a name='Indonesia'></a>
                   1477: <b>Indonesia</b>
                   1478: </td></tr>
                   1479: <tr>
                   1480: <td bgcolor="White">
1.93      ian      1481: <i>Y Fery Wibowo</i><br />
                   1482: <b>Panegar System</b><br />
                   1483: Pogung Dalangan SIA/XVI/11/2<br />
                   1484: Sleman, DIY 55224<br />
                   1485: Phone: +62 812 155 6032<br />
                   1486: FAX: n/a<br />
                   1487: Email: <a href="mailto:ferywu@artdico.or.id">ferywu@artdico.or.id</a><br />
                   1488: URL: <a href="http://ferywu.sysadmin.or.id/">http://ferywu.sysadmin.or.id/</a>
                   1489: </td>
                   1490:        <td>Default support with OpenBSD to all client. Installing, optimizing,
                   1491: securing, maintenance, consulting. But will also work on
                   1492: using FreeBSD, NetBSD, or Linux.
                   1493:
                   1494: </td></tr>
                   1495: <tr>
                   1496: <td bgcolor="White">
1.87      ian      1497: <i>Taufik</i><br />
                   1498: <b>Indo Sysadmin</b><br />
                   1499: Dalem KG III 942 Kotagede<br />
                   1500: Yogyakarta, D I Yogyakarta 55173<br />
                   1501: Phone: +62 816 680639<br />
                   1502: URL: <a href="http://my.client.or.id/">http://my.client.or.id/</a>
                   1503: </td>
                   1504:        <td>Linux NetBSD FreeBSD OpenBSD as router gateway;
                   1505: DNS proxy firewall mailserver webserver dial-in-server. Installation,
                   1506: support, maintenance and consulting, local or remote machine.
1.13      ian      1507:
1.78      ian      1508: </td></tr>
                   1509: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1510: <a name='Italy'></a>
1.78      ian      1511: <b>Italy</b>
                   1512: </td></tr>
                   1513: <tr>
                   1514: <td bgcolor="White">
                   1515: <i>Stefano Venturoli</i><br />
                   1516: <b>Infosec S.r.l.</b><br />
                   1517: Security<br />
1.79      ian      1518: Bologna, Bologna 40133<br />
1.78      ian      1519: Phone: +39 051 386460<br />
                   1520: FAX: +39 051 385140<br />
                   1521: Email: <a href="mailto:venturoli@infosec.it">venturoli@infosec.it</a><br />
                   1522: URL: <a href="http://www.infosec.it/">http://www.infosec.it/</a>
                   1523: </td>
                   1524:        <td>Internet security and data defense realized mainly with open source software.
1.72      ian      1525: Particular knowledge of firewalls, internet applications, IDS and
1.55      ian      1526: network administration from LAN to WAN.
1.72      ian      1527: Also we have developed a range of products based on OpenBSD with the purpose to
1.58      ian      1528: be "administrators tools", for better internet network administration.
1.55      ian      1529:
1.78      ian      1530: </td></tr>
                   1531: <tr>
                   1532: <td bgcolor="White">
1.99      ian      1533: <i>Andrea Gedda</i><br />
                   1534: <b>AG - IT Consulting</b><br />
                   1535: CP 5012<br />
                   1536: Genova, GE 16154<br />
                   1537: Phone: +39 3479409611<br />
                   1538: FAX: +49 1212520385194<br />
                   1539: Email: <a href="mailto:contact@studioinf.com">contact@studioinf.com</a><br />
                   1540: URL: <a href="http://www.studioinf.com/">http://www.studioinf.com/</a>
                   1541: </td>
                   1542:        <td>IT Consulting, Linux/BSD Server, Development, Training, E-business
                   1543: and System Engineering are our services and products.
                   1544: We install the well-designed and secure operating system OpenBSD
                   1545: on servers, in order to guarantee a high security environment.
                   1546:
                   1547: </td></tr>
                   1548: <tr>
                   1549: <td bgcolor="White">
1.78      ian      1550: <i>Matteo Cantoni</i><br />
                   1551: <b>Sinapto srl</b><br />
                   1552: Via Sansovino 4<br />
1.79      ian      1553: Milan 20133<br />
1.78      ian      1554: Phone: +39 02 20241141<br />
                   1555: FAX: +39 02 700444445<br />
                   1556: Email: <a href="mailto:matteo.cantoni@sinapto.net">matteo.cantoni@sinapto.net</a><br />
                   1557: URL: <a href="http://www.sinapto.com">http://www.sinapto.com</a>
                   1558: </td>
                   1559:        <td>Linux and *BSD installation, maintenance and support services. Setup,
1.72      ian      1560: configuration and maintenance firewalls on OpenBSD based servers;
                   1561: system and network administration.
                   1562:
1.78      ian      1563: </td></tr>
                   1564: <tr>
                   1565: <td bgcolor="White">
                   1566: <i>Marcello Scacchetti</i><br />
                   1567: <b>Arcanet Consulting</b><br />
                   1568: Viale Gramsci 349<br />
1.79      ian      1569: Mirandola, Modena 41037<br />
1.78      ian      1570: Phone: +39 535 611520<br />
                   1571: FAX: +39 535 611521<br />
                   1572: Email: <a href="mailto:marcello.scacchetti@arcanetconsulting.com">marcello.scacchetti@arcanetconsulting.com</a><br />
                   1573: URL: <a href="http://www.arcanetconsulting.com/">http://www.arcanetconsulting.com/</a>
                   1574: </td>
                   1575:        <td>&nbsp;
                   1576:
                   1577: </td></tr>
                   1578: <tr>
                   1579: <td bgcolor="White">
                   1580: <i>Rodolfo G. Rosini</i><br />
                   1581: <b>E*MAZE Communications S.p.a.</b><br />
                   1582: Via Flavia 23/1<br />
1.79      ian      1583: Trieste, TS 34100<br />
1.78      ian      1584: Phone: 39-040-8321332<br />
                   1585: FAX: 39-040-8321340<br />
                   1586: Email: <a href="mailto:info@emaze.net">info@emaze.net</a><br />
                   1587: URL: <a href="http://www.emaze.net/">http://www.emaze.net/</a>
                   1588: </td>
                   1589:        <td>E*MAZE develops network security products, support and services for
1.60      ian      1590: vulnerability assessment and IDSes on OpenBSD systems for Global 2000
                   1591: companies
1.36      ian      1592:
1.78      ian      1593: </td></tr>
1.87      ian      1594: <tr>
                   1595: <td bgcolor="White">
                   1596: <i>Alessio Pennasilico</i><br />
                   1597: <b>Active s.r.l.</b><br />
                   1598: Via Torricelli 71/a<br />
                   1599: Verona, Verona 37136<br />
                   1600: Phone: +39 045 8648833<br />
                   1601: FAX: +39 045 8649680<br />
                   1602: Email: <a href="mailto:alessio.pennasilico@activevr.it">alessio.pennasilico@activevr.it</a><br />
                   1603: URL: <a href="http://www.activevr.it/">http://www.activevr.it/</a>
                   1604: </td>
                   1605:        <td>Security is our goal: OpenBSD help us to make your network more
                   1606: secure. Firewall, IDS, VPN and many other security related technology
                   1607: are our specialization.
                   1608:
                   1609: </td></tr>
1.78      ian      1610: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1611: <a name='Kyrgyzstan'></a>
1.78      ian      1612: <b>Kyrgyzstan</b>
                   1613: </td></tr>
                   1614: <tr>
                   1615: <td bgcolor="White">
                   1616: <i>Artem Kuzmin</i><br />
                   1617: <b>Consultant</b><br />
                   1618: Kievskaya-str. 44<br />
1.79      ian      1619: Bishkek 720000<br />
1.78      ian      1620: Phone: 996-312-284840<br />
                   1621: FAX: 996-312-282849<br />
                   1622: Email: <a href="mailto:erta@writeme.com">erta@writeme.com</a><br />
                   1623: URL: <a href="http://www.kalug.lug.net/slash/">http://www.kalug.lug.net/slash/</a>
                   1624: </td>
                   1625:        <td>Linux/BSD/Solaris installation, configuration, recover, security, coding,
1.58      ian      1626: maintenance, consulting. System admin, network admin.
                   1627:
1.78      ian      1628: </td></tr>
                   1629: <tr>
                   1630: <td bgcolor="White">
                   1631: <i>Fyodor Yarochkin</i><br />
                   1632: <b>Consultant</b><br />
                   1633: microregion 5/43/77<br />
1.79      ian      1634: Bishkek 720073<br />
1.78      ian      1635: Phone: 996-312-474465<br />
                   1636: FAX: 996-312-663448<br />
                   1637: Email: <a href="mailto:fygrave@tigerteam.net">fygrave@tigerteam.net</a><br />
                   1638: URL: <a href="http://www.kalug.lug.net/fygrave/">http://www.kalug.lug.net/fygrave/</a>
                   1639: </td>
                   1640:        <td>BSD/Solaris/Linux: installation, maintenance, firewalls configuration,
1.35      ian      1641: fault recovery, consulting, coding, Unix/network admin.
                   1642: If someone were willing to pay for plane ticket, food and accommodation,
1.72      ian      1643: will travel almost anywhere in the world.
1.35      ian      1644: Would work for minimal fee on challenging projects.
1.49      ian      1645:
1.78      ian      1646: </td></tr>
                   1647: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1648: <a name='México'></a>
1.83      ian      1649: <b>México</b>
                   1650: </td></tr>
                   1651: <tr>
                   1652: <td bgcolor="White">
1.85      ian      1653: <i>Gerardo Santana Gómez Garrido</i><br />
                   1654: <b>Santana Consulting</b><br />
                   1655: 4a. norte oriente 2250-4<br />
                   1656: Tuxtla Gutiérrez, Chiapas 29040<br />
                   1657: Phone: 01 (961) 6678682<br />
                   1658: Email: <a href="mailto:santanagomez@hotmail.com">santanagomez@hotmail.com</a><br />
                   1659: URL: <a href="http://www.openbsd.org.mx/~santana/">http://www.openbsd.org.mx/~santana/</a>
                   1660: </td>
                   1661:        <td>Desarrollo de software: UNIX,Linux,Windows,sitios web dinámicos;
                   1662: Seguridad en cómputo: IDS, VPNs, firewalls, confidencialidad...;
                   1663: Servicios de Internet: correo, web, FTP, DNS...; Capacitación.
                   1664:
                   1665: </td></tr>
                   1666: <tr>
                   1667: <td bgcolor="White">
1.83      ian      1668: <i>Jorge A. Palacios</i><br />
                   1669: D.F., México<br />
                   1670: Phone: 044-55-10282162<br />
                   1671: Email: <a href="mailto:linxa@hotmail.com">linxa@hotmail.com</a><br />
                   1672: </td>
                   1673:        <td>Consultoría, análisis, administración y soporte de Redes LAN, WAN y WLAN.
                   1674: Administración de servidores Unix: Solaris, Linux, OpenBSD.
                   1675: Seguridad en Redes: Firewall, VPN, Sistemas de detección de intrusos.
                   1676: Servicios de web, hospedaje, base de datos, correo electrónico, webmail.
                   1677: Programación: PHP, C, C++, Java.
                   1678: Interconexión entres sistemas Unix-Unix, Unix-Windows.
                   1679: Más de siete años de experiencia.
                   1680:
1.78      ian      1681: </td></tr>
                   1682: <tr>
                   1683: <td bgcolor="White">
                   1684: <i>Juan Pablo Feria</i><br />
                   1685: <b>Onyx Consultorias</b><br />
                   1686: Luis donaldo Colosio esquna con calle Yañez<br />
1.79      ian      1687: Hermosillo, Sonora 83000<br />
1.78      ian      1688: Phone: (62) 576097<br />
                   1689: Email: <a href="mailto:jferiago@netscape.net">jferiago@netscape.net</a><br />
                   1690: URL: <a href="http://www.pitic.com.mx/onyx">http://www.pitic.com.mx/onyx</a>
                   1691: </td>
                   1692:        <td>We have 10 Years in Unix Consulting (*BSD, Linux, Solaris, HP-UX
1.72      ian      1693: among others), including experience in OpenBSD on Firewalls and Bastion
                   1694: Hosts. We can develop any solution to our customers.
                   1695:
1.78      ian      1696: </td></tr>
                   1697: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1698: <a name='Moldova'></a>
1.78      ian      1699: <b>Moldova</b>
                   1700: </td></tr>
                   1701: <tr>
                   1702: <td bgcolor="White">
                   1703: <i>Evgeniy</i><br />
                   1704: <b>Consultant</b><br />
1.79      ian      1705: Chisinau 2012<br />
1.78      ian      1706: Phone: 373 2 9549019<br />
                   1707: Email: <a href="mailto:evgeniy@riscom.net">evgeniy@riscom.net</a><br />
                   1708: </td>
                   1709:        <td>Setup, support, hosting and administration. Internet solution using
1.76      ian      1710: OpenBSD: Firewalls, Mail, WWW.
                   1711:
1.78      ian      1712: </td></tr>
                   1713: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.102     ian      1714: <a name='Netherlands'></a>
                   1715: <b>Netherlands</b>
1.99      ian      1716: </td></tr>
                   1717: <tr>
                   1718: <td bgcolor="White">
                   1719: <i>Rick van Rein</i><br />
                   1720: <b>OpenFortress</b><br />
                   1721: Geulstraat 96<br />
                   1722: Enschede 7523 TW<br />
                   1723: Phone: +31 53 4325306<br />
                   1724: FAX: +31 847 102025<br />
                   1725: URL: <a href="http://openfortress.nl/">http://openfortress.nl/</a>
                   1726: </td>
                   1727:        <td>OpenFortress is a technology provider for cryptograpic solutions,
                   1728: notably applications of digital signatures.  We can
                   1729: set up securely signing systems at your location, preferably based
                   1730: on OpenBSD.
                   1731:
                   1732: </td></tr>
1.78      ian      1733: <tr>
                   1734: <td bgcolor="White">
                   1735: <i>Arno Kruse</i><br />
1.87      ian      1736: <b>Kruse ICT</b><br />
1.78      ian      1737: Kerkveldstraat 1a<br />
1.79      ian      1738: Baarlo, Limburg 5991BA<br />
1.78      ian      1739: Phone: +31 43 4090604<br />
                   1740: FAX: +31 43 4090605<br />
                   1741: Email: <a href="mailto:kruse@kruse-ict.nl">kruse@kruse-ict.nl</a><br />
                   1742: URL: <a href="http://www.kruse-ict.nl/">http://www.kruse-ict.nl/</a>
                   1743: </td>
1.87      ian      1744:        <td>We build OpenBSD-based (web)servers, routers and firewalls.  We
                   1745: also provide support and education on UNIX, general security and
                   1746: Win32.  Our security solutions (Intrusion Detection, Virtual Private
                   1747: Networking, and encrypted data transport/storage) are all based on
1.90      ian      1748: OpenBSD.  OpenBSD runs on all our servers, workstations and notebooks.
1.58      ian      1749: We work in the Netherlands, Belgium and Germany.
                   1750:
1.78      ian      1751: </td></tr>
1.99      ian      1752: <tr>
                   1753: <td bgcolor="White">
                   1754: <i>Richard Zoontjens / Deni Strik</i><br />
                   1755: <b>Radécom B.V.</b><br />
                   1756: Werkmansbeemd 10<br />
                   1757: Oosterhout, NB 4907 EW<br />
                   1758: Phone: +31 162 467770<br />
                   1759: FAX: +31 162 466864<br />
                   1760: Email: <a href="mailto:info@radecom.nl">info@radecom.nl</a><br />
                   1761: URL: <a href="http://www.radecom.nl/">http://www.radecom.nl/</a>
                   1762: </td>
                   1763:        <td>We have expertise in the areas of *BSD based servers. We use
                   1764: FreeBSD for file, web and database services. OpenBSD is used for
                   1765: custom enterprise-grade firewalls.
                   1766:
                   1767: </td></tr>
1.78      ian      1768: <tr>
                   1769: <td bgcolor="White">
                   1770: <i>Camiel Dobbelaar</i><br />
                   1771: <b>Sentia Internet Security B.V.</b><br />
                   1772: Hullenbergweg 385<br />
1.79      ian      1773: Amsterdam, NH 1101CS<br />
1.78      ian      1774: Phone: +31-20-7505 733<br />
                   1775: FAX: +31-20-698 1036<br />
                   1776: Email: <a href="mailto:info@sentia.nl">info@sentia.nl</a><br />
                   1777: URL: <a href="http://www.sentia.nl/">http://www.sentia.nl/</a>
                   1778: </td>
                   1779:        <td>OpenBSD support contracts. Custom-built OpenBSD internet appliances
1.61      ian      1780: (dns, firewall, ids, mail, vpn, web, etc). Security consultancy.
                   1781: Specialized in hosting environments.
                   1782:
1.78      ian      1783: </td></tr>
                   1784: <tr>
                   1785: <td bgcolor="White">
                   1786: <i>Hendrik-Jan Verheij</i><br />
                   1787: <b>BWSS</b><br />
                   1788: Ruysdaelstraat 31<br />
1.79      ian      1789: Deventer, Overijssel 7421 RE<br />
1.78      ian      1790: Phone: +31 570 665140<br />
                   1791: FAX: +31 570 665141<br />
                   1792: Email: <a href="mailto:info@bwss.nl">info@bwss.nl</a><br />
                   1793: URL: <a href="http://www.bwss.nl/">http://www.bwss.nl/</a>
                   1794: </td>
                   1795:        <td>We use OpenBSD in our product BWSS Connect, a complete
1.68      ian      1796: office solution for internet connectivity, file sharing, email, fax and
                   1797: printing. We also build OpenBSD-based systems to customer specification.
                   1798:
1.78      ian      1799: </td></tr>
                   1800: <tr>
                   1801: <td bgcolor="White">
                   1802: <i>Ronald Prins</i><br />
                   1803: <b>Fox-IT Forensic IT Experts B.V.</b><br />
1.79      ian      1804: Delft, ZH 2611BC<br />
1.78      ian      1805: Phone: +31-15-2121907<br />
                   1806: FAX: +31-15-2121964<br />
                   1807: Email: <a href="mailto:prins@fox-it.com">prins@fox-it.com</a><br />
                   1808: URL: <a href="http://www.fox-it.com/">http://www.fox-it.com/</a>
                   1809: </td>
                   1810:        <td>We provide network security (VPN, Firewall, IDS) based on OpenBSD for
1.58      ian      1811: high-risk customers (government). Specialised in interoperability with Cisco
                   1812: and Windows security solutions.
                   1813:
1.78      ian      1814: </td></tr>
                   1815: <tr>
                   1816: <td bgcolor="White">
                   1817: <i>Dennis Hettema</i><br />
                   1818: <b>Infinitum Group</b><br />
                   1819: Parkstraat 20<br />
1.79      ian      1820: The Hague, Zuid Holland 2514JK<br />
1.78      ian      1821: Phone: +31(0)703108950<br />
                   1822: FAX: +31(0)703108955<br />
                   1823: Email: <a href="mailto:info@infinitum.nl">info@infinitum.nl</a><br />
                   1824: URL: <a href="http://www.infinitum.nl/">http://www.infinitum.nl/</a>
                   1825: </td>
                   1826:        <td>Configuration of OpenBSD gateways, mail servers, etc. OpenBSD is also the
1.60      ian      1827: base of some ADSL based solutions. Complete OpenBSD hosting servers. Lotus
                   1828: Domino implementations on OpenBSD servers. ISDN dial-in solutions WAN.
                   1829: Other OS's include Debian, FreeBSD.
                   1830:
1.78      ian      1831: </td></tr>
                   1832: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1833: <a name='New'></a>
1.78      ian      1834: <b>New Zealand</b>
                   1835: </td></tr>
                   1836: <tr>
                   1837: <td bgcolor="White">
1.79      ian      1838: <i>Michael A. Williams</i><br />
1.78      ian      1839: <b>NetXSecure NZ Limited</b><br />
1.79      ian      1840: 122 Whitecliffs Road<br />
                   1841: Christchurch, Canterbury 8171<br />
                   1842: Phone: +64.3.318.2973<br />
                   1843: FAX: +64.3.318.2975<br />
1.78      ian      1844: Email: <a href="mailto:mike@netxsecure.net">mike@netxsecure.net</a><br />
                   1845: URL: <a href="http://www.netxsecure.net/">http://www.netxsecure.net/</a>
                   1846: </td>
1.79      ian      1847:        <td>Netx specialize in Berkeley Unix providing design and implementation
                   1848: support for OpenBSD and FreeBSD. We prefer to use OpenBSD for perimeter
                   1849: firewalls and FreeBSD for DMZ based servers and inner firewall. With
                   1850: over 20 years in the computing industry and still studying the BSD
                   1851: operating system we are actively involved with security and OpenBSD.
1.35      ian      1852:
1.78      ian      1853: </td></tr>
                   1854: <tr>
                   1855: <td bgcolor="White">
                   1856: <i>Nic Bellamy</i><br />
                   1857: <b>Bellamy Consulting Limited</b><br />
                   1858: 83 Renall Street<br />
1.79      ian      1859: Masterton 5901<br />
1.78      ian      1860: Phone: +64-6-377-4957<br />
                   1861: Email: <a href="mailto:info@bellamy.co.nz">info@bellamy.co.nz</a><br />
                   1862: URL: <a href="http://www.bellamy.co.nz/">http://www.bellamy.co.nz/</a>
                   1863: </td>
                   1864:        <td>We are a consulting company specialising in Linux, FreeBSD, NetBSD and
1.51      ian      1865: OpenBSD. Our main focus for OpenBSD is security applications - firewalls,
                   1866: proxy servers, IPSEC VPNs, and Apache-SSL (e-commerce) servers, although we
                   1867: support most software that runs on OpenBSD.
                   1868:
1.78      ian      1869: </td></tr>
                   1870: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1871: <a name='Norway'></a>
1.78      ian      1872: <b>Norway</b>
                   1873: </td></tr>
                   1874: <tr>
                   1875: <td bgcolor="White">
1.87      ian      1876: <i>Eirik Seim</i><br />
                   1877: <b>Bitsec</b><br />
                   1878: St 13<br />
                   1879: Bergen N-5305<br />
                   1880: Phone: +4799521600<br />
                   1881: Email: <a href="mailto:es@bitsec.no">es@bitsec.no</a><br />
                   1882: URL: <a href="http://www.bitsec.no/">http://www.bitsec.no/</a>
                   1883: </td>
                   1884:        <td>Security consulting and solutions, mostly using OpenBSD and other
                   1885: UNIXes.  Specializes in network security, forensics and security
                   1886: testing, but also involves in some auditing, development and
                   1887: security research.
                   1888:
                   1889: </td></tr>
                   1890: <tr>
                   1891: <td bgcolor="White">
1.78      ian      1892: <i>Knut Foseide</i><br />
                   1893: <b>Safety Cable AS</b><br />
                   1894: Daelenenggaten 20 J<br />
1.88      ian      1895: Oslo, Oslo N-0567<br />
1.78      ian      1896: Phone: +47 23 19 80 10<br />
                   1897: FAX: +47 23 19 80 09<br />
                   1898: Email: <a href="mailto:knut@safetycable.com">knut@safetycable.com</a><br />
                   1899: URL: <a href="http://www.safetycable.com/">http://www.safetycable.com/</a>
                   1900: </td>
                   1901:        <td>Hardware theft protection and OpenBSD Firewalls;
1.46      ian      1902: setup, configuration and maintenance. Coding. Unix, Linux and more.
                   1903:
1.78      ian      1904: </td></tr>
                   1905: <tr>
                   1906: <td bgcolor="White">
                   1907: <i>Daniel Mikkelsen</i><br />
                   1908: <b>Copyleft Software AS</b><br />
                   1909: Pobox 9271 Grønland<br />
1.79      ian      1910: Oslo N-0134<br />
1.78      ian      1911: Phone: +4799279251<br />
                   1912: Email: <a href="mailto:info@copyleft.no">info@copyleft.no</a><br />
                   1913: URL: <a href="http://www.copyleft.no/">http://www.copyleft.no/</a>
                   1914: </td>
                   1915:        <td>We do development of free software and support/maintenance of
1.60      ian      1916: free software-based platforms, including OpenBSD, FreeBSD and Linux.
                   1917:
1.78      ian      1918: </td></tr>
                   1919: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      1920: <a name='Poland'></a>
1.78      ian      1921: <b>Poland</b>
                   1922: </td></tr>
                   1923: <tr>
                   1924: <td bgcolor="White">
                   1925: <i>Bartek Rozkrut</i><br />
                   1926: <b>GaniNET</b><br />
                   1927: ul. Lubicz 25<br />
1.79      ian      1928: Krakow, Malopolska 31-503<br />
1.78      ian      1929: Phone: +48 12 6197883<br />
                   1930: FAX: +48 12 6197840<br />
                   1931: Email: <a href="mailto:OpenBSD@GaniNET.pl">OpenBSD@GaniNET.pl</a><br />
                   1932: URL: <a href="http://www.GaniNET.pl/">http://www.GaniNET.pl/</a>
                   1933: </td>
                   1934:        <td>Complex installation, configuration, administration and consulting.
                   1935:
                   1936: </td></tr>
                   1937: <tr>
                   1938: <td bgcolor="White">
1.92      ian      1939: <i>Lukasz Zielinski</i><br />
                   1940: <b>Consultant</b><br />
                   1941: ul. Grzywbowska 16/22/1123<br />
                   1942: Warszawa, Mazowieckie 00-132<br />
                   1943: Phone: +48606683537<br />
                   1944: FAX: +48606683537<br />
                   1945: Email: <a href="mailto:lca@lukasz.com">lca@lukasz.com</a><br />
                   1946: URL: <a href="http://lukasz.com/">http://lukasz.com/</a>
                   1947: </td>
                   1948:        <td>Installation, configuration and administration of OpenBSD boxes.
                   1949: Working for several companies as a network administrator. Over 5 years of
                   1950: experience.
                   1951:
                   1952: </td></tr>
                   1953: <tr>
                   1954: <td bgcolor="White">
1.78      ian      1955: <i>Marcin Jurczuk</i><br />
                   1956: <b>SAV Cable Television</b><br />
                   1957: Dziesieciny 47/59<br />
1.79      ian      1958: Bialystok, Podlaskie 15-806<br />
1.78      ian      1959: Phone: +48 7406171<br />
                   1960: FAX: +48 7406171<br />
                   1961: Email: <a href="mailto:spock@tkb.pl">spock@tkb.pl</a><br />
                   1962: URL: <a href="http://www.stars.eu.og/spock/">http://www.stars.eu.og/spock/</a>
                   1963: </td>
                   1964:        <td>Complex OpenBSD instalation, support.
1.72      ian      1965: Consulting and setup any OpenBSD systems solutions.
1.58      ian      1966:
1.78      ian      1967: </td></tr>
                   1968: <tr>
                   1969: <td bgcolor="White">
                   1970: <i>Adam Naguszewski</i><br />
                   1971: <b>Consultant</b><br />
                   1972: Goralska 61/42<br />
1.79      ian      1973: Gdansk, Pomorskie 80-292<br />
1.78      ian      1974: Phone: 0048609102752 0048583425919<br />
                   1975: Email: <a href="mailto:admin@bmtmc.gda.pl">admin@bmtmc.gda.pl</a><br />
                   1976: URL: <a href="http://www.bmtmc.gda.pl/">http://www.bmtmc.gda.pl/</a>
                   1977: </td>
1.83      ian      1978:        <td>OpenBSD installations and configurations. Worked for government
                   1979: institutions as well as for large corporations. Intrusion Detection
                   1980: Systems, firewalls, nats, proxies, webservers, heavy load mail
                   1981: systems with GUI interface. Security advisor experienced in
1.76      ian      1982: firewalling. Training. Maintainer of anoncvs.pl.openbsd.org.
                   1983:
1.78      ian      1984: </td></tr>
                   1985: <tr>
                   1986: <td bgcolor="White">
                   1987: <i>Zbigniew Kossowski</i><br />
1.99      ian      1988: <b>Business Communication</b><br />
1.78      ian      1989: Hawajska 12/21<br />
1.99      ian      1990: Warszawa, Mazowieckie 02-776<br />
                   1991: Phone: +48 504 150 662<br />
                   1992: FAX: +48 22 624 69 78<br />
1.97      jose     1993: Email: <a href="mailto:support(at)bci.waw.pl">support(at)bci.waw.pl</a><br />
1.78      ian      1994: URL: <a href="http://www.bci.waw.pl/">http://www.bci.waw.pl/</a>
                   1995: </td>
1.99      ian      1996:        <td>Setup, configuration, maintenance, administration, putting into
                   1997: operation of firewalls, VPN, gateways, network applications based
                   1998: on OpenBSD. Consulting and training regarding security and antispam
                   1999: based on knowledge base acquired by years of practice on Unix like
                   2000: systems. Running own consulting company.
1.58      ian      2001:
1.78      ian      2002: </td></tr>
                   2003: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      2004: <a name='Portugal'></a>
1.78      ian      2005: <b>Portugal</b>
                   2006: </td></tr>
                   2007: <tr>
                   2008: <td bgcolor="White">
                   2009: <i>Paulo Laureano</i><br />
                   2010: <b>Mr Net - Serviços informáticos lda</b><br />
                   2011: Av Elias Garcia. 147. 2 esq.<br />
1.79      ian      2012: Lisbon, Lisbon 1050 LISBOA<br />
1.78      ian      2013: Phone: +351217826920<br />
                   2014: FAX: +351217826929<br />
                   2015: Email: <a href="mailto:pls@mrnet.pt">pls@mrnet.pt</a><br />
                   2016: URL: <a href="http://www.mrnet.pt/">http://www.mrnet.pt/</a>
                   2017: </td>
                   2018:        <td>Over 7 years using UNIX for e-commerce and firewalls. We use
1.54      ian      2019: and support both Linux and OpenBSD servers, being the latest used on all
                   2020: high security applications (firewalls, critical databases, etc). The company
                   2021: handles rapid response to break-ins and provides security audits to
                   2022: servers, connected networks and VPN connect networks.
                   2023:
1.78      ian      2024: </td></tr>
1.99      ian      2025: <tr>
                   2026: <td bgcolor="White">
                   2027: <i>Paulo Sopa</i><br />
                   2028: <b>InteligenSis Lda.</b><br />
                   2029: Bairro da Castelhana, Rua dos Eucaliptos, 452<br />
                   2030: Lisboa, Loures 2695-548 São João da Talha<br />
                   2031: Phone: +351 21 994 82 17<br />
                   2032: FAX: +351 21 994 35 21<br />
                   2033: Email: <a href="mailto:psopa@ies.pt">psopa@ies.pt</a><br />
                   2034: URL: <a href="http://www.ies.pt/">http://www.ies.pt/</a>
                   2035: </td>
                   2036:        <td>Focus on Security since 1991. We design, implement and support
                   2037: high security OpenBSD file, database, web, mail, E-commerce, and
                   2038: B2B servers.  Intranet solutions based on Lan-to-Lan and Host-to-Lan
                   2039: VPN,´s (IPsec) and strong Firewalls. We provide low response-time
                   2040: local assistance, telemaintenance and security audits.
                   2041:
                   2042: </td></tr>
1.78      ian      2043: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      2044: <a name='Singapore'></a>
1.78      ian      2045: <b>Singapore</b>
                   2046: </td></tr>
                   2047: <tr>
                   2048: <td bgcolor="White">
                   2049: <i>Lin Xiaohan</i><br />
                   2050: <b>AUX MicroSystems PTE. LTD.</b><br />
                   2051: 504, Serangoon North Ave 4, #14-468<br />
1.79      ian      2052: Singapore, Singapore 550504<br />
1.78      ian      2053: Phone: +65-97995569<br />
                   2054: Email: <a href="mailto:linxh@megamesh.com">linxh@megamesh.com</a><br />
                   2055: </td>
                   2056:        <td>BSD systems setup, maintenance and coding. Web applications with
1.58      ian      2057: PostgreSQL/MySQL backend. Various server software (BIND, Apache,
                   2058: Sendmail, etc.) related installation and programming.
                   2059:
1.78      ian      2060: </td></tr>
                   2061: <tr>
                   2062: <td bgcolor="White">
                   2063: <i>Wally Lee</i><br />
                   2064: <b>Infinitum Singapore Pte Ltd</b><br />
                   2065: 38A Pagoda Street<br />
1.79      ian      2066: Singapore, Singapore<br />
1.78      ian      2067: Phone: +65-3236360<br />
                   2068: FAX: +65-3236390<br />
                   2069: Email: <a href="mailto:wally@infinitum.com">wally@infinitum.com</a><br />
                   2070: URL: <a href="http://www.infinitum.com/">http://www.infinitum.com/</a>
                   2071: </td>
                   2072:        <td>Specializing in NFR and other network security systems.
                   2073:
                   2074: </td></tr>
                   2075: <tr>
                   2076: <td bgcolor="White">
                   2077: <i>Eddie Tan</i><br />
                   2078: <b>Aeon/Xe Technology Pte Ltd</b><br />
                   2079: No. 8 Gul Ave, Kalstar House<br />
1.79      ian      2080: Singapore, Singapore    629652<br />
1.78      ian      2081: Phone: (65) 2842006<br />
                   2082: FAX: (65) 8613500<br />
                   2083: Email: <a href="mailto:eddie@aeonxe.com">eddie@aeonxe.com</a><br />
                   2084: URL: <a href="http://www.aeonxe.com/">http://www.aeonxe.com/</a>
                   2085: </td>
                   2086:        <td>Implementation of firewalls, secured servers/hosts/network on OpenBSD
1.35      ian      2087: and other UNIXes.
1.28      ian      2088:
1.78      ian      2089: </td></tr>
                   2090: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      2091: <a name='Slovak'></a>
1.83      ian      2092: <b>Slovak Republic</b>
                   2093: </td></tr>
                   2094: <tr>
                   2095: <td bgcolor="White">
                   2096: <i>Juraj Bednár</i><br />
                   2097: <b>Juraj Bednár</b><br />
                   2098: Ruzova 7<br />
                   2099: Banska Bystrica 974 11<br />
                   2100: Email: <a href="mailto:juraj@bednar.sk">juraj@bednar.sk</a><br />
                   2101: URL: <a href="http://juraj.bednar.sk/">http://juraj.bednar.sk/</a>
                   2102: </td>
                   2103:        <td>Experience with FreeBSD server farms and OpenBSD firewalls, routers
                   2104: and snort-based intrusion detection systems. Installation and support
                   2105: services.
                   2106:
                   2107: </td></tr>
                   2108: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.89      ian      2109: <a name='South'></a>
                   2110: <b>South Africa</b>
                   2111: </td></tr>
                   2112: <tr>
                   2113: <td bgcolor="White">
                   2114: <i>James Wright</i><br />
                   2115: <b>BSDHosting</b><br />
                   2116: 53 Grosvenor Road Bryanston<br />
                   2117: Johannesburg, Gauteng PO Box 98233 Sloan Park 2152<br />
                   2118: Phone: +27 11 706 1939<br />
                   2119: FAX: +27 11 706 1939<br />
                   2120: Email: <a href="mailto:jamesw@bsdhosting.co.za">jamesw@bsdhosting.co.za</a><br />
                   2121: URL: <a href="http://www.bsdhosting.co.za/">http://www.bsdhosting.co.za/</a>
                   2122: </td>
                   2123:        <td>Network and Security Consulting Services, support for OpenBSD and other
                   2124: BSDs, OpenBSD Hosted Internet Services, pre-built and installed OpenBSD
                   2125: Servers and Workstations.  Focused on OpenBSD/i386 and OpenBSD/sparc.
                   2126:
                   2127: </td></tr>
                   2128: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      2129: <a name='Sweden'></a>
1.78      ian      2130: <b>Sweden</b>
                   2131: </td></tr>
                   2132: <tr>
                   2133: <td bgcolor="White">
                   2134: <i>Jonas Eriksson</i><br />
                   2135: <b>InterACT</b><br />
                   2136: Sandviksgatan 18<br />
1.79      ian      2137: Lulea, BD 972 36<br />
1.78      ian      2138: Phone: +46-920-88803<br />
                   2139: FAX: +46-920-88399<br />
                   2140: Email: <a href="mailto:info@interact.se">info@interact.se</a><br />
                   2141: URL: <a href="http://www.interact.se/">http://www.interact.se/</a>
                   2142: </td>
                   2143:        <td>We supply *BSD installation, maintenance and services, along with
1.30      ian      2144: consulting services within Apache, Squid, Samba and SQL.
                   2145: We also offer consulting services across Europe for security and mission
                   2146: critical solutions on *BSD platforms.
                   2147:
1.78      ian      2148: </td></tr>
                   2149: <tr>
                   2150: <td bgcolor="White">
1.83      ian      2151: <i>Peter Brevik</i><br />
                   2152: Vänortsvägen 7<br />
                   2153: Luleå, Norrbotten S-977 54<br />
1.78      ian      2154: Phone: +46 70 635 0461<br />
                   2155: Email: <a href="mailto:pb@ludd.luth.se">pb@ludd.luth.se</a><br />
                   2156: URL: <a href="http://users.lindesign.se/~pb/production/index_eng.html">http://users.lindesign.se/~pb/production/index_eng.html</a>
                   2157: </td>
                   2158:        <td>Provides expertise in *BSD systems, Server setups, Networking, Apache, Nat, Samba, Firewall, Squid, DNS, Digital electronics, Sun/PC-hardware.
                   2159:
                   2160: </td></tr>
1.99      ian      2161: <tr>
                   2162: <td bgcolor="White">
                   2163: <i>Pontus Hanserkers</i><br />
                   2164: <b>E-Pontus AB</b><br />
                   2165: Veddestavägen 17<br />
                   2166: Järfälla, Stockholm 175 62<br />
                   2167: Phone: +46 - (0)8 - 36 13 86<br />
                   2168: FAX: +46 - (0)8 - 621 08 25<br />
                   2169: Email: <a href="mailto:info@e-pontus.net">info@e-pontus.net</a><br />
                   2170: URL: <a href="http://www.e-pontus.net/">http://www.e-pontus.net/</a>
                   2171: </td>
                   2172:        <td>Vi vänder oss mot Svenska medelstora företag för drift och
                   2173: administration av deras nätverk. OpenBSD är oftast grundpelaren på
                   2174: våra servrar, och tillsammans med andra stora Open Source projekt
                   2175: (Apache, Bind, MySQL, Snort m.fl) så ger det våra kunder en stabil
                   2176: och trygg miljö. Dessutom erbjuder vi webb/mailhotell samt hantering
                   2177: av kunders domäner.
                   2178:
                   2179: </td></tr>
1.78      ian      2180: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      2181: <a name='Spain'></a>
                   2182: <b>Spain</b>
                   2183: </td></tr>
                   2184: <tr>
                   2185: <td bgcolor="White">
1.95      ian      2186: <i>Daniel Alcántara de la Hoz</i><br />
                   2187: <b>iProyectos</b><br />
                   2188: Avenida de Finisterre 327 2<br />
                   2189: A Coruña, A Coruña 15008<br />
                   2190: Phone: +34 981 900 129<br />
                   2191: FAX: +34 981 148 048<br />
                   2192: Email: <a href="mailto:openbsd@iproyectos.com">openbsd@iproyectos.com</a><br />
                   2193: URL: <a href="http://www.iproyectos.com/">http://www.iproyectos.com/</a>
                   2194: </td>
                   2195:        <td>We do open source development, <strong>strong security auditing</strong>
                   2196: and other IP services. We provide OpenBSD consulting among other unixes.
                   2197: Although based in A Coruña, we work nationwide. Also, we are members of
                   2198: the FSF.
                   2199:
                   2200: </td></tr>
                   2201: <tr>
                   2202: <td bgcolor="White">
1.99      ian      2203: <i>Jorge Louzao Penalva</i><br />
                   2204: <b>BierzoPortal NetWorks</b><br />
                   2205: Avenida de Valdes 38 4B<br />
                   2206: Ponferrada, Leon 24400<br />
                   2207: Phone: +34 639 389195<br />
                   2208: FAX: +34 94 046 05 86<br />
                   2209: Email: <a href="mailto:tecnologia@bierzoportal.com">tecnologia@bierzoportal.com</a><br />
                   2210: URL: <a href="http://www.bierzoportal.net/">http://www.bierzoportal.net/</a>
                   2211: </td>
                   2212:        <td>15 years experience in software development and system
                   2213: administration with Un*x and *BSD (mainly OpenBSD). Network and
                   2214: terminals protection, VPN, forensic analisys, clustering, web servers
                   2215: and development of Internet apps.  Our products are all under Open
                   2216: Source Licenses.
                   2217:
                   2218: </td></tr>
                   2219: <tr>
                   2220: <td bgcolor="White">
1.87      ian      2221: <i>Lorenzo Planas</i><br />
                   2222: <b>Consultant</b><br />
                   2223: Tenerias 1<br />
                   2224: Huesca, Huesca 22001<br />
                   2225: Phone: +34 617 382 194<br />
                   2226: FAX: +34 617 382 194<br />
                   2227: Email: <a href="mailto:lplanas@atropos.org">lplanas@atropos.org</a><br />
                   2228: URL: <a href="http://www.atropos.org/">http://www.atropos.org/</a>
                   2229: </td>
                   2230:        <td>Five years experience with Un*x and *BSD (OpenBSD, NetBSD, FreeBSD &
                   2231: BSDi). Authentication, PKI, crypto, VPNs, forensics, pen-test. Kernel,
                   2232: IP stack, embedded systems development. Distributed systems and
                   2233: computer immunology.
                   2234:
                   2235: </td></tr>
                   2236: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
                   2237: <a name='Switzerland'></a>
1.78      ian      2238: <b>Switzerland</b>
                   2239: </td></tr>
                   2240: <tr>
                   2241: <td bgcolor="White">
1.85      ian      2242: <i>Marc Balmer</i><br />
                   2243: <b>micro systems</b><br />
                   2244: Kannenfeldstrasse 32<br />
                   2245: Basel, Basel-Stadt CH-4056<br />
                   2246: Phone: +41 61 383 05 10<br />
                   2247: FAX: +41 61 383 05 12<br />
1.87      ian      2248: Email: <a href="mailto:marc@msys.ch">marc@msys.ch</a><br />
1.85      ian      2249: URL: <a href="http://www.msys.ch/">http://www.msys.ch/</a>
                   2250: </td>
                   2251:        <td>15+ Years UNIX experience, training, consulting and software
                   2252: development on UNIX.  TCP/IP network planning and realization.
                   2253: OpenBSD routers and firewalls, OpenBSD training for system
                   2254: administrators.  Preinstalled OpenBSD systems (out of the box servers
                   2255: and firewalls).
                   2256:
                   2257: </td></tr>
                   2258: <tr>
                   2259: <td bgcolor="White">
1.78      ian      2260: <i>Mathias Schmocker</i><br />
                   2261: <b>SMAT Engineering LLC</b><br />
                   2262: Boulevard Georges-Favon 20<br />
1.79      ian      2263: Geneva, Geneva CH-1204<br />
1.78      ian      2264: Phone: +41 22 800 3400<br />
                   2265: FAX: +41 22 800 3401<br />
                   2266: Email: <a href="mailto:smat@acm.org">smat@acm.org</a><br />
                   2267: URL: <a href="http://www.smat.ch/">http://www.smat.ch/</a>
                   2268: </td>
                   2269:        <td>We are a team of specialists in IT consulting and software development.
1.72      ian      2270: We've specialized in Unix system administration and security since 1992.
                   2271: We've been using OpenBSD for our client's Internet infrastructure
                   2272: since 1999 (firewalls, secure servers, etc.)
                   2273:
1.78      ian      2274: </td></tr>
                   2275: <tr>
                   2276: <td bgcolor="White">
                   2277: <i>Michael Muelly</i><br />
                   2278: <b>INTRADETECT</b><br />
                   2279: Bachtelstr. 52<br />
1.79      ian      2280: Pfaeffikon, Schwyz<br />
1.78      ian      2281: Phone: 055 / 420 35 78<br />
                   2282: Email: <a href="mailto:openbsd@INTRADETECT.com">openbsd@INTRADETECT.com</a><br />
                   2283: URL: <a href="http://www.INTRADETECT.com/">http://www.INTRADETECT.com/</a>
                   2284: </td>
                   2285:        <td>We are a security consulting company; we provide OpenBSD support for our
1.20      ian      2286: security clients.
                   2287:
1.83      ian      2288:
                   2289: </td></tr>
1.87      ian      2290: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
                   2291: <a name='Turkey'></a>
                   2292: <b>Turkey</b>
                   2293: </td></tr>
1.83      ian      2294: <tr>
                   2295: <td bgcolor="White">
1.87      ian      2296: <i>Tamer Sahin</i><br />
                   2297: <b>SecurityOffice</b><br />
                   2298: 1452 sok. no:70<br />
                   2299: Izmir, Alsancak 35370<br />
                   2300: Phone: +905422448157<br />
                   2301: Email: <a href="mailto:ts@securityoffice.net">ts@securityoffice.net</a><br />
                   2302: URL: <a href="http://www.securityoffice.net">http://www.securityoffice.net</a>
                   2303: </td>
                   2304:        <td>Security consulting services work supporting OpenBSD and other *nix systems.
1.83      ian      2305:
1.78      ian      2306: </td></tr>
                   2307: <tr>
                   2308: <td bgcolor="White">
                   2309: <i>Tamer Sahin</i><br />
                   2310: <b>tamersahin.net</b><br />
                   2311: 1452 sok. no:70<br />
1.79      ian      2312: Izmir, Konak 35370<br />
1.78      ian      2313: Phone: +905422448157<br />
                   2314: FAX: +905422448157<br />
                   2315: Email: <a href="mailto:feedback@tamersahin.net">feedback@tamersahin.net</a><br />
                   2316: URL: <a href="http://www.tamersahin.net/">http://www.tamersahin.net/</a>
                   2317: </td>
                   2318:        <td>Security consulting services work supporting OpenBSD and other *nix
1.72      ian      2319: systems.
                   2320:
1.78      ian      2321: </td></tr>
                   2322: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      2323: <a name='United'></a>
1.78      ian      2324: <b>United Kingdom</b>
                   2325: </td></tr>
                   2326: <tr>
                   2327: <td bgcolor="White">
                   2328: <i>Rob Pickering</i><br />
1.83      ian      2329: <b>Robin Pickering Associates</b><br />
                   2330: Drayton Parslow<br />
                   2331: Milton Keynes, Buckinghamshire MK17 0JS<br />
                   2332: Phone: 01908 645165<br />
                   2333: FAX: 01908 648170<br />
                   2334: Email: <a href="mailto:rob@rpaconsult.co.uk">rob@rpaconsult.co.uk</a><br />
                   2335: URL: <a href="http://www.rpaconsult.co.uk/">http://www.rpaconsult.co.uk/</a>
                   2336: </td>
                   2337:        <td>Over 14 years background setting up and developing software on BSD
                   2338: based platforms. Currently specialise in building <b>inexpensive
                   2339: firewall and VPN setups</b> using OpenBSD. Lots of experience
                   2340: building secure service provider systems too.
1.18      ian      2341:
1.78      ian      2342: </td></tr>
                   2343: <tr>
                   2344: <td bgcolor="White">
1.87      ian      2345: <i>Dave Pullig</i><br />
                   2346: <b>Red Cube Systems Limited</b><br />
                   2347: Suite 144, 91 Western Road<br />
                   2348: Brighton, East Sussex BN1 2NW<br />
                   2349: Phone: 08707 459140<br />
                   2350: FAX: 08707 459141<br />
                   2351: Email: <a href="mailto:openbsd@redcubesystems.com">openbsd@redcubesystems.com</a><br />
                   2352: URL: <a href="http://www.redcubesystems.com/">http://www.redcubesystems.com/</a>
                   2353: </td>
                   2354:        <td>We design and install and administer OpenBSD based servers and
                   2355: firewalls both for private and public networks. Security and reliablity
                   2356: are always our priority.        
                   2357:
                   2358: </td></tr>
                   2359: <tr>
                   2360: <td bgcolor="White">
1.85      ian      2361: <i>Paul Civati</i><br />
                   2362: <b>Xensia LLP</b><br />
                   2363: London<br />
                   2364: Phone: +44 (0)7050 659 836<br />
                   2365: FAX: +44 (0)7020 973 424<br />
                   2366: Email: <a href="mailto:paul.civati(at)xensia.com">paul.civati(at)xensia.com</a><br />
                   2367: URL: <a href="http://www.xensia.com/">http://www.xensia.com/</a>
                   2368: </td>
                   2369:        <td>UNIX systems/admin/security/networking consultancy, specialising in Open
                   2370: Source software on Solaris/BSD/Linux, within London. Over 7.5 years experience
                   2371: with UNIX systems, administration, security/firewalls and networking.
                   2372:
                   2373: </td></tr>
                   2374: <tr>
                   2375: <td bgcolor="White">
                   2376: <i>Richard C.S. Webb</i><br />
                   2377: <b>Periscon Corporation Limited</b><br />
                   2378: 3 Saint Georges Avenue<br />
                   2379: Bridgend, Mid-Glamorgan CF31 1RS<br />
                   2380: Phone: +44 1656 768 826<br />
                   2381: FAX: +44 1656 654 400<br />
                   2382: Email: <a href="mailto:rcsw@periscon.com">rcsw@periscon.com</a><br />
                   2383: URL: <a href="http://www.periscon.com/">http://www.periscon.com/</a>
                   2384: </td>
                   2385:        <td>Supply, Installation and Administration of OpenBSD powered firewalls and
1.90      ian      2386: servers. Security audits and consultations. HA and HPC Linux Clusters.
1.85      ian      2387:
                   2388: </td></tr>
                   2389: <tr>
                   2390: <td bgcolor="White">
1.79      ian      2391: <i>Bruce D. Allen-Greig</i><br />
                   2392: <b>Allen-Greig IT Consulting</b><br />
                   2393: Staffordshire<br />
                   2394: Phone: +44 (0)1782 399 135<br />
                   2395: FAX: +44 (0)1782 399 135<br />
                   2396: Email: <a href="mailto:openbsd@allen-greig.com">openbsd@allen-greig.com</a><br />
                   2397: URL: <a href="http://www.allen-greig.com/">http://www.allen-greig.com/</a>
                   2398: </td>
                   2399:        <td>Over 12 years IT Consultancy and Management, we specialize in Information
                   2400: Technology for businesses of any size who want to take advantage of high
                   2401: quality Consultancy and Services.
                   2402:
                   2403: </td></tr>
                   2404: <tr>
                   2405: <td bgcolor="White">
1.78      ian      2406: <i>Lawrence W. Smith</i><br />
                   2407: <b>The Juice Consultancy Ltd.</b><br />
                   2408: Croudace House, 97 Godstone Road.<br />
1.79      ian      2409: Caterham, Surrey CR3 6RE<br />
1.78      ian      2410: Phone: +44 (0)20 7700 8340<br />
                   2411: FAX: +44 (0)20 7700 8341<br />
                   2412: Email: <a href="mailto:info@juiceco.com">info@juiceco.com</a><br />
                   2413: URL: <a href="http://www.juiceco.com/">http://www.juiceco.com/</a>
                   2414: </td>
                   2415:        <td>: Installation, configuration, integration and maintenance of
1.72      ian      2416: OpenBSD/Solaris/Linux/NT systems. Providing a full range of network
                   2417: services with an emphasis on security, simplicity and automation.
                   2418:
1.78      ian      2419: </td></tr>
                   2420: <tr>
                   2421: <td bgcolor="White">
                   2422: <i>Robert McKay</i><br />
                   2423: <b>Tetrapod Communications, Inc.</b><br />
                   2424: 94 Greygoose Park<br />
1.79      ian      2425: Harlow, Essex CM19 4JR<br />
1.78      ian      2426: Phone: +44(0)8451 275272<br />
                   2427: FAX: +44(0)8451 275272<br />
                   2428: Email: <a href="mailto:rjm@tetrapod.com">rjm@tetrapod.com</a><br />
                   2429: URL: <a href="http://www.tetrapod.com/">http://www.tetrapod.com/</a>
                   2430: </td>
                   2431:        <td>We provide custom programming (Java, C++, perl) and installation and
1.60      ian      2432: maintenance of CIFS (Samba), Apache, DNS, Sendmail, Exim, Qmail and setup
                   2433: of Firewall rules. These services are available for OpenBSD as well as
                   2434: other platforms including Windows, Solaris and Linux.
                   2435:
1.78      ian      2436: </td></tr>
                   2437: <tr>
                   2438: <td bgcolor="White">
                   2439: <i>Peter Galbavy</i><br />
                   2440: <b>Knowledge Matters Ltd.</b><br />
                   2441: 102 London Road, Shenley, Hertfordshire<br />
1.79      ian      2442: London WD7 9BS<br />
1.78      ian      2443: Phone: +44 1923 857111<br />
                   2444: FAX: +44 870 1600800<br />
                   2445: Email: <a href="mailto:people@knowledge.com">people@knowledge.com</a><br />
                   2446: URL: <a href="http://www.knowledge.com/">http://www.knowledge.com/</a>
                   2447: </td>
                   2448:        <td>OpenBSD and Open Source software development, support and consulting. Internet related product development.
                   2449:
                   2450: </td></tr>
                   2451: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      2452: <a name='USA'></a>
1.78      ian      2453: <b>United States</b>
                   2454: </td></tr>
                   2455: <tr>
                   2456: <td bgcolor="White">
                   2457: <i>Steve Murphree, Jr.</i><br />
                   2458: <b>Consultant</b><br />
                   2459: 240 North Montcrest<br />
1.79      ian      2460: Cullman, Alabama 35057<br />
1.78      ian      2461: Phone: (256) 739-2076<br />
                   2462: Email: <a href="mailto:smurph@smcomp.com">smurph@smcomp.com</a><br />
                   2463: URL: <a href="http://www.smcomp.com/">http://www.smcomp.com/</a>
                   2464: </td>
                   2465:        <td>OpenBSD i386, powerpc, mvme68k and mvme88k experience.  VME device driver
1.57      miod     2466: development.  OpenBSD installation and configuration for firewalls,
1.53      ian      2467: samba, NFS, FTP and HTTP.  IBM DB2 SQL programming services.  Porting
1.83      ian      2468: OpenBSD. SCSI, serial and ethernet driver development.
                   2469:
                   2470: </td></tr>
                   2471: <tr>
                   2472: <td bgcolor="White">
                   2473: <i>Ben Goren</i><br />
                   2474: <b>TrumpetPower!</b><br />
                   2475: Post Office Box 964<br />
                   2476: Tempe, Arizona 85280-0964<br />
                   2477: Phone: 480-966-9472<br />
                   2478: Email: <a href="mailto:ben@trumpetpower.com">ben@trumpetpower.com</a><br />
                   2479: URL: <a href="http://www.trumpetpower.com/">http://www.trumpetpower.com/</a>
                   2480: </td>
                   2481:        <td>I specialize in database-backed Web sites run on OpenBSD; a
                   2482: <a href="http://www.trumpetpower.com/Code/Site">live sample</a> is
                   2483: available. I can provide OpenBSD (or other Unix-like operating
                   2484: system) installation, administration, and consultation services.
                   2485: Experience in and certifications for teaching and training;
                   2486: can write documentation.
1.53      ian      2487:
1.78      ian      2488: </td></tr>
                   2489: <tr>
                   2490: <td bgcolor="White">
                   2491: <i>Justin Reigle</i><br />
                   2492: <b>Consultant</b><br />
                   2493: 1409 Lafayette St. Apt. 6<br />
1.79      ian      2494: Alameda, California 94501<br />
1.78      ian      2495: Phone: 510-864-2094<br />
                   2496: Email: <a href="mailto:inert@sysmatrix.net">inert@sysmatrix.net</a><br />
                   2497: </td>
                   2498:        <td>Worked with companies offering professional-grade OpenBSD systems.
1.76      ian      2499: Also, expertise in coding on the OpenBSD and *BSD platforms.
                   2500:
1.78      ian      2501: </td></tr>
                   2502: <tr>
                   2503: <td bgcolor="White">
1.87      ian      2504: <i>Christopher M. Paul</i><br />
                   2505: <b>Rex Consulting, Inc.</b><br />
                   2506: 106 Maywood Drive<br />
                   2507: Boulder Creek, California 95006<br />
                   2508: Phone: 831.338.7712<br />
                   2509: Email: <a href="mailto:chris.paul@teamci.net">chris.paul@teamci.net</a><br />
                   2510: URL: <a href="http://www.teamrci.net/">http://www.teamrci.net/</a>
                   2511: </td>
                   2512:        <td>I have 20 years experience in IT consulting, 10 while a student and
                   2513: another 10 professionally. Specialties include electronic mail, DNS,
                   2514: security, and intrusion detection. I focus on business requirements.
                   2515: UNIX preferred; also MS-Windows (MCSE, 1994).
                   2516:
                   2517: </td></tr>
                   2518: <tr>
                   2519: <td bgcolor="White">
1.79      ian      2520: <b>New Digital Paradigm</b><br />
                   2521: P.O. Box 712911<br />
                   2522: San Diego, California 92171<br />
                   2523: Phone: (619) 580-3249<br />
                   2524: FAX: (619) 839-3860<br />
                   2525: Email: <a href="mailto:info@newdigitalparadigm.com">info@newdigitalparadigm.com</a><br />
1.83      ian      2526: URL: <a href="http://www.newdigitalparadigm.com/">http://www.newdigitalparadigm.com/</a>
1.79      ian      2527: </td>
                   2528:        <td>Commercial support for OpenBSD firewalls and general Security
1.83      ian      2529: consulting/OpenBSD security consulting. UNIX/Windows integration and
1.79      ian      2530: information technology solutions for small/medium sized medical offices.
                   2531:
                   2532: </td></tr>
                   2533: <tr>
                   2534: <td bgcolor="White">
1.78      ian      2535: <i>Fred Fahnert</i><br />
                   2536: <b>Consultant</b><br />
                   2537: 20975 Valley Green Drive #206<br />
1.79      ian      2538: San Jose, California 95014<br />
1.78      ian      2539: Phone: (408) 799 5010<br />
                   2540: FAX: (408) 366 1727<br />
                   2541: Email: <a href="mailto:fred@netfinances.com">fred@netfinances.com</a><br />
                   2542: URL: <a href="http://www.netfinances.com/fred/consulting.html">http://www.netfinances.com/fred/consulting.html</a>
                   2543: </td>
                   2544:        <td>OpenBSD installation, security, and setup of services including
1.83      ian      2545: Web, DNS, Samba. Can setup your computer to be
1.35      ian      2546: anything from a firewall to desktop workstation.
1.38      ian      2547:
1.78      ian      2548: </td></tr>
                   2549: <tr>
                   2550: <td bgcolor="White">
1.79      ian      2551: <b>Protectix, Inc.</b><br />
                   2552: 1793 Lafayette Street, #240<br />
                   2553: Santa Clara, California 95050<br />
                   2554: Phone: (866) 776-9255<br />
                   2555: FAX: (408) 557-8960<br />
                   2556: Email: <a href="mailto:sales@protectix.com">sales@protectix.com</a><br />
                   2557: URL: <a href="http://protectix.com/">http://protectix.com/</a>
                   2558: </td>
                   2559:        <td>Protectix provides commercial support for OpenBSD and professional
1.83      ian      2560: training on installation and setup. Other services include outsourced
1.79      ian      2561: network management, vulnerability testing, Firewall, VPN and
                   2562: comprehensive security consulting.
                   2563:
                   2564: </td></tr>
                   2565: <tr>
                   2566: <td bgcolor="White">
                   2567: <i>Frank Strutner</i><br />
                   2568: <b>ShopIP, Inc.</b><br />
                   2569: 37 W. Yokuts Ave. #B3<br />
                   2570: Stockton, California 95207-5725<br />
                   2571: Phone: 415-720-8193<br />
                   2572: Email: <a href="mailto:frank@shopip.com">frank@shopip.com</a><br />
                   2573: URL: <a href="http://www.shopip.com/">http://www.shopip.com/</a>
                   2574: </td>
1.83      ian      2575:        <td>ShopIP supplies the CrunchBox, an OpenBSD-based firewall and IDS
                   2576: controlled via an HTML GUI. A "demo box" is online for your
                   2577: evaluation. We are a group of security-focused computer professionals
1.79      ian      2578: specializing in OpenBSD.
                   2579:
1.83      ian      2580:
                   2581: </td></tr>
                   2582: <tr>
                   2583: <td bgcolor="White">
1.85      ian      2584: <i>Jose Font</i><br />
1.83      ian      2585: <b>Fontec</b><br />
                   2586: 1234 SW 4th Avenue<br />
                   2587: Cape Coral, Florida 33991<br />
                   2588: Phone: (239) 242-9138<br />
                   2589: FAX: (239) 242-9138<br />
1.85      ian      2590: Email: <a href="mailto:josefont@fontec.com">josefont@fontec.com</a><br />
1.83      ian      2591: URL: <a href="http://www.fontec.com/">http://www.fontec.com/</a>
                   2592: </td>
                   2593:        <td>We utilize open source software to provide business computer security and
                   2594: networking solutions.  Our firewalls and virtual private networks contain
                   2595: the OpenBSD operating system.
                   2596: We deploy Samba to make a UNIX system serve as a Windows file and print server.
                   2597:
1.79      ian      2598: </td></tr>
                   2599: <tr>
                   2600: <td bgcolor="White">
1.78      ian      2601: <i>Kyle Amon</i><br />
1.87      ian      2602: <b>BackWatcher, Inc.</b><br />
                   2603: 3819 Garden Lakes Terrace<br />
                   2604: Bradenton, Florida 34203-7305<br />
1.78      ian      2605: Phone: 813-979-1633<br />
1.87      ian      2606: Email: <a href="mailto:info@backwatcher.com">info@backwatcher.com</a><br />
                   2607: URL: <a href="http://www.backwatcher.com/">http://www.backwatcher.com/</a>
1.78      ian      2608: </td>
                   2609:        <td>Specializing in security (firewalls, VPNs, security audits, intrusion
1.60      ian      2610: detection systems, etc.), we also cover installation and configuration,
                   2611: systems integration, performance tuning, disaster recovery, network
                   2612: architecture and programming. OpenBSD, NetBSD, FreeBSD, Linux and many
                   2613: commercial flavors.
1.35      ian      2614:
1.78      ian      2615: </td></tr>
                   2616: <tr>
                   2617: <td bgcolor="White">
                   2618: <i>Paul Pruett</i><br />
                   2619: <b>Web Engineering, Inc.</b><br />
                   2620: 415 Brevard Avenue<br />
1.79      ian      2621: Cocoa, Florida 32922<br />
1.78      ian      2622: Phone: 321-639-4344<br />
                   2623: FAX: 321-639-8681<br />
                   2624: Email: <a href="mailto:sysadmin@webengr.com">sysadmin@webengr.com</a><br />
                   2625: URL: <a href="http://www.webengr.com/">http://www.webengr.com/</a>
                   2626: </td>
                   2627:        <td>Setup, support, hosting and consulting.  We also use OpenBSD for our ISP
1.60      ian      2628: services including Sendmail for Email, SSL Apache for Web Servers with PHP
                   2629: MailMan for EMail Lists, Mysql and more.  We can show you how
1.58      ian      2630: to use anonCVS to rebuild kernel, /usr/src and /usr/ports  :-)
                   2631:
1.78      ian      2632: </td></tr>
                   2633: <tr>
                   2634: <td bgcolor="White">
1.87      ian      2635: <b>iDREUS</b><br />
                   2636: 7012 Persimmon Pl.<br />
                   2637: Sarasota, Florida 34243<br />
                   2638: Phone: 941-726-1730<br />
                   2639: Email: <a href="mailto:sales@idreus.com">sales@idreus.com</a><br />
                   2640: URL: <a href="http://www.idreus.com/">http://www.idreus.com/</a>
                   2641: </td>
                   2642:        <td>iDREUS provides hourly and contractual support for OpenBSD, NetBSD, FreeBSD,
                   2643: and various Linux distro's.  Our firewall, VPN and IDS solutions are based on
                   2644: OpenBSD.
                   2645:
                   2646: </td></tr>
                   2647: <tr>
                   2648: <td bgcolor="White">
1.99      ian      2649: <i>Dan Ouellet</i><br />
                   2650: <b>Ouellet Consulting Inc</b><br />
                   2651: 7996 Grant Court<br />
                   2652: Tallahassee, Florida 32309<br />
                   2653: Phone: 850-893-3741<br />
                   2654: FAX: 850-893-1270<br />
                   2655: Email: <a href="mailto:dan@imagersoft.com">dan@imagersoft.com</a><br />
                   2656: </td>
                   2657:        <td>We specialize in systems/networks design, implementation and
                   2658: security solutions, including solutions meeting HIPPA requirements.
                   2659: We spec out, configure and support firewalls, proxy-arrays, servers,
                   2660: switches, mail systems, web servers, databases, etc. We are familiar
                   2661: and support most Windows and Unix/Linux systems including Open BSD.
                   2662: We plan and assist with Active Directory migrations.
                   2663:
                   2664: </td></tr>
                   2665: <tr>
                   2666: <td bgcolor="White">
1.89      ian      2667: <i>Eric Pancer</i><br />
                   2668: <b>Catastrophe.Net</b><br />
                   2669: 243 S. Wabash Avenue #500<br />
                   2670: Chicago, Illinois 60604<br />
                   2671: Phone: +1-312-362-5684<br />
                   2672: FAX: +1-312-362-5684<br />
                   2673: Email: <a href="mailto:eric@catastrophe.net">eric@catastrophe.net</a><br />
                   2674: URL: <a href="http://www.catastrophe.net/">http://www.catastrophe.net/</a>
                   2675: </td>
                   2676:        <td>Installation/configuration focusing on UNIX systems, computer security
                   2677: and forensic analysis and Internet application consulting services.
1.99      ian      2678:
                   2679: </td></tr>
                   2680: <tr>
                   2681: <td bgcolor="White">
                   2682: <i>kurtis minder</i><br />
                   2683: <b>edward-scott, ltd.</b><br />
                   2684: 1236 Chicago Avenue #505<br />
                   2685: Evanston, Illinois 60202<br />
                   2686: Phone: 312-962-5816<br />
                   2687: FAX: 312-962-5816<br />
                   2688: Email: <a href="mailto:kurtis@edward-scott.com">kurtis@edward-scott.com</a><br />
                   2689: URL: <a href="http://edward-scott.com/">http://edward-scott.com/</a>
                   2690: </td>
                   2691:        <td>Open Source software developers and consultants.  We have a variety
                   2692: of Unix and Network certified engineers.  We provide *NIX support
                   2693: including: OpenBSD, FreeBSD, Solaris, Linux (various Distros), and
                   2694: other platforms.  We will provide a free project assessment.
1.89      ian      2695:
                   2696: </td></tr>
                   2697: <tr>
                   2698: <td bgcolor="White">
1.78      ian      2699: <i>Brett M Turner</i><br />
                   2700: <b>Obsidian Consulting Services, Inc.</b><br />
                   2701: P.O. Box 1770<br />
1.79      ian      2702: Springfield, Illinois 62705<br />
1.78      ian      2703: Phone: 217-522-9719<br />
                   2704: FAX: 217-522-9888<br />
                   2705: Email: <a href="mailto:brett@ocsi.bz">brett@ocsi.bz</a><br />
                   2706: URL: <a href="http://www.ocsi.bz/">http://www.ocsi.bz/</a>
                   2707: </td>
                   2708:        <td>Eleven years experience with *NIX.  Two years experience with open source
1.72      ian      2709: BSD code.  Nine years experience with Linux/Mach/Domain/Sun-BSD OS based
                   2710: Unix. Nine years as integrations specialist.  Goals are to make proprietary
                   2711: code base systems securely cooperate with open base platforms. Currently I
                   2712: hold the following certifications MCSE, CCDA, CCNA, Certified Solaris
                   2713: Administrator, and Checkpoint SE.
                   2714:
1.78      ian      2715: </td></tr>
                   2716: <tr>
                   2717: <td bgcolor="White">
                   2718: <i>V. K. Cody Bumgardner</i><br />
                   2719: <b>SpecTechnologies</b><br />
                   2720: 1909 PErshing Road<br />
1.79      ian      2721: Lexington, Kentucky 40504<br />
1.78      ian      2722: Phone: 859-806-2864<br />
                   2723: FAX: 859-806-7121<br />
                   2724: Email: <a href="mailto:codeman@spectechnologies.net">codeman@spectechnologies.net</a><br />
                   2725: URL: <a href="http://www.spectechnologies.net/">http://www.spectechnologies.net/</a>
                   2726: </td>
                   2727:        <td>We have over 10 years experience in Security Systems, we are a integrated
1.72      ian      2728: security provider in the area of digital communications.  We will also work
                   2729: with any BSD OS.
                   2730:
1.78      ian      2731: </td></tr>
                   2732: <tr>
                   2733: <td bgcolor="White">
1.83      ian      2734: <i>Joshua Steele</i><br />
                   2735: <b>Codefusion Internet Services</b><br />
                   2736: 216 New Hampshire Avenue<br />
                   2737: Cumberland, Maryland 21502<br />
                   2738: Phone: 301-777-1142<br />
                   2739: Email: <a href="mailto:sales@CodefusionIS.com">sales@CodefusionIS.com</a><br />
                   2740: URL: <a href="http://www.CodefusionIS.com">http://www.CodefusionIS.com</a>
                   2741: </td>
                   2742:        <td>Codefusion Internet Services provides Unix-based consulting
                   2743: services to small businesses and organizations.  Work mainly with *BSD
                   2744: Unix (OpenBSD, FreeBSD) and Linux systems in a networked environment.
                   2745:
                   2746: </td></tr>
                   2747: <tr>
                   2748: <td bgcolor="White">
1.99      ian      2749: <i>Jason Dixon</i><br />
                   2750: <b>DixonGroup Consulting</b><br />
                   2751: 385 Winged Foot Drive<br />
                   2752: Westminster, Maryland 21158<br />
                   2753: Phone: 443-722-6673<br />
                   2754: Email: <a href="mailto:jason@dixongroup.net">jason@dixongroup.net</a><br />
                   2755: URL: <a href="http://www.dixongroup.net">http://www.dixongroup.net</a>
                   2756: </td>
                   2757:        <td>DixonGroup Consulting is a full service computer consulting firm
                   2758: specializing in Internet Systems, Custom Programming and Deployment,
                   2759: and Network Services.  Our focus continues to be on stable, secure
                   2760: solutions built on the OpenBSD and Linux platforms.
                   2761:
                   2762: </td></tr>
                   2763: <tr>
                   2764: <td bgcolor="White">
1.78      ian      2765: <i>Zachary Schneider</i><br />
                   2766: <b>Ironkeep Technologies</b><br />
                   2767: 223 East Front Street Suite 3<br />
1.79      ian      2768: Traverse City, Michigan 49686<br />
1.78      ian      2769: Phone: 231-922-3577<br />
                   2770: Email: <a href="mailto:info@ironkeep.net">info@ironkeep.net</a><br />
                   2771: URL: <a href="http://www.ironkeep.net/">http://www.ironkeep.net/</a>
                   2772: </td>
                   2773:        <td>Custom secure Internet solutions utilizing OpenBSD including: Firewalls, Mail, WWW, E-commerce etc.
1.90      ian      2774:
                   2775: </td></tr>
                   2776: <tr>
                   2777: <td bgcolor="White">
                   2778: <i>L. V. Lammert, PhD</i><br />
                   2779: <b>Omnitec Corporation</b><br />
                   2780: PO Box 411010<br />
                   2781: St. Louis, Missouri 63141<br />
                   2782: Phone: 314-997-4600<br />
                   2783: Email: <a href="mailto:info@omnitec.net">info@omnitec.net</a><br />
                   2784: URL: <a href="http://www.omnitec.net/">http://www.omnitec.net/</a>
                   2785: </td>
                   2786:        <td>Over 20 years experience in software development, networking, Internet.
                   2787: Building, maintaining, and developing on OpenBSD since 2.6. We provide
                   2788: consulting, software development (C, C++), web development (PHP, Perl),
                   2789: hosting, support, and sys admin services for OpenBSD and Linux.
1.85      ian      2790:
                   2791: </td></tr>
                   2792: <tr>
                   2793: <td bgcolor="White">
                   2794: <i>Richard Welty</i><br />
                   2795: <b>Averill Park Networking</b><br />
                   2796: P.O. Box 629<br />
                   2797: Averill Park, New York 12018<br />
                   2798: Phone: 518-573-7592<br />
                   2799: Email: <a href="mailto:rwelty@averillpark.net">rwelty@averillpark.net</a><br />
                   2800: URL: <a href="http://www.averillpark.net/">http://www.averillpark.net/</a>
                   2801: </td>
                   2802:        <td>OpenBSD setup/installation/remote administration. Network engineering,
                   2803: firewalls, VPNs, software development (C/Java/PHP/PostgreSQL/MySQL). Also
                   2804: experienced with Solaris and Linux.
1.78      ian      2805:
                   2806: </td></tr>
                   2807: <tr>
                   2808: <td bgcolor="White">
                   2809: <i>Matthias Halfmann</i><br />
                   2810: <b>Consultant</b><br />
                   2811: 7 Eaton Rd<br />
1.79      ian      2812: Troy, New York 12180<br />
1.78      ian      2813: Phone: 518-270-9065<br />
                   2814: FAX: 518-270-9065<br />
                   2815: Email: <a href="mailto:halfmm@rpi.edu">halfmm@rpi.edu</a><br />
                   2816: URL: <a href="http://www.rpi.edu/~halfmm/openbsd/">http://www.rpi.edu/~halfmm/openbsd/</a>
                   2817: </td>
                   2818:        <td>Deployment and support for OpenBSD servers and workstations.
1.66      ian      2819: Windows and UNIX integration, firewalling, intrusion detection, and
                   2820: security policies.
                   2821:
1.78      ian      2822: </td></tr>
                   2823: <tr>
                   2824: <td bgcolor="White">
                   2825: <i>Gregory Hull</i><br />
                   2826: <b>Synack Systems Corporation</b><br />
                   2827: 2546 Ingleside Ave<br />
1.79      ian      2828: Cincinnati, Ohio 45206<br />
1.78      ian      2829: Phone: 513.509.5503<br />
                   2830: FAX: 513.961.0151<br />
                   2831: Email: <a href="mailto:ghull@synack.com">ghull@synack.com</a><br />
                   2832: URL: <a href="http://www.synack.com/">http://www.synack.com/</a>
                   2833: </td>
                   2834:        <td>Installation and support of OpenBSD based mail, web, database, news,
1.36      ian      2835: dns, ftp, and samba servers.  OpenBSD and Windows desktop integration.
                   2836: WWW, email, database and other application hosting.
                   2837:
1.78      ian      2838: </td></tr>
                   2839: <tr>
                   2840: <td bgcolor="White">
1.87      ian      2841: <i>Todd T. Fries</i><br />
                   2842: <b>Free Daemon Consulting</b><br />
                   2843: 12821 Stratford Drive, Apt. 183<br />
                   2844: Oklahoma City, Oklahoma 73120<br />
                   2845: Phone: 405-748-4596<br />
                   2846: Email: <a href="mailto:todd@fries.net">todd@fries.net</a><br />
                   2847: URL: <a href="http://FreeDaemonConsulting.fries.net/">http://FreeDaemonConsulting.fries.net/</a>
                   2848: </td>
                   2849:        <td>OpenBSD/UNIX consulting in support of free software solutions.
                   2850:
                   2851: </td></tr>
                   2852: <tr>
                   2853: <td bgcolor="White">
1.78      ian      2854: <i>Chris Cappuccio</i><br />
                   2855: <b>Consultant</b><br />
                   2856: 920 SW Emkay Dr., C-104<br />
1.79      ian      2857: Bend, Oregon<br />
1.78      ian      2858: Phone: 541-318-8065<br />
                   2859: FAX: 541-317-3402<br />
                   2860: Email: <a href="mailto:chris@empnet.com">chris@empnet.com</a><br />
                   2861: URL: <a href="http://www.empnet.com/chris/">http://www.empnet.com/chris/</a>
                   2862: </td>
                   2863:        <td>Setup, configuration, maintenance, fault recovery, firewall configuration,
1.60      ian      2864: and planning for OpenBSD based servers and workstations.
                   2865:
1.78      ian      2866: </td></tr>
                   2867: <tr>
                   2868: <td bgcolor="White">
                   2869: <i>Angelos D. Keromytis</i><br />
                   2870: <b>Consultant</b><br />
                   2871: 2031 South Street, Apt #202<br />
1.79      ian      2872: Philadelphia, Pennsylvania<br />
1.78      ian      2873: Phone: (215) 985 5322<br />
                   2874: FAX: (215) 573 2232<br />
                   2875: Email: <a href="mailto:adk@adk.gr">adk@adk.gr</a><br />
                   2876: URL: <a href="http://www.cis.upenn.edu/~angelos/">http://www.cis.upenn.edu/~angelos/</a>
                   2877: </td>
                   2878:        <td>Author of the OpenBSD IPsec code, field experience with firewalls, consulting
                   2879: only <em>outside</em> the US.
                   2880:
                   2881: </td></tr>
                   2882: <tr>
                   2883: <td bgcolor="White">
1.87      ian      2884: <i>Samantha Ollinger and Fred Ollinger</i><br />
                   2885: <b>Diadig</b><br />
                   2886: PMB 700 Rodin Place, 2000 Hamilton St.<br />
                   2887: Philadelphia, Pennsylvania 19139<br />
                   2888: Email: <a href="mailto:info@diadig.com">info@diadig.com</a><br />
                   2889: URL: <a href="http://www.diadig.com/">http://www.diadig.com/</a>
                   2890: </td>
                   2891:        <td>On site installation and support of OpenBSD systems.
                   2892:
                   2893: </td></tr>
                   2894: <tr>
                   2895: <td bgcolor="White">
1.99      ian      2896: <i>Mike Jarsulic</i><br />
                   2897: <b>Consultant</b><br />
                   2898: 440 Chatham Park Dr.<br />
                   2899: Pittsburgh, Pennsylvania 15220<br />
                   2900: Phone: 412-953-9323<br />
                   2901: Email: <a href="mailto:m.jarsulic@verizon.net">m.jarsulic@verizon.net</a><br />
                   2902: </td>
                   2903:        <td>Installation and support of OpenBSD servers (mail, Web, DNS,
                   2904: database, FTP), firewalls, IDS, and VPNs.  Also experienced in
                   2905: Linux, NT, and Netware.  Working with OpenBSD since 2.4.
                   2906:
                   2907: </td></tr>
                   2908: <tr>
                   2909: <td bgcolor="White">
1.78      ian      2910: <b>Collective Technologies</b><br />
                   2911: 9433 Bee Caves Road<br />
1.79      ian      2912: Austin, Texas 78733<br />
1.78      ian      2913: Phone: 512-263-5500<br />
                   2914: FAX: 512-263-0606<br />
                   2915: Email: <a href="mailto:contact@colltech.com">contact@colltech.com</a><br />
                   2916: URL: <a href="http://www.colltech.com/">http://www.colltech.com/</a>
                   2917: </td>
                   2918:        <td>Systems management services for distributed enterprise computing environments.
1.17      ian      2919: Collective Technologies specializes in keeping complex computer systems running
                   2920: reliably offering a full range of support services including UNIX, NT,
1.20      ian      2921: Linux, FreeBSD, OpenBSD and NetBSD.
1.17      ian      2922:
1.78      ian      2923: </td></tr>
                   2924: <tr>
                   2925: <td bgcolor="White">
1.87      ian      2926: <i>Philip Carinhas</i><br />
                   2927: <b>Fortuitous Technologies</b><br />
                   2928: P.O. Box 9895<br />
                   2929: Austin, Texas 78766<br />
                   2930: Phone: 512-218-9561<br />
                   2931: Email: <a href="mailto:support@fortuitous.com">support@fortuitous.com</a><br />
                   2932: URL: <a href="http://www.fortuitous.com/">http://www.fortuitous.com/</a>
                   2933: </td>
                   2934:        <td>Support and Training for OpenBSD, FreeBSD, Linux, and Mac OSX.
                   2935: System administration, configuration, and networking. Firewall, VPN,
                   2936: and secure network configuration for all OS flavors. Postfix, Qmail,
                   2937: DNS, and Apache.
                   2938:
                   2939: </td></tr>
                   2940: <tr>
                   2941: <td bgcolor="White">
1.99      ian      2942: <i>Brad Davis</i><br />
                   2943: <b>Enclavix LLC</b><br />
                   2944: Street Address<br />
                   2945: Draper, Utah 84020<br />
                   2946: Phone: 801-913-4506<br />
                   2947: FAX: 801-553-2675<br />
                   2948: Email: <a href="mailto:brad.davis@enclavix.com">brad.davis@enclavix.com</a><br />
                   2949: URL: <a href="http://www.enclavix.com/">http://www.enclavix.com/</a>
                   2950: </td>
                   2951:        <td>Enclavix can provide development, support, porting, and configuration
                   2952: services for OpenBSD.  We can work at any level, from applications
                   2953: (web servers, databases, etc.) to kernel hacking (including drivers).
                   2954: We specialize in secure, embedded OpenBSD systems for information
                   2955: appliances.
                   2956:
                   2957: </td></tr>
                   2958: <tr>
                   2959: <td bgcolor="White">
1.78      ian      2960: <i>Sales Department</i><br />
                   2961: <b>Black Hat Networks, LLC&#174;</b><br />
                   2962: 6427 Washington Blvd.<br />
1.79      ian      2963: Arlington, Virginia 22205<br />
1.78      ian      2964: Phone: +866-536-3001<br />
                   2965: Email: <a href="mailto:sales@bhni.net">sales@bhni.net</a><br />
                   2966: URL: <a href="http://bhni.net/">http://bhni.net/</a>
                   2967: </td>
                   2968:        <td>Security centric OpenBSD support and consulting services.  Offering
1.66      ian      2969: nearly every information technology related service available.  We also
                   2970: service other Unix and Unix-like operating systems.
                   2971:
1.78      ian      2972: </td></tr>
                   2973: <tr>
                   2974: <td bgcolor="White">
                   2975: <b>Shadow Logic</b><br />
                   2976: 21351 Ridgetop Circle, Suite 300<br />
1.79      ian      2977: Dulles, Virginia 20166<br />
1.78      ian      2978: Phone: 703.654.6080<br />
                   2979: FAX: 703.000.0000<br />
                   2980: Email: <a href="mailto:support@shadowlogic.com">support@shadowlogic.com</a><br />
1.83      ian      2981: URL: <a href="http://www.shadowlogic.com/">http://www.shadowlogic.com/</a>
1.78      ian      2982: </td>
                   2983:        <td>We provide information assurance expertise to commercial, government,
1.76      ian      2984: and military organizations. Our solutions include highly reliable
                   2985: open-source products like OpenBSD, OpenSSL, and Snort.
                   2986:
1.78      ian      2987: </td></tr>
                   2988: <tr>
                   2989: <td bgcolor="White">
                   2990: <b>Network Security Technologies</b><br />
                   2991: 13505 Dulles Technology Drive, Suite 1<br />
1.79      ian      2992: Herndon, Virginia 20171<br />
1.78      ian      2993: Phone: 703-561-0420<br />
                   2994: FAX: 703-561-0426<br />
                   2995: URL: <a href="http://www.netsec.net/">http://www.netsec.net/</a>
                   2996: </td>
                   2997:        <td>Network Security Technologies provides commercial support for OpenBSD
1.29      ian      2998: with special emphasis on "complete network security"
                   2999:
1.78      ian      3000: </td></tr>
                   3001: <tr>
                   3002: <td bgcolor="White">
1.87      ian      3003: <i>Todd M. Kover</i><br />
                   3004: <b>Omniscient Technologies</b><br />
                   3005: 36051 Birch Hollow Lane<br />
                   3006: Purcellville, Virginia 20132<br />
                   3007: Phone: +1-540-668-7602<br />
                   3008: Email: <a href="mailto:info@omniscient.com">info@omniscient.com</a><br />
                   3009: URL: <a href="http://www.omniscient.com/">http://www.omniscient.com/</a>
                   3010: </td>
                   3011:        <td>Washington D.C. based consulting group with a broad array of experience in
                   3012: *BSD, Solaris, Linux and many other varieties of unix specializing in
                   3013: highly scalable systems, systems integration and network security.
                   3014: Custom application design also available.
1.99      ian      3015:
                   3016: </td></tr>
                   3017: <tr>
                   3018: <td bgcolor="White">
                   3019: <i>Matthew R. Potter</i><br />
                   3020: <b>Potter Systems</b><br />
                   3021: 11627 Vantage Hill Rd Suite 22b<br />
                   3022: Reston, Virginia 20190<br />
                   3023: Phone: 703-707-0110<br />
                   3024: Email: <a href="mailto:mpotter@pottersystems.net">mpotter@pottersystems.net</a><br />
                   3025: URL: <a href="http://www.pottersystems.com/">http://www.pottersystems.com/</a>
                   3026: </td>
                   3027:        <td>10 years of experience with UNIX of various flavors, Solaris,
                   3028: OpenBSD (sparc and sparc64), FreeBSD, Mac OS X. My specialties include
                   3029: RF communication, Sun Hardware, IP networks.
                   3030:
                   3031: </td></tr>
                   3032: <tr>
                   3033: <td bgcolor="White">
                   3034: <i>Sean Bergeron </i><br />
                   3035: <b>757 Technologies</b><br />
                   3036: 207 Expressway Court<br />
                   3037: Virginia Beach, Virginia 23462<br />
                   3038: Phone: (757) 233-9460<br />
                   3039: FAX: (757) 233-9459<br />
                   3040: Email: <a href="mailto:sean@757tech.net">sean@757tech.net</a><br />
                   3041: URL: <a href="http://www.757tech.net/">http://www.757tech.net/</a>
                   3042: </td>
                   3043:        <td>We offer installation and integration of OpenBSD, as well as
                   3044: OpenBSD co-location and maintenance.  Serving the Hampton Roads
                   3045: area of Virginia.
1.87      ian      3046:
                   3047: </td></tr>
                   3048: <tr>
                   3049: <td bgcolor="White">
                   3050: <i>Jeremy C. Reed</i><br />
                   3051: <b>Puget Sound Technology</b><br />
                   3052: Marysville, Washington 98271<br />
                   3053: Phone: 360-658-5676<br />
                   3054: Email: <a href="mailto:info@pugetsoundtechnology.com">info@pugetsoundtechnology.com</a><br />
                   3055: URL: <a href="http://www.pugetsoundtechnology.com/">http://www.pugetsoundtechnology.com/</a>
                   3056: </td>
                   3057:        <td>Provides classroom training specifically for OpenBSD, and
                   3058: offers technical support services for various open source software.
                   3059:
                   3060: </td></tr>
                   3061: <tr>
                   3062: <td bgcolor="White">
1.78      ian      3063: <i>Josh Pennell</i><br />
                   3064: <b>IOActive</b><br />
                   3065: 8314 Greenwood Avenue North Suite 1300<br />
1.79      ian      3066: Seattle, Washington<br />
1.78      ian      3067: Phone: 206-297-3155<br />
                   3068: Email: <a href="mailto:joshp@ioactive.com">joshp@ioactive.com</a><br />
                   3069: URL: <a href="http://www.ioactive.com/">http://www.ioactive.com/</a>
                   3070: </td>
                   3071:        <td>IOActive specializes in secure web hosting for internet developers.
1.20      ian      3072: We utilize OpenBSD to help us achieve this goal.  We also specialize in
                   3073: network audits, intrusion detection systems and custom crypto
                   3074: applications written in Java.
1.5       ian      3075:
1.78      ian      3076: </td></tr>
                   3077: <tr>
                   3078: <td bgcolor="White">
                   3079: <i>Rob Martin, Jeph Ward</i><br />
                   3080: <b>2guyshosting.com</b><br />
                   3081: 424 West Main Street<br />
1.79      ian      3082: Palmyra, Wisconsin 53156<br />
1.78      ian      3083: Phone: 262-391-8282<br />
                   3084: FAX: 262-495-2282<br />
                   3085: Email: <a href="mailto:info@2guyshosting.com">info@2guyshosting.com</a><br />
                   3086: URL: <a href="http://2guyshosting.com/">http://2guyshosting.com/</a>
                   3087: </td>
                   3088:        <td>OpenBSD (i386 and Sparc experience) consulting, including web hosting,
1.75      miod     3089: firewalls, IPsec VPN's, Internet gateways, MySQL, qmail, djbdns, programming.
1.5       ian      3090:
1.79      ian      3091: </td></tr>
                   3092: <tr><td bgcolor="#99FFFF" colspan="2" align="center">
1.87      ian      3093: <a name='Venezuela'></a>
1.79      ian      3094: <b>Venezuela</b>
                   3095: </td></tr>
                   3096: <tr>
                   3097: <td bgcolor="White">
                   3098: <i>JesUs Lima</i><br />
                   3099: <b>COMPUTACION UNIXSUPPORT, C.A.</b><br />
                   3100: Av. Urdaneta, Edf. Iberia, P.H., La Candelaria.<br />
                   3101: Caracas, Región Capital 01010<br />
                   3102: Phone: (+58 212) 5631295, 5631503<br />
                   3103: FAX: (+58 212) 5631337<br />
                   3104: Email: <a href="mailto:unixsup@unixsup.com">unixsup@unixsup.com</a><br />
                   3105: URL: <a href="http://www.unixsup.com/">http://www.unixsup.com/</a>
                   3106: </td>
                   3107:        <td>Soporte, instalación y configuración de Redes TCP/IP y Servidores UNIX,
                   3108: *BSD, Linux, Solaris, SCO Unix, AIX; contamos con más de 10 años de
                   3109: experiencia desarrollando proyectos e implementando plataformas
                   3110: informáticas con Servidores basados en Unix y Redes TCP/IP.
1.78      ian      3111: </td></tr>
1.92      ian      3112:
1.13      ian      3113:
1.61      ian      3114: </table>
1.5       ian      3115:
1.78      ian      3116: <hr />
                   3117: <h3>Related Links</h3>
                   3118: <p>There are similar sets of support people for most of the other
1.1       ian      3119: free UNIX-like systems, in particular
1.78      ian      3120: <a href="http://www.netbsd.org/gallery/consultants.html">NetBSD</a> and
1.86      ian      3121: <a href="http://www.freebsd.org/commercial/consulting.html">FreeBSD</a>.
1.78      ian      3122: </p>
                   3123: <hr />
                   3124: <a href="index.html">
1.87      ian      3125:        <img height="24" width="24" src="back.gif" border="0" alt="[OpenBSD]"/></a>
1.78      ian      3126: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                   3127: <br />
1.98      jose     3128: <small>$OpenBSD: support.skel,v 1.17 2003/05/12 15:09:58 ian Exp $</small>
1.78      ian      3129: </body>
                   3130: </html>