Update to r44385:
Recover lost <replaceable> tags.
This commit is contained in:
parent
7042c3033a
commit
014c042148
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48793
1 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/security/chapter.xml,v 1.178 2012/04/30 17:07:41 bcr Exp $
|
||||
basiert auf: r44322
|
||||
basiert auf: r44385
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="security">
|
||||
<info><title>Sicherheit</title>
|
||||
|
@ -1431,7 +1431,7 @@ Verifying password - Password: <userinput>xxxxxxxx</userinput></screen>
|
|||
Benutzer können Sie sich vom <acronym>KDC</acronym>
|
||||
Tickets holen und anzeigen lassen:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>kinit tillman</userinput>
|
||||
<screen>&prompt.user; <userinput>kinit <replaceable>tillman</replaceable></userinput>
|
||||
tillman@EXAMPLE.ORG's Password:
|
||||
|
||||
&prompt.user; <userinput>klist</userinput>
|
||||
|
@ -2173,12 +2173,12 @@ define(`confTLS_SRV_OPTIONS', `V')dnl</programlisting>
|
|||
|
||||
<para>Testen Sie nun den Mailserver mit &man.telnet.1;:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>telnet example.com 25</userinput>
|
||||
<screen>&prompt.root; <userinput>telnet <replaceable>example.com</replaceable> 25</userinput>
|
||||
Trying 192.0.34.166...
|
||||
Connected to <systemitem class="fqdomainname">example.com</systemitem>.
|
||||
Escape character is '^]'.
|
||||
220 <systemitem class="fqdomainname">example.com</systemitem> ESMTP Sendmail 8.12.10/8.12.10; Tue, 31 Aug 2004 03:41:22 -0400 (EDT)
|
||||
<userinput>ehlo example.com</userinput>
|
||||
<userinput>ehlo <replaceable>example.com</replaceable></userinput>
|
||||
250-example.com Hello example.com [192.0.34.166], pleased to meet you
|
||||
250-ENHANCEDSTATUSCODES
|
||||
250-PIPELINING
|
||||
|
@ -2442,11 +2442,11 @@ round-trip min/avg/max/stddev = 28.106/94.594/154.524/49.814 ms</programlisting>
|
|||
Netzwerkes richtig routen. Mit dem folgenden Befehl
|
||||
erreicht man das Ziel:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>corp-net# route add 10.0.0.0 10.0.0.5 255.255.255.0</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>corp-net# route add net 10.0.0.0: gateway 10.0.0.5</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>corp-net# route add <replaceable>10.0.0.0 10.0.0.5 255.255.255.0</replaceable></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>corp-net# route add net <replaceable>10.0.0.0: gateway 10.0.0.5</replaceable></userinput></screen>
|
||||
|
||||
<screen>&prompt.root; <userinput>priv-net# route add 10.246.38.0 10.246.38.1 255.255.255.0</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>priv-net# route add host 10.246.38.0: gateway 10.246.38.1</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>priv-net# route add <replaceable>10.246.38.0 10.246.38.1 255.255.255.0</replaceable></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>priv-net# route add host <replaceable>10.246.38.0: gateway 10.246.38.1</replaceable></userinput></screen>
|
||||
|
||||
<para>Ab jetzt sollten die Rechner von den Gateways sowie von
|
||||
den Rechnern hinter den Gateways erreichbar sein. Dies können
|
||||
|
|
Loading…
Reference in a new issue