Quote:
Originally Posted by pljones
What port or ports are you running? 2049, others?
Does your new cloud provider restrict the range of ports you can open? (They may port block regardless of your VM's firewall rules.)
|
It's realy weird. Trying port 2030, set up in iptables same as shoutcast.
It connects, but I get invalid login no matter what user/pwd I use as set up in the config.
I don't understand what the log file is saying here:
[2010/06/08 03:06:38] Incoming connection from 118.152.44.97!
[2010/06/08 03:06:38] got login request for 'admin'
[2010/06/08 03:06:38] 118.152.44.97: Refusing user, invalid login/password
[2010/06/08 03:06:38] 118.152.44.97: disconnected (username:'', code=1)
yes, I've checked the pwd is correct in ninjam.
Is there a character format issue with locales or something weird going on here?
I don't see how, as the same process works fine with shoutcast server config and login using BUTT as the broadcast client.
ty
[2010/06/08 02:35:53] Opened log. NINJAM Server v0.06 built on Jul 7 2010 at 15:17:31
[2010/06/08 02:35:53] Server starting up...
[2010/06/08 02:35:53] Port: 2030
[2010/06/08 02:35:53] Using defaults 120 BPM 8 BPI
[2010/06/08 02:36:05] Incoming connection from 118.152.44.97!
[2010/06/08 02:36:07] got login request for 'boogie'
[2010/06/08 02:36:07] 118.152.44.97: Refusing user, invalid login/password
[2010/06/08 02:36:07] 118.152.44.97: disconnected (username:'', code=1)
[2010/06/08 02:37:15] Opened log. NINJAM Server v0.06 built on Jul 7 2010 at 15:17:31
[2010/06/08 02:37:15] Server starting up...
[2010/06/08 02:37:15] Port: 2030
[2010/06/08 02:37:15] Using defaults 120 BPM 8 BPI
[2010/06/08 02:37:21] Incoming connection from 118.152.44.97!
[2010/06/08 02:37:23] got anonymous request (denying)
[2010/06/08 02:37:23] 118.152.44.97: Refusing user, invalid login/password
[2010/06/08 02:37:23] 118.152.44.97: disconnected (username:'', code=1)
[2010/06/08 02:52:52] Opened log. NINJAM Server v0.06 built on Jul 7 2010 at 15:17:31
[2010/06/08 02:52:52] Server starting up...
[2010/06/08 02:52:52] Port: 2030
[2010/06/08 02:52:52] Using defaults 120 BPM 8 BPI
[2010/06/08 02:53:02] Incoming connection from 118.152.44.97!
[2010/06/08 02:53:02] got login request for 'admin'
[2010/06/08 02:53:02] 118.152.44.97: Refusing user, invalid login/password
[2010/06/08 02:53:02] 118.152.44.97: disconnected (username:'', code=1)
[2010/06/08 03:06:12] Opened log. NINJAM Server v0.06 built on Jul 7 2010 at 15:17:31
[2010/06/08 03:06:12] Server starting up...
[2010/06/08 03:06:12] Port: 2030
[2010/06/08 03:06:12] Using defaults 120 BPM 8 BPI
[2010/06/08 03:06:31] Incoming connection from 118.152.44.97!
[2010/06/08 03:06:31] got login request for 'admin'
[2010/06/08 03:06:31] 118.152.44.97: Refusing user, invalid login/password
[2010/06/08 03:06:31] 118.152.44.97: disconnected (username:'', code=1)
[2010/06/08 03:06:38] Incoming connection from 118.152.44.97!
[2010/06/08 03:06:38] got login request for 'admin'
[2010/06/08 03:06:38] 118.152.44.97: Refusing user, invalid login/password
[2010/06/08 03:06:38] 118.152.44.97: disconnected (username:'', code=1)
[2010/06/08 03:06:49] Incoming connection from 118.152.44.97!
[2010/06/08 03:06:50] got login request for 'admin'
[2010/06/08 03:06:50] 118.152.44.97: Refusing user, invalid login/password
[2010/06/08 03:06:50] 118.152.44.97: disconnected (username:'', code=1)
sv1:/usr/local/ninjam/ninjam/server# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
REJECT all -- anywhere loopback/8 reject-with icmp-port-unreachable
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:www
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:56489
ACCEPT tcp -- anywhere anywhere tcp dpt:8000 state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:8001 state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:nfs state NEW
ACCEPT tcp -- anywhere anywhere tcp dpt:2030 state NEW
ACCEPT icmp -- anywhere anywhere icmp echo-request
LOG all -- anywhere anywhere limit: avg 5/min burst 5 LOG level debug prefix `iptables denied: '
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere