How to set up remote server (peer) using Oscam / newcamd?

jackhulk

Registered
Messages
41
Hello

So i have Oscam setup as my local card reader, and that part is working just fine, but struggling to set up remote server (my peers) within Oscam using newcamd? I can get it working with cccam, but I'd like to get it working with newcamd to see if that will fix ecm spiking problem with cccam.

Can you have a look at the below and see where I am going wrong please?

oscam.server
[reader]
label = skyuk
protocol = newcamd
key = 0102030405060708091011121314
emmcache = 1,3,2
device = peerid@port
user = user1
password = password1
caid = 0963
ident = 0963:000000
group = 2
audisabled = 1

Thank you
 

guli

Registered
Messages
375
Hello

So i have Oscam setup as my local card reader, and that part is working just fine, but struggling to set up remote server (my peers) within Oscam using newcamd? I can get it working with cccam, but I'd like to get it working with newcamd to see if that will fix ecm spiking problem with cccam.

Can you have a look at the below and see where I am going wrong please?



Thank you

if you are looking to setup a proxy then this is how it is done mate .

oscam.server

[reader]
label = proxyname
protocol = newcamd
device = peerdns,port
key = 0102030405060708091011121314
user = username
password = password
group = 1
lb_weight = 100
 
Top