hi guys
i have oscam/ cccam server
my problem i cant see any active clients in cccam web info page ( 2.1.3 )
but i can see them ok in oscam web info page
can i get help with that ??
thanks
hi guys
i have oscam/ cccam server
my problem i cant see any active clients in cccam web info page ( 2.1.3 )
but i can see them ok in oscam web info page
can i get help with that ??
thanks
You are adding new clients to oscam.user and giving out C lines you will see clients connection in oscam webinfo.
If you want to see clients in CCcaminfo you need to create F line in CCcam.cfg for each new client then give out C lines.
thanks for your reply
what i do is
for each client i create an account in oscam.user and i create fline for the same a ccount in ccam.cfg and then i give cline
There is no need to add new clients in oscam.user as oscam is only cardreader in your setup, CCcam is server so create all new clients in CCcam.cfg.
if i just create flines in cccam.cfg and give clines like that. the lines dont work
as i had to put
[cccam]
port = 12000
version = 2.1.3
build = 3165
reshare = 1
in oscam.conf to get cccam to work
Create a new [account] in oscam user like below, change caid and ident to your own card;
[account]
user = linuxsat
pwd = support
group = 1
au = ***UK
caid = [COLOR='#FF0000']0963[/COLOR]
ident = [COLOR='#FF0000']0963:000000[/COLOR]
Then add N line to CCcam.cfg like below;
N: 127.0.0.1 34000 linuxsat support 01 02 03 04 05 06 07 08 09 10 11 12 13 14 [COLOR='#FF0000']256[/COLOR]
For this to work you will need newcamd protocol in oscam.conf like below, again change the caid/ident;
i have all that set up done already in oscam files
what i cant understand ..!
when i just create flines in cccam.cfg and not making accounts for them in oscam.user they dont work
and when i make flines in ccam.cfg amd make accounts for them in oscam.user they do work
I am not sure why you have the cccam protocol set up in oscam.conf, because you are using oscam as your cardreader, not as a cccam server. You should only need the newcamd protocol set up in oscam.conf, and make sure that the port you set in this is different from the server listen port you have set in CCcam.cfg.
i had to put cccam protocol in oscam.cong to get cccam to work
because cccam wasn't working before and when i put cccam protocol in oscam.conf its working fine
mouk i responded to your older post. please if you are having issues it is no good going back and forth, really you need to be posting your configs so we can see where the problem is - oscam.conf, oscam.user and oscam.server, also CCcam.cfg - hash out any sensitive stuff like boxkeys , passwords etc
oscam.conf
[global]
nice = -1
WaitForCards = 1
logfile = stdout
preferlocalcards = 1
saveinithistory = 1
disablelog = 1
[webif]
httpport = 8888
httpuser = xxxxx
httppwd = xxxxxx
httpallowed = 127.0.0.1-255.255.255.255
protocols
[newcamd]
key = 0102030405060708091011121314
port = 10000@0963:000000
[cccam]
port = 12000
version = 2.1.3
build = 3165
reshare = 1
Display More
oscam.server
[reader]
label = ***uk
protocol = smartreader
detect = cd
device = 005:002
emmcache = 1,3,2
caid = 0963
blockemm-u = 0
blockemm-s = 0
blockemm-g = 1
blockemm-unknown = 1
mhz = 600
cardmhz = 600
ident = 0963:000000
group = 1
Display More
oscam.server
[account]
user = test1
pwd = test2
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
[account]
user = test3
pwd = test4
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
[account]
user = test7
pwd = test8
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
[account]
user = test9
pwd = test10
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
[account]
user = test11
pwd = test12
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
[account]
user = test13
pwd = test14
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
[account]
user = test17
pwd = test18
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
[account]
user = test19
pwd = test20
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
[account]
user = test21
pwd = test22
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
[account]
user = test23
pwd = test24
monlevel = 0
uniq = 0
group = 1,2
au = ***uk
caid = 0963
Display More
cccam.cfg
if the server listen port isn't defined then it will use port 12000 as default.
so mouk you need to delete the [cccam] part of your oscam.cfg, make sure the port 12000 is forwarded to your server's ip address (which has to be static) - delete all the account entries in oscam.user
Then read and follow the bits that master G posted - to make it more basic and easy, delete what you have already and replace with the ones that master G has posted in the places he says they need to go. I have never had an extra space between user and password but logically this tells me it could cause problems as well as sync says, but if you are following the advice rather than guessing that what you think is right is right, then you can't go wrong.