mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-14 00:49:09 +02:00
added front page to the introduction guide
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
|
<file>Tutorial/introduction/html/page4.html</file>
|
||||||
|
<file>Tutorial/introduction/images/Quick_Start_Splash_Screen.png</file>
|
||||||
<file>Images/library_switch_screenshot.png</file>
|
<file>Images/library_switch_screenshot.png</file>
|
||||||
<file>Tutorial/introduction/html/page3.html</file>
|
<file>Tutorial/introduction/html/page3.html</file>
|
||||||
<file>Tutorial/introduction/html/page1.html</file>
|
<file>Tutorial/introduction/html/page1.html</file>
|
||||||
|
|||||||
@@ -14,38 +14,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This guide provides a brief overview of the Firewall Builder
|
<img src=":/Tutorial/introduction/images/Quick_Start_Splash_Screen.png">
|
||||||
application and its key concepts.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>GUI Layout</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<img src=":/Tutorial/introduction/images/fwbuilder_gui_layout.png">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The Firewall Builder application is comprised of three primary windows
|
|
||||||
shown in the screenshot:
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li><b>Object Window</b>. Objects in the active Library are displayed
|
|
||||||
in the object tree. Objects can be dragged-and-dropped from the
|
|
||||||
object tree to the Rules Window.</li>
|
|
||||||
|
|
||||||
<li><b>Rules Window</b>. To open a Policy for editing, click right
|
|
||||||
mouse button on the corresponding object in the tree and coose
|
|
||||||
menu item "Edit". Click the '+' button at the top of the window
|
|
||||||
to add a new rule.</li>
|
|
||||||
|
|
||||||
<li><b>Editor Window</b>. Double-click on objects to open them for
|
|
||||||
editing in the Editor Window. Changes to object attribute fields take
|
|
||||||
effect immediately.</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -13,22 +13,34 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h2>GUI Layout</h2>
|
||||||
<h2>Common Actions</h2>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Firewall Builder is based on the concept of objects. Before you can
|
<img src=":/Tutorial/introduction/images/fwbuilder_gui_layout.png">
|
||||||
use an object in a firewall rule it must first exist in an object
|
|
||||||
Library. Commonly used objects, like the HTTP service, are
|
|
||||||
predefined in the Standard Library. The User Library contains
|
|
||||||
objects, like internal IP networks, that users create to match their
|
|
||||||
specific network environments.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src=":/Tutorial/introduction/images/fwbuilder_gui_actions.png">
|
The Firewall Builder application is comprised of three primary windows
|
||||||
</p>
|
shown in the screenshot:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><b>Object Window</b>. Objects in the active Library are displayed
|
||||||
|
in the object tree. Objects can be dragged-and-dropped from the
|
||||||
|
object tree to the Rules Window.</li>
|
||||||
|
|
||||||
|
<li><b>Rules Window</b>. To open a Policy for editing, click right
|
||||||
|
mouse button on the corresponding object in the tree and coose
|
||||||
|
menu item "Edit". Click the '+' button at the top of the window
|
||||||
|
to add a new rule.</li>
|
||||||
|
|
||||||
|
<li><b>Editor Window</b>. Double-click on objects to open them for
|
||||||
|
editing in the Editor Window. Changes to object attribute fields take
|
||||||
|
effect immediately.</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -13,36 +13,20 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h2>Common Actions</h2>
|
<h2>Common Actions</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
Firewall Builder is based on the concept of objects. Before you can
|
||||||
|
use an object in a firewall rule it must first exist in an object
|
||||||
|
Library. Commonly used objects, like the HTTP service, are
|
||||||
|
predefined in the Standard Library. The User Library contains
|
||||||
|
objects, like internal IP networks, that users create to match their
|
||||||
|
specific network environments.
|
||||||
|
</p>
|
||||||
|
|
||||||
<li><b>Create New Objects.</b> Create new objects by clicking on the
|
<p>
|
||||||
New Object button or by browsing in the object tree to the type of
|
<img src=":/Tutorial/introduction/images/fwbuilder_gui_actions.png">
|
||||||
object you want to create, then right click and select the New
|
|
||||||
... entry that matches the desired object type.</li>
|
|
||||||
|
|
||||||
<li><b>Edit Objects.</b> Edit objects by double-clicking to open
|
|
||||||
them in the Editor Window. Changes to object attributes, like
|
|
||||||
name, take effect immediately.</li>
|
|
||||||
|
|
||||||
<li><b>Create New Rules.</b> Double-clicking a firewall's Policy
|
|
||||||
object will open it in the Rules Window. Click on the green +
|
|
||||||
button to add a new rule to the Policy.</li>
|
|
||||||
|
|
||||||
<li><b>Drag-and-Drop Objects.</b> To configure your rule, drag
|
|
||||||
objects from the object tree to the rule field you want to change.
|
|
||||||
For example, dragging-and-dropping a network object in the Source
|
|
||||||
field will change the source to use that network object.</li>
|
|
||||||
|
|
||||||
<li><b>Switch Libraries.</b> Firewall Builder comes with many
|
|
||||||
commonly used objects predefined in the Standard Library. The
|
|
||||||
User Library contains the user created objects. To switch
|
|
||||||
libraries click on the drop down list at the top of the Object
|
|
||||||
Window. Objects in both the Standard & User Libraries can be
|
|
||||||
dragged directly to a firewall rule.</li>
|
|
||||||
</ul>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,29 +13,38 @@
|
|||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Additonal Resources</h2>
|
<h2>Common Actions</h2>
|
||||||
|
|
||||||
For more information about using Firewall Builder please see:
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>Video
|
<ul>
|
||||||
Tutorial:</b> <a href="http://www.fwbuilder.org/4.0/videos.html">Firewall
|
|
||||||
Builder Video Tutorial - The Basics</a>
|
<li><b>Create New Objects.</b> Create new objects by clicking on the
|
||||||
|
New Object button or by browsing in the object tree to the type of
|
||||||
|
object you want to create, then right click and select the New
|
||||||
|
... entry that matches the desired object type.</li>
|
||||||
|
|
||||||
|
<li><b>Edit Objects.</b> Edit objects by double-clicking to open
|
||||||
|
them in the Editor Window. Changes to object attributes, like
|
||||||
|
name, take effect immediately.</li>
|
||||||
|
|
||||||
|
<li><b>Create New Rules.</b> Double-clicking a firewall's Policy
|
||||||
|
object will open it in the Rules Window. Click on the green +
|
||||||
|
button to add a new rule to the Policy.</li>
|
||||||
|
|
||||||
|
<li><b>Drag-and-Drop Objects.</b> To configure your rule, drag
|
||||||
|
objects from the object tree to the rule field you want to change.
|
||||||
|
For example, dragging-and-dropping a network object in the Source
|
||||||
|
field will change the source to use that network object.</li>
|
||||||
|
|
||||||
|
<li><b>Switch Libraries.</b> Firewall Builder comes with many
|
||||||
|
commonly used objects predefined in the Standard Library. The
|
||||||
|
User Library contains the user created objects. To switch
|
||||||
|
libraries click on the drop down list at the top of the Object
|
||||||
|
Window. Objects in both the Standard & User Libraries can be
|
||||||
|
dragged directly to a firewall rule.</li>
|
||||||
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>Getting Started Guide:</b>
|
|
||||||
<a href="http://www.fwbuilder.org/4.0/docs/users_guide/gettingstarted.html">Getting
|
|
||||||
Started Guide</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Report a Problem</h2>
|
|
||||||
<p>
|
|
||||||
To report a problem with Firewall Builder please use
|
|
||||||
the <a href="http://sourceforge.net/projects/fwbuilder/forums/forum/16372">user
|
|
||||||
forum</a> on SourceForge or email us
|
|
||||||
at <a href="mailto:support@netcitadel.com">support@netcitadel.com</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -0,0 +1,42 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<a name="top"/>
|
||||||
|
<div class="header">
|
||||||
|
<table border="0">
|
||||||
|
<tr>
|
||||||
|
<th align="center" width="100%">Firewall Builder Quick Start Guide</th>
|
||||||
|
<td align="right">Page 4</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<hr/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2>Additonal Resources</h2>
|
||||||
|
|
||||||
|
For more information about using Firewall Builder please see:
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<b>Video
|
||||||
|
Tutorial:</b> <a href="http://www.fwbuilder.org/4.0/videos.html">Firewall
|
||||||
|
Builder Video Tutorial - The Basics</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<b>Getting Started Guide:</b>
|
||||||
|
<a href="http://www.fwbuilder.org/4.0/docs/users_guide/gettingstarted.html">Getting
|
||||||
|
Started Guide</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Report a Problem</h2>
|
||||||
|
<p>
|
||||||
|
To report a problem with Firewall Builder please use
|
||||||
|
the <a href="http://sourceforge.net/projects/fwbuilder/forums/forum/16372">user
|
||||||
|
forum</a> on SourceForge or email us
|
||||||
|
at <a href="mailto:support@netcitadel.com">support@netcitadel.com</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Reference in New Issue
Block a user