GBox (Client / Cardsharing): Unterschied zwischen den Versionen
(→Links) |
|||
(27 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. | ID-OSCam-Server: 10.2.0.95 | ||
== GBox Client == | == GBox Client == | ||
Zeile 18: | Zeile 18: | ||
X: { 05 } | X: { 05 } | ||
M: { 10.1.0.150 { | M: { 10.1.0.150 { AB333441 }} | ||
D: { 10. | 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 27: | 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 37: | Zeile 55: | ||
<pre> | <pre> | ||
[gbox] | [gbox] | ||
hostname = | hostname = 10.2.0.95 | ||
my_password = | 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 === | ||
Zeile 52: | Zeile 70: | ||
<pre> | <pre> | ||
[reader] | [reader] | ||
label = | label = Gbox VU+ Uno Hofstetten | ||
enable = 1 | enable = 1 | ||
protocol = gbox | protocol = gbox | ||
device = | device = 10.1.0.150,3820 | ||
user = | user = vu_uno_hofstetten | ||
password = | password = AB333441 | ||
group = 1 | |||
group = | 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, 07: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)