Log in | Back to darenet.org

Infrastructure

m
(Redirected to Policy:Linking Guidelines)
 
(42 intermediate revisions not shown)
Line 1: Line 1:
-
<h3><font color="#003366">Thank you for your interest in helping DareNET!</font></h3>
+
#REDIRECT [[Policy:Linking Guidelines]]
-
 
+
-
{{Headerbox_blue
+
-
| text = We greatly appreciate your interest in helping DareNET grow and your willingness to contribute to that process. However, it is important to realize that DareNET is not a conventional IRC network. So, here are few factoids:
+
-
 
+
-
* Our servers are maintained by both their admins and the Routing Team remotely from central sites using SSH/SCP.
+
-
 
+
-
* New configuration files are generated via an automated script and distributed from a central location.
+
-
 
+
-
* New servers are either staged as binary files or recompiled on the server account, depending on architecture and other factors.
+
-
 
+
-
'''Additionally,'''
+
-
 
+
-
* ''We do allow'' server administrators to choose their own operators, provided they follow our [[Policies|current policies]].
+
-
 
+
-
* ''We do not'' gurantee any minimum level of privilege on the network. Instead, individuals are granted the access they need to carry out their duties.
+
-
 
+
-
* Server administrators are reminded that the utility of any given server depends entirely on ping latencies and other factors which may be beyond our control.
+
-
 
+
-
* Servers may need to be delinked or rehubbed at any time. We cannot always provide notice before such actions, but certainly stive to do so in all circumstances.
+
-
 
+
-
Regardless, '''hosting a DareNET server helps the network and the community and we appreciate that you're considering it'''.
+
-
}}
+
-
 
+
-
<h3><font color="#990000">Hardware & Connectivity Requirements</font></h3>
+
-
 
+
-
The listed hardware and connectivity requirements are extremely generous. Our goal is to ensure that each server exhibits the best possible connectivity and responsiveness.
+
-
 
+
-
* '''<font color="#990000">Minimum Bandwidth.</font>''' The server must NOT be running on a broadband or dial-up connection. It should be on a multihomed network. We must also be able to verify that your server is on a multihomed network, via BGP announcements.
+
-
 
+
-
* '''<font color="#990000">Processor.</font>''' A 500MHz or better processor. Generally, Intel or other compatible hardware is preferred and makes life a bit easier for us, but it's not a hard-and-fast rule.
+
-
 
+
-
* '''<font color="#990000">Memory.</font>''' 256MB or more of RAM is required.
+
-
 
+
-
* '''<font color="#990000">Disk space.</font>''' Space usage for logs may vary from system to system. In general, it's best to leave appreciable amounts of free space.
+
-
 
+
-
* '''<font color="#990000">Hours of operation.</font>''' 24-7, reliable operation is a must.
+
-
 
+
-
* '''<font color="#990000">Multiple uses.</font>''' We do not require that the machine be dedicated; however, it must adequately address any and all security concerns and be sufficient to properly run ircd. We advise against running critical applications on the same host; if you do, please plan to monitor resource usage (including allocation of memory and processor time). We attempt to provide timely notification of problems, but we're a volunteer organization running a 24/7 network and staff are not always available as needed.
+
-
 
+
-
<h3><font color="#003366">Software-related Requirements</font></h3>
+
-
 
+
-
The following list details the software-related requirements for DareNET servers. Again, some attention has been paid to providing room for expansion with minimum effort on the part of server administrators / hosting organizations.
+
-
 
+
-
* '''<font color="#003366">FreeBSD or GNU/Linux.</font>''' Current servers run either FreeBSD or GNU/Linux. Other excellent open source / free software operating systems exist and have been shown to work with our server software, but the use of these two operating systems simplifies network operations. FreeBSD 4.4 or later or the Linux 2.4.23+ kernel are required.
+
-
 
+
-
* '''<font color="#003366">The bash shell.</font>''' Shell scripts for server operations assume the availability of this shell.
+
-
 
+
-
* '''<font color="#003366">GNU Awk (gawk).</font>''' The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. This needed for our linesynx program, which automatically updates and syncs server configuration files across the network.
+
-
 
+
-
* '''<font color="#003366">GNU WGet.</font>''' Shell scripts for server operations assume the availability of this shell.
+
-
 
+
-
* '''<font color="#003366">Screen.</font>''' The GNU screen utility is frequently used to run sessions which can be detached automatically at disconnection.
+
-
 
+
-
* '''<font color="#003366">Perl 5.x.</font>''' Perl 5.6+ is preferred.
+
-
 
+
-
* '''<font color="#003366">Compile toolchain facilities.</font>''' These should include gcc and gdb, as well as any required binary utilities. We currently require gcc 3.2.
+
-
 
+
-
* '''<font color="#003366">A selection of editors.</font>''' Joe, ae and vi are highly preferred. Emacs may be helpful.
+
-
 
+
-
* '''<font color="#003366">At least one IRC client for testing.</font>''' If no other clients are available, ircII is an acceptable minimum.
+
-
 
+
-
* '''<font color="#003366">Core files.</font>''' Expect core files on occasion. Core file size limits should be generous. Our ircd code base continues to evolve, and as such we will need this handy debugging resource.
+
-
 
+
-
* '''<font color="#003366">A running network time daemon.</font>''' Preferred daemons are either xntpd or ntpd, with local access via {,x}ntpdc to get server status. The server host should be synced to a time server at all times and should have backup servers. It's recommended you specify groups of three servers (with a minimum of at least one such group) to sync time from. It's essential that you start up ntpd in your init scripts. It's also essential that you run ntpdate, part of the package, at startup before starting up ntpd.
+
-
 
+
-
* '''<font color="#003366">Account access.</font>''' The server daemon (ircd) runs as a user program under a vanilla end-user account (frequently called "darenet"), with no setuid or special privilege. Our Routing Team must have access to the account via password, and ssh public key as well. Root access to the machine is highly desirable, since it makes it easier for us to double-check the initial configuration and resolve problems in an emergency; although, this is NOT required.
+
-
 
+
-
* '''<font color="#003366">Recent opensshd daemon, ssh2 protocol only; account access via ssh and scp.</font>''' All access to the server account will use ssh. The scp program is required to transfer files. Access to the account by public key should be allowed, as should access by password.
+
-
 
+
-
* '''<font color="#003366">OpenSSL toolkit.</font>''' Our servers support SSL connections on specified ports using the OpenSSL toolkit.
+
-
 
+
-
* '''<font color="#003366">The rsync program.</font>''' File transfers may use this program.
+
-
 
+
-
<h3><font color="#990000">Applying to Link</font></h3>
+
-
 
+
-
Before applying to host a server, you should take time to read over our [[Policies|current policies]]. All new admins should be in agreement with our current policies and practices. Additionally, you may find it helpful to consult with our Routing Team (#routing or [mailto:routing@darenet.org routing@darenet.org]). They can answer any questions you might have, and guide you through the whole link process.
+
-
 
+
-
Regardless, the formal application process is begun by completing and submitting the server link application, which can be found at [http://www.darenet.org/linkapp http://www.darenet.org/linkapp].
+
-
 
+
-
{| class="wikitable" width="100%" style="font-size: 85%; text-align: left;"
+
-
| <font color="#990000">'''NOTE:''' Upon application submission, you agree to consent to a port scan and other unobtrusive probes to verify that the above listed requirements have been met.</font>
+
-
|}
+

Current revision as of 22:19, 30 December 2009

  1. REDIRECT Policy:Linking Guidelines