-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathiptables-tutorial.sgml
executable file
·111 lines (74 loc) · 2.87 KB
/
iptables-tutorial.sgml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY bookinfo SYSTEM "bookinfo.sgml">
<!ENTITY introduction SYSTEM "chapters/introduction.sgml">
<!ENTITY tcpiprepetition SYSTEM "chapters/tcp_ip_repetition.sgml">
<!ENTITY ipfilteringintro SYSTEM "chapters/ip_filtering_introduction.sgml">
<!ENTITY natintro SYSTEM "chapters/nat_introduction.sgml">
<!ENTITY preparations SYSTEM "chapters/preparations.sgml">
<!ENTITY traversingoftablesandchains SYSTEM "chapters/traversing_of_tables_and_chains.sgml">
<!ENTITY howaruleisbuilt SYSTEM "chapters/how_a_rule_is_built.sgml">
<!ENTITY iptablesmatches SYSTEM "chapters/iptables_matches.sgml">
<!ENTITY iptablestargets SYSTEM "chapters/iptables_targets.sgml">
<!ENTITY statemachinesgml SYSTEM "chapters/statemachine.sgml">
<!ENTITY saveandrestoresgml SYSTEM "chapters/saveandrestore.sgml">
<!ENTITY debuggingsgml SYSTEM "chapters/debugging.sgml">
<!ENTITY rcfirewallsgml SYSTEM "chapters/rc_firewall.sgml">
<!ENTITY examplescripts SYSTEM "chapters/example_scripts.sgml">
<!ENTITY scriptexplanation SYSTEM "chapters/firewall_explanation.sgml">
<!ENTITY guissgml SYSTEM "chapters/guis.sgml">
<!ENTITY commercialproducts SYSTEM "chapters/commercial_products.sgml">
<!ENTITY detailedexplanations SYSTEM "appendices/detailed_explanations.sgml">
<!ENTITY commonproblems SYSTEM "appendices/common_problems.sgml">
<!ENTITY ICMPtypes SYSTEM "appendices/ICMP_types.sgml">
<!ENTITY TCPoptions SYSTEM "appendices/tcpoptions.sgml">
<!ENTITY otherresources SYSTEM "appendices/other_resources.sgml">
<!ENTITY acknowledgements SYSTEM "appendices/acknowledgements.sgml">
<!ENTITY history SYSTEM "appendices/history.sgml">
<!ENTITY scriptcodebase SYSTEM "appendices/script_codebase.sgml">
<!ENTITY rcfirewall SYSTEM "scripts/rc.firewall.txt">
<!ENTITY testtables SYSTEM "scripts/rc.test-iptables.txt">
<!ENTITY flushtables SYSTEM "scripts/rc.flush-iptables.txt">
<!ENTITY rcdmzfirewall SYSTEM "scripts/rc.DMZ.firewall.txt">
<!ENTITY rcutinfirewall SYSTEM "scripts/rc.UTIN.firewall.txt">
<!ENTITY rcdhcpfirewall SYSTEM "scripts/rc.DHCP.firewall.txt">
<!ENTITY gfdl SYSTEM "licensing/fdl.sgml">
<!ENTITY gpl SYSTEM "licensing/gpl.sgml">
<!ENTITY index SYSTEM "iptables-tutorial-index.sgml">
]>
<book id="iptables-tutorial">
&bookinfo;
<toc></toc>
&introduction;
&tcpiprepetition;
&ipfilteringintro;
&natintro;
&preparations;
&traversingoftablesandchains;
&statemachinesgml;
&saveandrestoresgml;
&howaruleisbuilt;
&iptablesmatches;
&iptablestargets;
&debuggingsgml;
&rcfirewallsgml;
&examplescripts;
&guissgml;
&commercialproducts;
&detailedexplanations;
&commonproblems;
&ICMPtypes;
&TCPoptions;
&otherresources;
&acknowledgements;
&history;
&gfdl;
&gpl;
&scriptcodebase;
&index;
</book>
<!-- Local Variables: -->
<!-- mono-font-family: Courier New -->
<!-- body-font-family: Courier New -->
<!-- sgml-indent-step: 1 -->
<!-- sgml-indent-data: 1 -->
<!-- End: -->