Search
Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPSServices
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC SrervicesIRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka CharybdisTCL SCRIPT
TCL SCRIPT FOR EGGDROP
Allprotection4.7 AntiproxyBots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink HopmLatest topics
Guide install Omega Security Services
BMT IRC Network :: BMT :: BMT
Page 1 of 1
Guide install Omega Security Services
Omega Security Service
Omega is a modular security service that has features such as dynamic configuration IP/DNSBL and OPM. Network administrators can also edit the configuration, load modules, and manage your networks security with no
Supported IRCd's
Bahamut
Hybrid
InspIRCd
Nefarious
Plexus
Ratbox
UnrealIRCd
ok today we learn about configure omega and how we can fix conf but first you need download omega you have also some version for download
http://www.2shared.com/file/0kEL1NM8/omega-20130320.html
http://www.2shared.com/file/HGgf7HoE/omega-20120714.html
http://www.2shared.com/file/FiHnLOGi/omega-20130321.html
http://www.2shared.com/file/lmhrhIbH/omega-20121012.html
http://www.2shared.com/file/C-PnZQaS/omega-20121008.html
http://www.2shared.com/file/A8C2J3k4/omega-20130409.html
http://www.2shared.com/file/ig3wf-IG/omega-20120806.html
http://www.2shared.com/file/_3GgH4Uh/omega-20120605.html
http://www.2shared.com/file/lVOlGkqN/omega-077-stabletar.html
if download not working then try from here
https://sourceforge.net/projects/allfile1222/files/omega-0.7.7-stable.tar.bz2/download
https://sourceforge.net/projects/allfile1222/files/omega-20120605.tgz/download
https://sourceforge.net/projects/allfile1222/files/omega-20120714.tgz/download
https://sourceforge.net/projects/allfile1222/files/omega-20120806.tgz/download
https://sourceforge.net/projects/allfile1222/files/omega-20121012.tgz/download
https://sourceforge.net/projects/allfile1222/files/omega-20130321.tgz/download
after you download you need configure
- Code:
tar zxvf omega-0.7.7-stable.tar.bz2
cd omegairc-source
./Config
make
make install
after you finish with configure you need fix conf you need to inside in folder omega and in etc you see file in name example.cfg you need to change to security.cfg and after you change name you need to inside to your folder inspircd link.conf and put block like this
- Code:
<link name="security.penguin.omega.org.za"
ipaddr="yourIP"
port="7000"
allowmask="yourIP"
timeout="300"
ssl="gnutls"
bind=""
statshidden="no"
hidden="no"
sendpass="pass"
recvpass="pass">
- Code:
<protocol name="inspircd20" ts6="no">
- Code:
<server name="security.penguin.omega.org.za" sid="44X" numeric="9">
- Code:
<link name="yourIP" network="Name network" port="7000" pass="pass" gnutls="no">
- Code:
<settings ip="yourIP" pidfile="omega.pid" privmsg="no" operonly="yes" umode="+o">
name (required) Access name we are storing under
flags (required) What flags are we going to assign
host (required) Host we are going to set the access on
and in Access you can write like this
- Code:
<access name="yourNick" flags="root" host="*@*">
- Code:
#<die msg="You should make sure to remove all die tags - yes they are a pita, but it makes you read :)">
- Code:
<logging channel="#mIRCx" nicks="yes" channels="yes" users="yes">
then this say you have Error and you need fix this and you can put like this
- Code:
<guardian nick="Guardian" host="security.services" ident="security" channels="#mIRCx,#Services,#Security">
after you have g_bl is module from proxy and you look blacklist like this
- Code:
<blacklist host="dnsbl.dronebl.org" reason="Your host has been found on a dronebl blacklist">
- Code:
cd
cd omega/bin/
./security
- Code:
// $Id: example.cfg 2390 2012-05-04 15:08:35Z twitch $
/*
* OMEGA SECURITY SERVICES
* (C) 2008-2012 Omega Development Team
*
*
* Configuration file v0.2
*
*
*/
/* Omega allows multiple comment types within the configuration
* below are the recognized comment types:
*/
# Single line comment
// Single line comment
/* Multi line comment */
/* Include Directive
*
* Allow additional files to be included in configuration
*
* file (required) path of the file to be included.
*
*/
#<include file="etc/access.cfg">
/*
* Omega Configuration ID Tag [REQUIRED]
* configuration format may change
* between versions. If their is no version
* Omega will assume current version.
*
*/
<?omega version="2">
/*
* Protocol Directive
* name (required) the name of the protocol to use
* ts6 (optional) Weather or not to force TS6 support
*
* Supported Protocols:
* bahamut (Bahamut IRCd)
* unreal32 (Unreal 3.2+)
* ratbox (ratbox-ircd 2.2+)
* ratbox3 (ratbox-ircd 3.0+)
* hybrid (Hybrid IRCd)
* inspircd (Inspircd 1.1)
* inspircd12 (Inspircd 1.2)
* inspircd20 (Inspircd 2.0)
* kcircd (KC-IRCd)
* plexus (Plexus IRCd)
* nafarious (Nafarious IRCd)
*
*
* Also note if there is not TS6 support for the specified
* protocol it will be overridden to use non-ts6.
*/
<protocol name="inspircd20" ts6="no">
/*
* Server Directive
*
* name (required) Name of our server
* sid (optional) Our server ID (used for TS6 protocols)
* numeric (optional) Our Server Numeric (Used for Non-TS6 Links)
*
* Note: If numeric or sid is not defined here - It will assume default
* values.
*/
<server name="security.penguin.omega.org.za" sid="44X" numeric="9">
/*
* Link Directive
* name (required) Host/IP of the server we are connecting to
* network (required) Network name
* pass (required) Password sent to our uplink on connect.
* port (optional) Port to connect on default 6667
* gnutls (optional) Use GNUTLS (SSL) while connecting default no
*/
<link name="10.0.0.2" network="Omega" port="7000" pass="asher" gnutls="no">
/*
* Settings Directive
* pidfile (Optional) (pidfile.pid) File that stores our pid
* ip (Optional) (Ip) Our current IP to bind to used for
* inbound/outbound connections
* privmsg (Optional) (Yes|No|1) Use privmsg to communicate with users
* operonly (Optional) (Yes|No|1) Weather Omega is for oper only use,
* Omega will default to operonly.
* umode (Optional) Default usermode assigned to local bots.
*
*
*
*/
<settings ip="10.0.0.2" pidfile="omega.pid" privmsg="no" operonly="yes" umode="+o">
/*
* Access Directive
*
* name (required) Access name we are storing under
* flags (required) What flags are we going to assign
* host (required) Host we are going to set the access on
*
* Please note, that if there are no flags the core
* will assume the access entry already exists.
*
* For multiple hosts separate the list with a space.
* IE:
* <access name="dev" host="myhost@example.tld host2@tld.com" flags="root">
*
* host does a standard wildcard match on the following formats:
* nick!user@ip/host
* user@ip/host
* *@ip/host
*
* You can define access flags 1 of two ways using predefined access
* such as
*
* <access name="dev" host="myhost@example.tld host2@tld.com" flags="root">
*
* Or you can define the flags individually
*
* <access name="dev" host="myhost@example.tld host2@tld.com" flags="oamljsDdru">
*
* Flags
*
* Predefined Access:
* Root - amljsDdr
* Admin - ralmjsd
* Staff - sljr
* Oper - al
*
* Access Flags:
* Access - a Can use Access commands
* List - l Access to LIST commands
* Set - s Access to set commands
* Debug - d Use debug commands (Debug mode must be enabled)
* Die - D Can RESTART/SHUTDOWN Omega
* Module - m Load/Unload Modules
* Join - j Join client to a channel using invite
* Rehash - r REHASH the server.
*/
<access name="ASHER" flags="root" host="*@*">
/*
* Die Directive
*
* Do not start the server under any circumstance, bail and die.
*/
#<die msg="You should make sure to remove all die tags - yes they are a pita, but it makes you read :)">
/*
* Logging Directive (optional)
*
* channel (optional) (#channel) Channel to display log messages to.
* ^^^ NOT RECOMMENDED FOR USE ON LARGE NETS ^^^
* nicks (optional) (yes|no) NICK changes to log channel.
* users (optional) (yes|no) Log CONNECT/QUITS/NICKS from the server
* implies both nicks="yes" connects="yes"
* commands (optional) (yes|no) Log CONNECT/QUITS
* connects (optional) (yes|no) Log Connects
*/
<logging channel="#Admin" nicks="yes" channels="yes" users="yes">
/*
* Guardian Directive
* Sets the information to the Guardian client
*
* nick (Required) - Sets guardians nickname
* host (Required) - Sets the hostname of guardian
* ident (Required) - Sets Guardians gecos
* channels (Optional) - Sets the channels for guardian to join
* (Guardian will automatically join logchan)
*
*/
<guardian nick="Guardian" host="security.services" ident="security" channels="#Admin">
/*
* Module directive
* name (Required) - Module filename
* dir (Optional) - If dir is specified load all modules in the dir
* name does not need to be specified if dir is given.
* load (Optional) - When the module should be loaded
* Load Order:
* a) Pre
* b) Standard
* c) post
*
* Note: If depenancies are not met at the time of load, if module load is
* Pre or Standard, the core will push modules down to the next load time
* to insure depenancies are met properly, if it still isnt met then we
* by post, bail on the module load.
*/
/*
* Guardian Modules
*
* Guardian core commands and features
*/
<module name="g_core, g_log, g_access, g_die, g_modlist, g_modreload, g_modunload, g_update, g_modload, g_userinfo, g_opm, g_sessions, g_joinflood">
/*
* g_watch.so
*
* bantime (Optional) - Length of time for gline/kline/zline, use 0 for permenant
* defaultflags (Optional) - Default flags for new entries, seperate flags by comma
*
* Available flags:
* - IGNOREOPERS
* - IGNOREACCESS
* - REGEX
*
*/
#<module name="g_watch" load="post">
<watch bantime="4h" defaultflags="IGNOREOPERS">
/*
*
* pattern (Required) - Channel/Nickname pattern
* action (Required) - Action to be taken
* reason (Required) - Reason used for kick or network ban
*
* flags (Optional) - Flags for the watch entry, seperate flags by comma
* bantime (Optional) - Length of ban
*
* Available actions:
* kick, kickban, gline, kline, zline, gzline
*
*/
# Example channel watch entry
<watchentry pattern="#goaway" action="kickban" reason="Go Away!">
# Example nickname pattern watch entry
<watchentry pattern="BadNick" action="gline" reason="Bad user">
/*
* m_splitserv.so
*
* Provides Split Tracking
*/
<module name="m_splitserv" load="post">
<splitserv nick="SplitServ" ident="splitserv" host="splits.services" channel="#Admin" timeout="2d" splitsave="no" splitexpire="no">
/**
* Configure fantasy prefix.
*
* Configure fantasy commands prefix, ie a value of ! will have services respond to !<command>
* within a channel they are presently in. This must be a single character, or only the first
* character will be taken as prefix.
*
* NOTE: This tag is not required to be present in the configuration file, if it is not present
* server will assume value of !
*/
<fantasy prefix="!">
/**
* g_bl.so
*
* Provide DNSBL based proxy lookups
*/
<module name="g_bl">
/**
* Black list configration
* Configure blacklist lookups, this will allow you to use configure zone block lists
* such as dronebl. You can use multiple directives to configure each blacklist.
*
* host (Required) The host to use when querying the zone for an IP blacklist entry.
* reason (Optional) Reason string returned to the user which is used in the XLINE entry.
*
* Note: IPs are reversed prior to zone lookup IE: 127.0.0.1 will be looked up as
* 1.0.0.127.host any DNS returns on this address will result in an xline being
* placed on the IP address.
*
*/
<blacklist host="dnsbl.dronebl.org" reason="Your host has been found on a dronebl blacklist">
www.mIRCx.co.il
mIRCx the old Community
Chief- Admin
- מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network
Similar topics
» Guide install X3 Services
» Guide install Atheme-services
» Guide install Srvx IRC Services
» install Atheme-services in FreeBSD V11.4
» install Nefarious2 && X3 IRC Services in FreeBsd
» Guide install Atheme-services
» Guide install Srvx IRC Services
» install Atheme-services in FreeBSD V11.4
» install Nefarious2 && X3 IRC Services in FreeBsd
BMT IRC Network :: BMT :: BMT
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Sat Aug 05, 2023 2:09 am by Chief
» mIRCx IRC Network Config
Sat Jul 15, 2023 9:51 pm by Chief
» ircu2.10.12-pk with dnsbl
Fri Mar 10, 2023 2:22 pm by Admin
» Guide install PyLink on New version FreeBSD
Thu Dec 15, 2022 9:39 pm by Chief
» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Mon Dec 05, 2022 5:44 am by Chief
» install Nefarious2 && X3 IRC Services in FreeBsd
Sat Nov 12, 2022 3:12 pm by Chief
» help problem with adduser in Freebsd 12
Fri Nov 11, 2022 9:06 pm by Chief
» מדריך פקודות והתקנה בסרביס X3
Fri Oct 28, 2022 1:43 pm by Chief
» מדריך הגדרות WebIRC in Nefarious2
Thu Apr 07, 2022 4:45 am by Chief