Please find the updated status on my problem.
I have oscam installed on a ubuntu server (with cacheex configuration) and CCcam installed on my box.
It’s working quite well except that the cache3 response is as slow as the ecm local card (600ms).
The local is on a Ubuntu oscam server, which is connected to a proxy vps, also Ubuntu oscam.
My box is connected to that proxy.
Here is my configuration:
Local card server
Code:
oscam.conf
[global]
logfile = /var/log/oscam.log
disableuserfile = 0
clienttimeout = 6000
fallbacktimeout = 1600
nice = -1
maxlogsize = 0
cacheexwaittime = 75
usrfile = /var/log/oscamuser.log
cwlogdir = /var/log/cw
max_cache_time = 8
max_cache_count = 7500
[cccam]
port = ***
version = 2.1.3
reshare = 3
reshare_mode = 1
oscam.user
[account]
user = proxy
pwd = ***
description = Locals to proxy
keepalive = 1
group = 1
cccreshare = 3
cccignorereshare = 1
oscam.server
[reader]
label = bis
protocol = mouse
device = /dev/triple_00
caid = 0500
detect = cd
mhz = 500
cardmhz = 357
ident = 0500:042800,042810
group = 1
emmcache = 1,3,15
deprecated = 1
[reader]
label = cache_local
protocol = cccam
device = ***.***.***.***,****
user = cache_proxy
password = ***
cacheex = 3
cacheex_maxhop = 1
group = 1
cccversion = 2.1.3
cccmaxhops = 2
cccmindown = 10
ccckeepalive = 1
cccreshare = 3
audisabled = 1
Proxy server
Code:
oscam.conf
[global]
logfile = /var/log/oscam.log
disableuserfile = 0
clienttimeout = 10000
fallbacktimeout = 1600
nice = -1
maxlogsize = 0
cacheexwaittime = 0
block_same_ip = 0
usrfile = /var/log/oscamuser.log
cwlogdir = /var/log/cw
max_cache_time = 12
max_cache_count = 7500
[csp]
port = 12464
wait_time = 100
[cccam]
port = ***
version = 2.1.3
reshare = 1
oscam.user
[account]
user = cache_proxy
pwd = ***
keepalive = 1
group = 30
cacheex = 3
cacheex_maxhop = 1
cccmaxhops = -1
cccreshare = 3
[account]
user = test_mpo
pwd = ***
keepalive = 1
group = 1,30
services = bis
cccmaxhops = 2
cccreshare = 2
oscam.server
[reader]
label = locals
protocol = cccam
device = ***.***.***.***,****
user = proxy
password = ***
services = bis
group = 1
cccversion = 2.1.3
cccmindown = 2
cccwantemu = 1
ccckeepalive = 1
cccreshare = 2
audisabled = 1
2013/01/14 13:29:50 1BC9570 c test_mpo (0500&042800/0000/012D/3A:24B62BC3BC6A8DB6FD2F0B378A9CDA49): cache3 (650 ms)
2013/01/14 13:30:00 1BC9570 c test_mpo (0500&042800/0000/012D/3A:6754BE1978135373789DC69731410B50): found (649 ms) by locals
Did anyone experience the same issue?
Could it be related to my vps server?
Kind regards,
m1nus