Ignore:
Timestamp:
Jan 29, 2007, 9:40:44 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #49 (stealth mode broken). Regression test added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/HOWTO-client+server-troubleshooting.html

    r1 r89  
    3030div.warnblock {
    3131        background: #b6c5f2; color: #000;
     32        background: #ffffcc; color: #000;
    3233        margin: 1em; padding: 0 1em 0 1em;
    3334        border-width: 1px;
     
    131132<br>
    132133<hr>
     134<div class="warnblock">
     135<ul>
     136  <li>Almost all problems can only be diagnosed correctly by checking the
     137      <b>server</b> logs</li>
     138  <li>If the server does not write logs, <b>fix this first</b>. For debugging,
     139      stop the server, then run it in the foreground with
     140      <tt>yule -p info --foreground</tt></li>
     141</div>
    133142<p>
    134143This document aims to explain how to diagnose and fix common problems that
     
    255264     the interface used is not the one the client name resolves to.
    256265     </p>
     266
    257267       <p>
    258268       If the client uses the wrong interface on a multi-interface machine,
     
    264274       <p>
    265275       If you want to download the config file from the server, you
    266        should instead use the corresponding command line
     276       should instead use the corresponding command line option
    267277       <tt>--bind-address=</tt><i>IP address</i>
    268278       to select the interface.
Note: See TracChangeset for help on using the changeset viewer.