Breaking

Sunday, February 02, 2014

MANUAL: OSCAM Cache-EX Mode 3 guide

We have a simple guide, how to configure OSCAM Cache-EX Mode 3.


Cache-EX function enable us to exchange cache that is created in OScam. More users and local cards you have, more cache you produce. Cache is then used to releave stress on our local cards. This is especially useful for Sky UK (and other providers which use NDS encryption) which is very popular package.

In this tutorial I am using mode 3 (there are three modes: mode 0, mode 1 and mode 3) and CCcam protocol. At first almost all used Camd35 but then CCcam became preferable option because of its stability! Setting mode 3 can be a bit challenging, therefore you need to follow this tutorial very carefully! I will try to explaing cache-ex (mode 3) on various examples.

USER A

oscam.conf

[cccam]
port = 12444 or something else
oscam.server

[reader]
label = reader1
description = your local card, SKY UK for example
group = 11

[reader]
label = reader2
description = your local card, SKY Italia for example
group = 12

[reader]
label = userb
protocol = cccam
device = IP or DNS address,12555
user = usera
password = usera
cacheex  = 3
cacheex_maxhop = 2
dropbadcws = 1
cccmaxhops = 0
ccckeepalive = 1
cccreconnect = 0
audisabled = 1
group = 11,12,20 # use all groups where you want to get ecms from. Include your local cards and other external clients/peers (Cccam, Newcamd, etc.)! Also add group 20 here which was created in oscam.user for cache-ex users!

oscam.user

[account]
user = userb
pwd = userb
group = 20 # Use unique number here. Remember, this account is made for cache-ex only!
uniq = 3
cacheex = 3
cacheex_maxhop = 2
cccmaxhops = -1
cccreshare = 0
USER B
oscam.conf

[cccam]
port = 12555 or something else
oscam.server
[reader]
label = reader1
description = your local card, Cyfra+ for example
group = 11

[reader]
label = usera
protocol = cccam
device = IP or DNS address,12444
user = userb
password = userb
cacheex = 3
cacheex_maxhop                = 2
dropbadcws                    = 1
cccmaxhops                    = 0
ccckeepalive                  = 1
cccreconnect                  = 0
audisabled                    = 1
group = 11,30 # use all groups where you want to get cache from them. Include your local cards and other clients (Cccam, Newcamd, etc.)! Also add group 20 here which was created in oscam.user for cache-ex users!
oscam.user

[account]
user = usera
pwd = usera
group = 30 # Use unique number here. Remember, this account is made for cache-ex only!
uniq = 3
cacheex = 3
cacheex_maxhop = 2
cccmaxhops = -1
cccreshare = 0
oscam.user
[account]
user = bigcar
pwd = bigcar
group = 20
uniq = 3
cacheex = 3
cacheex_maxhop = 2
cccmaxhops = -1
cccreshare = 0

[account]
user = smallcar
pwd = smallcar
group = 20
uniq = 3
cacheex = 3
cacheex_maxhop = 2
cccmaxhops = -1
cccreshare = 0
[account]
user = verysmallcar
pwd = verysmallcar
group = 20
uniq = 3
cacheex = 3
cacheex_maxhop = 2
cccmaxhops = -1
cccreshare = 0
oscam.server

[reader]
label = bigcar
protocol = cccam
device = ddd.zapto.org,12222
user = asdasdasd
password = asdasdasdads
cacheex = 3
group = 5,6,10,20
cacheex_maxhop                = 2
dropbadcws                    = 1
cccmaxhops                    = 0
ccckeepalive                  = 1
cccreconnect                  = 0
audisabled                    = 1

[reader]
label = smallcar
protocol = cccam
device = xx.dyndns.ws,56666
user = xx
password = xxx
cacheex = 3
group = 5,6,10,20
cacheex_maxhop                = 2
dropbadcws                    = 1
cccmaxhops                    = 0
ccckeepalive                  = 1
cccreconnect                  = 0
audisabled                    = 1

[reader]
label = verysmallcar
protocol = cccam
device = xx.dyndns.ws,60000
user = xxx
password = xxx
cacheex = 3
group = 5,6,10,20
cacheex_maxhop                = 2
dropbadcws                    = 1
cccmaxhops                    = 0
ccckeepalive                  = 1
cccreconnect                  = 0
audisabled                    = 1

5,6 and group 10 are groups where you have your local cards and external clients. In this way you will generate some decent cache. You can also use only local cards for generating cache, but i do not recommend this option.
                

No comments:

Post a Comment