INN Configuration Cheat Sheet

This is a configuration guide for the system administrator that needs to setup an INN cluster in a hurry. It isn't comprehensive and emphasis is given to getting it running. It is recommended that if you have the time, read the INSTALL file that comes with INN as it will instill knowledge that you will need at some point anyway.

Installation and General Setup

Leaf node setup

The following configuration steps are appropriate when your INN installation will be receiving a news feed from somewhere, e.g. your ISP. Upon startup, INN will whine about not having any sites configured for feeding. Ignore.

Authentication Setup

Out of the box, INN will only allow localhost originated connections to actually read any news. To allow remote clients to access the news service, perform one of the following:

Open Access configuration

This setup will allow anyone to use the news server. Use with care.

User Authentication configuration

This is your typical username and password configuration, which employs a local user database.

News Feeder setup

These configuration steps are useful if your INN installation is going to use the NNTP protocol to feed news to other sites. This configuration uses innfeed, which is a near realtime feed.
$Id: inn-cheatsheet.html,v 1.2 2002/07/01 02:37:40 kos Exp $