Unreal IRCd on FreeBSD 7.0
Lars Sommer, lasg@lasg.dk, v.1 2008-03-08
DISCLAIMER: This is a personal note made for personal usage. It might not be easy usable nor explaining.
—
Install this port:
irc/unreal
With these options:
HUB
NOSPOOF
SSL
IPV6
—
Add to rc.conf:
unrealircd_enable=”YES”
—
Copy my unreal.conf
Create a SSL cert.
Anope IRC services on FreeBSD 7.0
Lars Sommer, lasg@lasg.dk, v.1, 2008-03-08
DISCLAIMER: This is a personal note made for personal usage. It might not be easy usable nor explaining.
—
Install this port
irc/anope
—
Configure by copying my config file, or:
cd /usr/local/share/anope
cp example.conf services.conf
vi services.conf
—
Start with:
/usr/local/libexec/anope/anope
Bitlbee on FreeBSD 7.0
Lars Sommer, lasg@lasg.dk, v.2, 2008-03-08
DISCLAIMER: This is a personal note made for personal usage. It might not be easy usable nor explaining.
—
Installation:
Install this port:
irc/bitlbee
With these options:
RECODE
—
Insert in /etc/services:
bitlbee 6668/tcp
Insert in /etc/inet.conf
bitlbee stream tcp nowait lasg /usr/local/sbin/bitlbee bitlbee
cd /usr/local/etc/bitlbee/
cp bitlbee.conf.orig bitlbee.conf
vi bitlbee.conf
Set:
AuthMode = Closed
AuthPassword = mysecretpw
For proxy, this can be used in bitlbee.conf;
Proxy = http://wwwproxy.kom.aau.dk:3128
Remember to backup your
chown lasg /usr/local/etc/bitlbee