GBox (Client / Cardsharing): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
 
(31 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 5: Zeile 5:


ID-GBox-Client: 10.1.0.150
ID-GBox-Client: 10.1.0.150
ID-OSCam-Server: 10.1.0.95
ID-OSCam-Server: 10.2.0.95


== GBox Client ==
== GBox Client ==
Zeile 14: Zeile 14:


<pre>
<pre>
M: { 10.1.0.150 { AABB2456 }}
I: { 03 }
D: { 10.1.0.95 { 3820 3819 { AB333441 { 5 5 }}}}
N: { 00 00 20 00 2500 4500 }
X: { 05 }
 
M: { 10.1.0.150 { AB333441 }}
D: { 10.2.0.95 { 3820 3819 { CC334B24 { 5 5 }}}}
</pre>
 
Beschreibung:
 
<pre>
D: { other.dyndns.org { Port1 Port2 { Password { A5 A5 }}}}
 
other.dyndns.org => the dyndns of your share peer
port1 => your port number using for gbox
port2 => port number of you peer
Password => password of your peer
A5 A5 => Share Level for Local and Virtual Cards
 
You will get this dline every time for your peer. So the only thing you had to do is, to put your port number instead of port1 and add it in your cwshare.cfg. The Dline you give to your peer is the the same but with your dyndns, password and your port number is port2.
 
D: { own.dyndns.org { Port1 ownport { own password { A5 A5 }
</pre>
</pre>


Zeile 23: Zeile 43:


[https://www.digital-eliteboard.com/threads/oscam-server-zu-gbox-client.219875/post-3359854 https://www.digital-eliteboard.com/threads/oscam-server-zu-gbox-client.219875/post-3359854]
[https://www.digital-eliteboard.com/threads/oscam-server-zu-gbox-client.219875/post-3359854 https://www.digital-eliteboard.com/threads/oscam-server-zu-gbox-client.219875/post-3359854]
[http://eucardsharing.blogspot.com/2008/09/cwsharecfg-turorial.html http://eucardsharing.blogspot.com/2008/09/cwsharecfg-turorial.html]


== OSCam Server ==
== OSCam Server ==
Zeile 34: Zeile 56:
<pre>
<pre>
[gbox]
[gbox]
hostname = 192.168.178.118
hostname   = 10.2.0.95
my_password = 98AF3E25
my_password = CC334B24
port = 3819
port       = 3819
keepalive = 1
keepalive   = 1
</pre>
</pre>
==== Links ====
[https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf]


=== oscam.server ===
=== oscam.server ===


<pre>
<pre>
device = 192.168.178.154,3820
[reader]
pwd = AABB2456
label    = Gbox VU+ Uno Hofstetten
user = gbox_client
enable  = 1
protocol = gbox
device   = 10.1.0.150,3820
user    = vu_uno_hofstetten
password = AB333441
group    = 1
services = !orfdigital,!hdplus
</pre>
 
==== Links ====
 
[https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.server https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.server]
 
=== oscam.user ===
 
<pre>
[account]
user            = vu_uno_hofstetten
pwd             = AB333441      # only 0-9 and A-F allowed
#allowedprotocols = gbox
#disabled        = 0
#monlevel        = 1
#uniq            = 1
group            = 1
au              = 1            # emm to all readers
#services        = orfdigital,hdplus
</pre>
</pre>
==== Links ====
[https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.user https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.user]
== Probleme ==
{{note|Noch nicht gelöst}}
GBox-Client verbindet sich nur mit dem OSCam-Server, wenn der Client neugestartet wird.


== Links ==
== Links ==

Aktuelle Version vom 17. Juni 2022, 08:03 Uhr

Noch in Bearbeitung


Allgemein

ID-GBox-Client: 10.1.0.150 ID-OSCam-Server: 10.2.0.95

GBox Client

vi /var/keys/cwshare.cfg
I: { 03 }
N: { 00 00 20 00 2500 4500 }
X: { 05 }

M: { 10.1.0.150 { AB333441 }}
D: { 10.2.0.95 { 3820 3819 { CC334B24 { 5 5 }}}}

Beschreibung:

D: { other.dyndns.org { Port1 Port2 { Password { A5 A5 }}}}

other.dyndns.org => the dyndns of your share peer
port1 => your port number using for gbox
port2 => port number of you peer
Password => password of your peer
A5 A5 => Share Level for Local and Virtual Cards

You will get this dline every time for your peer. So the only thing you had to do is, to put your port number instead of port1 and add it in your cwshare.cfg. The Dline you give to your peer is the the same but with your dyndns, password and your port number is port2.

D: { own.dyndns.org { Port1 ownport { own password { A5 A5 }

Links

https://wiki.zebradem.com/wiki/index.php?title=Gbox

https://www.digital-eliteboard.com/threads/oscam-server-zu-gbox-client.219875/post-3359854

http://eucardsharing.blogspot.com/2008/09/cwsharecfg-turorial.html

OSCam Server

oscam.conf

sudo vi /usr/local/etc/oscam.conf
[gbox]
hostname    = 10.2.0.95
my_password = CC334B24
port        = 3819
keepalive   = 1

Links

https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf

oscam.server

[reader]
label    = Gbox VU+ Uno Hofstetten
enable   = 1
protocol = gbox
device   =  10.1.0.150,3820
user     = vu_uno_hofstetten
password = AB333441
group    = 1
services = !orfdigital,!hdplus

Links

https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.server

oscam.user

[account]
user             = vu_uno_hofstetten
pwd              = AB333441      # only 0-9 and A-F allowed
#allowedprotocols = gbox
#disabled         = 0
#monlevel         = 1
#uniq             = 1
group            = 1
au               = 1             # emm to all readers
#services         = orfdigital,hdplus

Links

https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.user

Probleme

Noch nicht gelöst

GBox-Client verbindet sich nur mit dem OSCam-Server, wenn der Client neugestartet wird.

Links

https://www.digital-eliteboard.com/threads/geloest-gbox-mit-oscam-im-share-verbinden.436390/

http://www.streamboard.tv/wiki/OSCam/de/Config/oscam.server#gbox


Zurück zu GBox (Satreceiver), OSCam-Konfiguration_(Cardsharing)