meister85
Boardveteran
- Registriert
- 21. September 2009
- Beiträge
- 7.781
- Reaktionspunkte
- 4.998
- Punkte
- 373
The first step is to activate the CCcam protocoll in oscam.conf:
Now an example for a standard user:
If you wan´t to allow to write EMM´s on the card, so you have to set the user as follow:
To give individually reshare, the following parameters are required::
If you wan´t to give all cards until Hop 2, you have to set the user as follows:
If you want to give a time limited C-Line the following parameter is required:
To secure the line you can set the following parameter, so the user can connect only from a certain DynDns / IP
And this is the C-Line for your friend:
Code:
[cccam]
port = [COLOR=#0000cd]12000 --> Please don´t use the standard port![/COLOR]
reshare = 1
ignorereshare = 0
version = 2.2.1
reshare_mode = 0
Now an example for a standard user:
Code:
[account]
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR]
group = 1
If you wan´t to allow to write EMM´s on the card, so you have to set the user as follow:
Code:
[account]
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR]
group = 1
[B][COLOR=red]AU = labelofreader[/COLOR][/B]
To give individually reshare, the following parameters are required::
Code:
[account]
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR]
group = 1
[COLOR=#008080][B]cccreshare = 3[/B][/COLOR]
[COLOR=#008080][B]cccignorereshare = 1[/B][/COLOR]
If you wan´t to give all cards until Hop 2, you have to set the user as follows:
Code:
[account]
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR]
group = 1
[COLOR=#800080][B]cccmaxhops = 2[/B][/COLOR]
If you want to give a time limited C-Line the following parameter is required:
Code:
[account]
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR]
group = 1
[COLOR=#800000][B]allowedtimeframe = 08:00-20:00[/B][/COLOR]
To secure the line you can set the following parameter, so the user can connect only from a certain DynDns / IP
Code:
[account]
user = [COLOR=Indigo]user[/COLOR]
pwd = [COLOR=DarkOrange]pass[/COLOR]
group = 1
[B][COLOR=#006400]hostname = blabla.dyndns.org[/COLOR][/B]
And this is the C-Line for your friend:
Code:
C: dyndns.dyndns.org [COLOR=Blue]12000 [/COLOR][COLOR=Indigo]user [/COLOR][COLOR=DarkOrange]pass[/COLOR]