<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://opennetadmin.com/docs/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>OpenNetAdmin</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/"/>
    <id>http://opennetadmin.com/docs/</id>
    <updated>2012-05-19T10:58:19-06:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://opennetadmin.com/docs/feed.php" />
    <entry>
        <title>utils:dcm.pl - [Download] </title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/utils/dcm.pl?rev=1334717446&amp;do=diff"/>
        <published>2012-04-17T20:50:46-06:00</published>
        <updated>2012-04-17T20:50:46-06:00</updated>
        <id>http://opennetadmin.com/docs/utils/dcm.pl?rev=1334717446&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>dcm.pl is the command line interface tool to the core modules of ONA.  It is intended to provide a batch interface for doing adds, modifies, deletes etc.  It is essentially the code that is located here but it has been slightly modified for a few things as described below.</summary>
    </entry>
    <entry>
        <title>utils:getpw - [Download] </title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/utils/getpw?rev=1334717362&amp;do=diff"/>
        <published>2012-04-17T20:49:22-06:00</published>
        <updated>2012-04-17T20:49:22-06:00</updated>
        <id>http://opennetadmin.com/docs/utils/getpw?rev=1334717362&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>getpw is a perl program that allows you to look up passwords for specified
devices based on a specified type of password.  Its intention is to be used
by scripts that connect to other devices or services that require a password.

The password list that is returned can then be looped through by your script
until one is successful.</summary>
    </entry>
    <entry>
        <title>utils:build_tinydns - [Download] </title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/utils/build_tinydns?rev=1334717266&amp;do=diff"/>
        <published>2012-04-17T20:47:46-06:00</published>
        <updated>2012-04-17T20:47:46-06:00</updated>
        <id>http://opennetadmin.com/docs/utils/build_tinydns?rev=1334717266&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>This is the module that will enable the ability to extract and build a TinyDNS DNS server configurations from the database.  It will output the configuration text that would normally be located in something like /service/tinydns or similar.

Requirements

	*  A working install of the base ONA system
	*  dcm.pl
	*  sendEmail -- In many repositories or install from here
	*  An installed version of TinyDNS
	*  A defined “dns server” in the ONA database, also a few domains and hosts would be useful …</summary>
    </entry>
    <entry>
        <title>utils:build_bind - [Download] </title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/utils/build_bind?rev=1334717223&amp;do=diff"/>
        <published>2012-04-17T20:47:03-06:00</published>
        <updated>2012-04-17T20:47:03-06:00</updated>
        <id>http://opennetadmin.com/docs/utils/build_bind?rev=1334717223&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>This is the module that will enable the ability to extract and build BIND DNS server configurations from the database.  It will output the configuration text that would normally be located in something like /etc/named.conf or similar.

Requirements

	*  A working install of the base ONA system
	*  dcm.pl
	*  An installed version of BIND v9+
	*  A defined “dns server” in the ONA database, also a few domains and hosts would be useful as well.
	*  The scripts will expect to have the ONA system inst…</summary>
    </entry>
    <entry>
        <title>utils:build_dhcpd - [Download] </title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/utils/build_dhcpd?rev=1334717175&amp;do=diff"/>
        <published>2012-04-17T20:46:15-06:00</published>
        <updated>2012-04-17T20:46:15-06:00</updated>
        <id>http://opennetadmin.com/docs/utils/build_dhcpd?rev=1334717175&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>This is the module that will enable the ability to extract and build ISC DHCP server configurations from the database.  It will output the configuration text that would normally be located in something like /etc/dhcpd.conf or similar.

Requirements

	*  A working install of the base ONA system
	*  dcm.pl
	*  An installed version of ISC DHCP (tested on ubuntu/debian using ISC DHCPv3.0.x)
	*  A defined “dhcp server” in the ONA database, also a few subnets and hosts would be useful as well.
	*  The…</summary>
    </entry>
    <entry>
        <title>installation - [Requirements] </title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/installation?rev=1333573313&amp;do=diff"/>
        <published>2012-04-04T15:01:53-06:00</published>
        <updated>2012-04-04T15:01:53-06:00</updated>
        <id>http://opennetadmin.com/docs/installation?rev=1333573313&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>Requirements


ONA has a simple set of requirements to run.  I will describe them each briefly here.


	*  You will need a web server to service the page.  Apache was the web server used to do the development and testing.
	*  You will need a database to store the data.  MySQL was the database used to develop and test with.  We use the ADODB PHP database abstraction layer so using Postgres or Oracle should not be an issue although we have not tested with those backends.
	*  You will need a PHP in…</summary>
    </entry>
    <entry>
        <title>plugins - [Install] </title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/plugins?rev=1326601235&amp;do=diff"/>
        <published>2012-01-14T21:20:35-06:00</published>
        <updated>2012-01-14T21:20:35-06:00</updated>
        <id>http://opennetadmin.com/docs/plugins?rev=1326601235&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>The release v10.05.24 is the first release of ONA the provides the plugin framework.  This framework is an initial start so it will likely go through quite a bit of change as it develops along.  By default the NMAP plugin will come with ONA.



Install


To install a plugin, simply untar/unzip it into the /opt/ona/www/local/plugins directory.  Once you have placed the plugin into this directory, it should be visible in the “Plugins -&gt; Manage Plugins” menu option. Simply find it in the list and c…</summary>
    </entry>
    <entry>
        <title>plugins:ona_nmap_scans - [ONA NMAP Scans] </title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/plugins/ona_nmap_scans?rev=1325135792&amp;do=diff"/>
        <published>2011-12-28T22:16:32-06:00</published>
        <updated>2011-12-28T22:16:32-06:00</updated>
        <id>http://opennetadmin.com/docs/plugins/ona_nmap_scans?rev=1325135792&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>This plugin provides the ability to generate nmap based scans and integrate the results into the ONA interface.  You can then run audits of your network and compare it against data in ONA via a report.  Then from there you can easily update ONA to reflect the output of the report as needed.</summary>
    </entry>
    <entry>
        <title>common_tasks - [Common Tasks] </title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/common_tasks?rev=1325044621&amp;do=diff"/>
        <published>2011-12-27T20:57:01-06:00</published>
        <updated>2011-12-27T20:57:01-06:00</updated>
        <id>http://opennetadmin.com/docs/common_tasks?rev=1325044621&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>OK, so you've installed ONA and you have selected your default domain of “example.com” during install.. what next??

Lets assume a small company (or home network) that has an internet connection, a router, a few LANs and some hosts.  The following steps will walk you through a hypothetical environment to show you some of the common day to day activities.</summary>
    </entry>
    <entry>
        <title>ona_nmap_scans - created</title>
        <link rel="alternate" type="text/html" href="http://opennetadmin.com/docs/ona_nmap_scans?rev=1308677444&amp;do=diff"/>
        <published>2011-06-21T11:30:44-06:00</published>
        <updated>2011-06-21T11:30:44-06:00</updated>
        <id>http://opennetadmin.com/docs/ona_nmap_scans?rev=1308677444&amp;do=diff</id>
        <author>
            <name>matt</name>
        </author>
        <summary>This page has been moved here</summary>
    </entry>
</feed>

