View Single Post
Old 04-13-2008, 08:29 AM   #15
maccool
Human being with feelings
 
Join Date: Mar 2008
Posts: 12
Default

Quote:
Originally Posted by JavaLava View Post
Thank you maccool

Puting the file ninjamsrv and the config.cfg loose in my folder Applications like you work perfect but I have now an error in the line 9 is about the ACL parameter

This is the error

Last login: Sun Apr 13 12:11:33 on ttys000
Kaleidoscope:~ javalava$ cd /Applications
Kaleidoscope:Applications javalava$ ./ninjamsrv config.cfg
NINJAM Server v0.01a ALPHA built on Jul 7 2005 at 14:26:31 starting up...
Copyright (C) 2005, Cockos, Inc.
Usage: ACL xx.xx.xx.xx/X [ban|allow|reserve]
[config] warning: invalid parameter on line 9 of config.cfg
Server starting up...
Port: 55000
Using defaults 120 BPM 8 BPI

------------------------------

This is my config.cfg file

Port 55000
MaxUsers 10
MaxChannels 32 2
ServerLicense cclicense.txt
AnonymousUsers multi
AnonymousUsersCanChat yes
AnonymousMaskIP no
AllowHiddenUsers no
ACL 192.168.1.100/150 allow
User administrator myadminpass *
User booga anotherpass *
User myuser mypass *
DefaultTopic "Welcome to NINJAM. Please play nicely."
DefaultBPM 120
DefaultBPI 8
SetKeepAlive 3

Ideas?

Thanks in advanced
This is what the ACL lines look like in mine:

#ACL list lets you specify in order a list, first match is used
ACL 10.0.0.0/8 deny
ACL 192.168.0.0/16 reserve # reserve slots for local
ACL 0.0.0.0/0 allow # allow all

Those lines are as they came, I have not edited them.
maccool is offline   Reply With Quote