Clients keeps disconnect and anonymous users

michael4715

Registered
Messages
3
Hi guys

I have a seriouse problem, my clients have begun to experience drop outs, and when I look in my logfile I see a strange pattern, where the user is logged in multiple times and also anonymous users...

Does any have an idea. I'm running oscam 1.20 ver 6615, have also tried with the latest which is in svn. My ubuntu is 10.04

Log entries

2012/06/08 18:26:16 B6E060F8 c anonymous disconnected from
2012/06/08 18:26:21 B6EF0078 c encrypted cccam-client xxxxxxxxx granted (48, au=off)
2012/06/08 18:49:01 B6E03088 c encrypted cccam-client xxxxxxxxxx granted (48, au=off)
2012/06/08 18:52:35 B63051C0 c anonymous disconnected from 7xxxxxxxxxx
2012/06/08 18:53:09 B63051C0 c anonymous disconnected from xxxxxxxxx
2012/06/08 18:53:11 B63069F8 c encrypted cccam-client xxxxxxxxx granted (48, au=off)
2012/06/08 18:54:01 B756C100 c anonymous disconnected from xxxxxxxxx
2012/06/08 18:54:01 B63051C0 c encrypted cccam-client xxxxxxxxxx granted (48, au=off)
2012/06/08 18:54:48 B63051C0 c 48 disconnected from xxxxxxxxxxxxx
2012/06/08 18:54:57 B63051C0 c encrypted cccam-client xxxxxxxx granted (48, au=off)
2012/06/08 19:03:37 B6E16890 c anonymous disconnected from xxxxxxxxx
2012/06/08 19:03:53 B630BC90 c anonymous disconnected from xxxxxxxxx
2012/06/08 19:04:19 B7531620 c encrypted cccam-client xxxxxxxx granted (48, au=off)

This is just one example for a user, from the same IP

oscam.user

user = XXXXX
pwd = XXXXXXX
group = 1
uniq = 2
monlevel = 0
numusers = 1

oscam.conf

[global]
usrfile = /var/log/oscam/oscamuser.log
logfile = /var/log/oscam/oscam.log
cwlogdir = /var/log/oscam/cw
emmlogdir = /var/log/oscam/
disableuserfile = 0
clienttimeout = 3200
fallbacktimeout = 2000
clientmaxidle = 0
failbantime = 60
failbancount = 5
netprio = 1
nice = -15
maxlogsize = 90000
waitforcards = 0
preferlocalcards = 1
saveinithistory = 1
readerrestartseconds = 3
lb_mode = 2
lb_min_ecmcount = 15
lb_max_ecmcount = 1000
lb_savepath =
max_cache_time = 10
max_cache_count = 10000

[monitor]
port = 988
aulow = 120
hideclient_to = 15
monlevel = 1
appendchaninfo = 0

[cccam]
port = XXXXXXX
reshare = 0
version = 2.2.1
updateinterval = 60
nodeid = XXXXXXXXXXX

[webif]
httpport = XXXXXX
httpuser = XXXXX
httppwd = XXXXXXX
httprefresh = 30
httpallowed = 192.168.0.0-192.168.0.255
httphideidleclients = 1

[anticasc]
enabled = 1
numusers = 15
aclogfile = /var/log/oscam/oscam_ac.log



I know the setup is not the most secure currently regarding dublicate users etc... but this is to try to mimimize the dropouts...

Hope you have some ideas... I have read alot around that in earliere version this has been a problem but should have been solved.
 
Top