aboutsummaryrefslogtreecommitdiff
path: root/da_DK.ISO8859-1/articles/ipsec-must/article.xml
diff options
context:
space:
mode:
Diffstat (limited to 'da_DK.ISO8859-1/articles/ipsec-must/article.xml')
-rw-r--r--da_DK.ISO8859-1/articles/ipsec-must/article.xml66
1 files changed, 28 insertions, 38 deletions
diff --git a/da_DK.ISO8859-1/articles/ipsec-must/article.xml b/da_DK.ISO8859-1/articles/ipsec-must/article.xml
index 209cd67e46..14ab1415d7 100644
--- a/da_DK.ISO8859-1/articles/ipsec-must/article.xml
+++ b/da_DK.ISO8859-1/articles/ipsec-must/article.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
- "../../../share/xml/freebsd45.dtd">
-
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
+ "../../../share/xml/freebsd50.dtd">
<!--
The FreeBSD Documentation Project
The FreeBSD Danish Documentation Project
@@ -9,24 +8,18 @@
$FreeBSD$
Original revision: 1.13
-->
-
-<article lang="da">
- <articleinfo>
- <title>Uafhængig Verifikation af IPsec Funktionalitet i
+<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="da">
+ <info><title>Uafhængig Verifikation af IPsec Funktionalitet i
&os;</title>
+
- <author>
- <firstname>David</firstname>
- <surname>Honig</surname>
-
- <affiliation>
+ <author><personname><firstname>David</firstname><surname>Honig</surname></personname><affiliation>
<address><email>honig@sprynet.com</email></address>
- </affiliation>
- </author>
+ </affiliation></author>
<pubdate>3 Maj 1999</pubdate>
- <legalnotice id="trademarks" role="trademarks">
+ <legalnotice xml:id="trademarks" role="trademarks">
&tm-attrib.freebsd;
&tm-attrib.opengroup;
&tm-attrib.general;
@@ -41,9 +34,9 @@
hvordan ved du det? Jeg beskriver en metode til
eksperimentalt at verificere at IPsec virker.</para>
</abstract>
- </articleinfo>
+ </info>
- <sect1 id="problem">
+ <sect1 xml:id="problem">
<title>Problemet</title>
<para>Lad os antage, at du har <link linkend="ipsec-install">
@@ -55,7 +48,7 @@
uafhængigt?</para>
</sect1>
- <sect1 id="solution">
+ <sect1 xml:id="solution">
<title>Løsningen</title>
<para>Først, noget krypto-relevant teoretisk
@@ -80,20 +73,19 @@
mode</quote> ikke var krypterede, som f.eks. den yderste IP
header skal være, hvis pakken skal kunne routes.</para>
- <sect2 id="MUST">
+ <sect2 xml:id="MUST">
<title>MUST</title>
<para>Ueli Maurers <quote>Universal Statistical Test for Random
- Bit Generators</quote> (<ulink
- url="http://www.geocities.com/SiliconValley/Code/4704/universal.pdf">
- <acronym>MUST</acronym></ulink>) måler hurtigt entropien
+ Bit Generators</quote> (<link xlink:href="http://www.geocities.com/SiliconValley/Code/4704/universal.pdf">
+ <acronym>MUST</acronym></link>) måler hurtigt entropien
af en stikprøve. Den bruger en kompressionsagtig
algoritme. <link linkend="code">Forneden angives
kildekoden</link> til en variant der måler successive
(~kvart megabyte) store bidder af en fil.</para>
</sect2>
- <sect2 id="tcpdump">
+ <sect2 xml:id="tcpdump">
<title>Tcpdump</title>
<para>Vi har også brug for en måde at opsamle de
@@ -104,7 +96,7 @@
<para>Kommandoen</para>
- <screen><userinput><command>tcpdump</command> -c 4000 -s 10000 -w <replaceable>dumpfile.bin</replaceable></userinput></screen>
+ <screen><userinput>tcpdump -c 4000 -s 10000 -w dumpfile.bin</userinput></screen>
<para>vil opfange 4000 rå pakker til
<replaceable>dumpfile.bin</replaceable>. Op til 10.000 bytes
@@ -112,7 +104,7 @@
</sect2>
</sect1>
- <sect1 id="experiment">
+ <sect1 xml:id="experiment">
<title>Eksperimentet</title>
<para>Her er eksperimentet:</para>
@@ -144,8 +136,8 @@
og den <quote>normale</quote> forbindelse har 29% (2.1) af den
ventede værdi.</para>
- <screen>&prompt.user; <userinput>tcpdump -c 4000 -s 10000 -w <replaceable>ipsecdemo.bin</replaceable></userinput>
-&prompt.user; <userinput>uliscan <replaceable>ipsecdemo.bin</replaceable></userinput>
+ <screen>&prompt.user; <userinput>tcpdump -c 4000 -s 10000 -w ipsecdemo.bin</userinput>
+&prompt.user; <userinput>uliscan ipsecdemo.bin</userinput>
Uliscan 21 Dec 98
L=8 256 258560
@@ -162,7 +154,7 @@ Expected value for L=8 is 7.1836656
</procedure>
</sect1>
- <sect1 id="caveat">
+ <sect1 xml:id="caveat">
<title>Undtagelse</title>
<para>Dette eksperiment viser at, IPsec <emphasis>kan</emphasis>
@@ -176,7 +168,7 @@ Expected value for L=8 is 7.1836656
osv. Studér kildekoden; kend kildekoden.</para>
</sect1>
- <sect1 id="IPsec">
+ <sect1 xml:id="IPsec">
<title>IPsec---Definition</title>
<para>Internet Protokol sikkerheds udvidelser til IPv4;
@@ -188,7 +180,7 @@ Expected value for L=8 is 7.1836656
besked. IPsec krypterer alting mellem to værter.</para>
</sect1>
- <sect1 id="ipsec-install">
+ <sect1 xml:id="ipsec-install">
<title>Installering af IPsec</title>
<para>De fleste af de moderne versioner af &os; har IPsec
@@ -199,12 +191,11 @@ Expected value for L=8 is 7.1836656
&man.setkey.8; kommandoen.</para>
<para>En udførlig guide om at køre IPsec på
- &os; er tilrådighed i <ulink
- url="../../books/handbook/ipsec.html">FreeBSD
- Håndbogen</ulink>.</para>
+ &os; er tilrådighed i <link xlink:href="../../books/handbook/ipsec.html">FreeBSD
+ Håndbogen</link>.</para>
</sect1>
- <sect1 id="kernel">
+ <sect1 xml:id="kernel">
<title>src/sys/i386/conf/KERNELNAME</title>
<para>Dette skal være til stede i kernel konfig filen for at
@@ -216,13 +207,12 @@ Expected value for L=8 is 7.1836656
<programlisting>device bpf</programlisting>
</sect1>
- <sect1 id="code">
+ <sect1 xml:id="code">
<title>Maurers universelle statistiske test (for blok
størrelse=8 bits)</title>
- <para>Du kan finde samme kode på <ulink
- url="http://www.geocities.com/SiliconValley/Code/4704/uliscanc.txt">
- dette link</ulink>.</para>
+ <para>Du kan finde samme kode på <link xlink:href="http://www.geocities.com/SiliconValley/Code/4704/uliscanc.txt">
+ dette link</link>.</para>
<programlisting>/*
ULISCAN.c ---blocksize of 8