Page 1 of 1

Encrypted channels

PostPosted: Tue Oct 17, 2017 1:36 am
by putz182
Hi, I bought my MOI box four years ago in which I've faced a sad reality. I could only use MOI with an external Oscam server. I have a paid subscription but the provider box is really bad. I tried until I found that Oscam was not compatible with my local provider. I just got really frustrated and retired my MOI box. Recently I just exchange Sat provider and just want to use MOI system again. Since then, I'm lost! Can anyone please, point me a base tutorial on how to configure an Oscam server, in which, I can be able to share to MOI?

Re: Encrypted channels

PostPosted: Tue Oct 17, 2017 10:54 am
by steven
Hi

You can have a look at this guide :
viewtopic.php?f=86&t=10049

Thanks

Kind Regards

steven

Re: Encrypted channels

PostPosted: Wed Oct 18, 2017 9:33 pm
by putz182
Hi Steven, thanks!

Where I can found more info about Oscam?
http://www.streamboard.tv/ Seems to be off.

Can I buy a local card reader?
Where do I find my card info like, voltage, frequency?

In the Oscam config, for instance, what does the key mean?
[necamd]
key -> What is this supposed to be?

I'm really sorry to bother with so many questions but my last purchase was extremely frustrated. I must be sure that it will work with my local provider.

For example, N3 is really difficult because the need a box key which is inside an BGA chip. I'm having trouble to find again that kind of info and if I should keep going.

Re: Encrypted channels

PostPosted: Wed Oct 25, 2017 7:14 pm
by putz182
Any help?

Re: Encrypted channels

PostPosted: Thu Oct 26, 2017 6:07 pm
by xiaocao
hi ,


The [newcamd] section

key = DES key

default key for newcamd client encryption, default:none
example: key = 0102030405060708091011121314

port = port[{DES key}]@CAID[:provid][,provid]...[;port[{DES key}]@CAID[:provid][,provid]...]...

TCP port/DES key/CAID/provid definitions, default:none
example: port = 10000@0100:100000;20000{0102030405060708091011121314}@0200:200000,300000

Each CAID requires a separate port. If you don’t specify a DES key for a port, the default DES key will be used.

serverip = IP address

bind newcamd service to specified IP address, default:all
allowed = IP address|IP address range[,IP address|IP address range]...

newcamd client connections allowed from, default:none
example: allowed = 127.0.0.1,192.168.0.0-192.168.255.255,::1

keepalive = 0|1

0 = disable newcamd keepalive modus, default:0
mgclient = 0|1

1 = provide share information of all available CAIDs and provider IDs to mgcamd clients, default:0



please see more details from :
https://www.gsp.com/cgi-bin/man.cgi?sec ... oscam.conf


best regards!