Quantcast
Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

How-To Create a Proxy in OScam

Status
Für weitere Antworten geschlossen.

meister85

Best Member
Boardveteran
Registriert
21. September 2009
Beiträge
7.781
Reaktionspunkte
4.998
Punkte
373
N: dyndns.dyndns.org 12000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14

If you want to create a newcamd proxy, you have to set the oscam.server as follows:

Code:
[reader]
label = newcamdproxy
protocol = newcamd
device = [COLOR=#800000]dyndns.dyndns.org[/COLOR],[COLOR=#0000cd]12000[/COLOR]
key = [COLOR=#ff0000]0102030405060708091011121314[/COLOR]
user = [COLOR=#800080]user[/COLOR]
password = [COLOR=#006400]pass[/COLOR]
group = 1

If you want to create a camd3 proxy, you have to set the oscam.server as follows:

L: dyndns.dyndns.org 12000 user pass

Code:
[reader]
label = camd35proxy
protocol = camd35
device = [COLOR=#800000]dyndns.dyndns.org[/COLOR],[COLOR=#0000cd]12000[/COLOR]
user = [COLOR=#800080]user[/COLOR]
password = [COLOR=#006400]pass[/COLOR]
group = 1

If you want to create a cccam proxy, you have to set the oscam.server as follows:

C: dyndns.dyndns.org 12000 user pass

Code:
[reader]
label = cccamproxy
protocol = cccam
device = [COLOR=#800000]dyndns.dyndns.org[/COLOR],[COLOR=#0000cd]12000[/COLOR]
user = [COLOR=#800080]user[/COLOR]
password = [COLOR=#006400]pass[/COLOR]
group = 1
cccversion = 2.2.1 [COLOR=#ff0000]--> It is recommended tu use min. version 2.2.0[/COLOR]
ccckeepalive = 1

To get only cards until hop 2, you can set the following parameter:

Code:
cccmaxhops = 2

To get only cards with 1x reshare, the following parameter is required:

Code:
cccmindown = 1
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben