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

Client immer offline (oscam zu oscam)

maria671

Newbie
Registriert
4. November 2008
Beiträge
5
Reaktionspunkte
1
Punkte
230
Hallo,und hoffe ihr könnt mir helfen.
Versuche seit Tagen zu sharen über inet -1 Server(dreambox) 1 client(Vu+solo) ,Ergebniss Client immer offline.
-Karte Sky V13
-Server Dreambox mit oscam
-Client Vu+solo mit oscam
-port(tcp) im Router offen Richtung Serverbox
-Dyndns aktiviert im Router
Hier mal meine configs von der Serverseite :
oscam conf
[global]
clientdyndns = 1
logfile = /var/cache/oscam.log
disableuserfile = 0
clienttimeout = 30000
fallbacktimeout = 4900
clientmaxidle = 60
cachedelay = 120
bindwait = 20
netprio = 0
nice = -1
maxlogsize = 100
preferlocalcards = 1
saveinithistory = 1
resolvegethostbyname = 1
[dvbapi]
enabled = 1
au = 1
boxtype = dreambox
user = local
pmt_mode = 0
[webif]
httpport = 8888
httpuser = xxxxxx
httppwd = xxxxxx
httprefresh = 10
httpallowed = 127.0.0.1,192.168.1.1-192.168.255.255
[newcamd]
Key = 0102030405060708091011121314
Port = 4545@09C4:000000
oscam.server
[reader]
label = skydeV13
enable = 1
protocol = internal
device = /dev/sci1
caid = 09C4
boxid = 12345678
detect = cd
mhz = 357
cardmhz = 357
group = 1
emmcache = 1,3,2
lb_weight = 100
oscam user
[account]
user = local
group = 1,2,3
au = 1
[account]
user = xxxxxx
pwd = xxxxxx
group = 1,2,3
au = 1
caid = 09C4
hostname = xxx.dyndns.xxx,4545

jetzt die Clientseite:
oscam conf.
[global]
clientdyndns = 1
logfile = /var/cache/oscam.log
disableuserfile = 0
clienttimeout = 30000
fallbacktimeout = 4900
clientmaxidle = 60
cachedelay = 120
bindwait = 20
netprio = 0
nice = -1
maxlogsize = 100
preferlocalcards = 1
saveinithistory = 1
resolvegethostbyname = 1
[dvbapi]
enabled = 1
au = 1
boxtype = dreambox
user = local
pmt_mode = 0
[webif]
httpport = 8888
httpuser = xxxxxx
httppwd = xxxxxx
httprefresh = 10
httpallowed = 127.0.0.1,192.168.1.1-192.168.255.255
[newcamd]
port = 454

oscam server
[reader]
label = server
enable = 1
protocol = newcamd
device = xxxx.dyndns.xxx,4545
Key = 0102030405060708091011121314
account = xxxxxx,xxxxxx

oscam user
[account]
user = local
group = 1,2,3
au = 1

wäre euch dankbar wenn ihr mir sagen könntet wo da mein Fehler liegt.
Gruß
 
AW: Client immer offline (oscam zu oscam)

Der oscam.server vom Client ist falsch!

Dieser sollte so aussehen:

Code:
[reader]
label = newcamdproxy
protocol = newcamd
device = diedyndns.dyndns.org,12000
key = 0102030405060708091011121314
[COLOR=#ff0000][B]user = user
password = pass[/B][/COLOR]
caid = 09C4
group = 1
emmcache = 1,3,2
 
Zuletzt bearbeitet:
AW: Client immer offline (oscam zu oscam)

Hallo,
und erstmal Danke für die schnelle Anwort.
Habe oscam.server vom Client geändert aber leider ist der Client immer noch offline,
hier mal der log der oscam auf der Clientseite wenn das vielleicht hilft.
-------------------------------------------------------------------------------
>> OSCam << cardserver started at Thu Nov 10 15:44:24 2011
-------------------------------------------------------------------------------
2011/11/10 15:44:24 2AAC9B80 s >> OSCam << cardserver started, version 1.00-unstable_svn, build #5303 (mips-tuxbox-linux)
2011/11/10 15:44:24 2AAC9B80 s version=1.00-unstable_svn, build #5303, system=mips-tuxbox-linux, nice=-1
2011/11/10 15:44:24 2AAC9B80 s client max. idle=60 sec, debug level=0
2011/11/10 15:44:24 2AAC9B80 s max. logsize=100 Kb, loghistorysize=4096 bytes
2011/11/10 15:44:24 2AAC9B80 s client timeout=30000 ms, fallback timeout=4900 ms, cache delay=120 ms
2011/11/10 15:44:24 2AAC9B80 s Cannot open file "/var/tuxbox/config/oscam.services" (errno=2 No such file or directory)
2011/11/10 15:44:24 2AAC9B80 s userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
2011/11/10 15:44:24 2AAC9B80 s signal handling initialized (type=sysv)
2011/11/10 15:44:24 2AAC9B80 s can't open file "/var/tuxbox/config/oscam.srvid" (err=2 No such file or directory), no service-id's loaded
2011/11/10 15:44:24 2AAC9B80 s can't open file "/var/tuxbox/config/oscam.tiers" (err=2 No such file or directory), no tier-id's loaded
2011/11/10 15:44:24 2AAC9B80 s can't open file "/var/tuxbox/config/oscam.provid" (err=2 No such file or directory), no provids's loaded
2011/11/10 15:44:24 2AAC9B80 s can't open file "/var/tuxbox/config/oscam.ird" (errno=2 No such file or directory) irdeto guessing not loaded
2011/11/10 15:44:24 2AAC9B80 s monitor: disabled
2011/11/10 15:44:24 2AAC9B80 s camd33: disabled
2011/11/10 15:44:24 2AAC9B80 s camd35: disabled
2011/11/10 15:44:24 2AAC9B80 s cs378x: disabled
2011/11/10 15:44:24 2AAC9B80 s newcamd: initialized (fd=6, port=xxxxx, crypted)
2011/11/10 15:44:24 2AAC9B80 s radegast: disabled
2011/11/10 15:44:24 2AAC9B80 s http thread started
2011/11/10 15:44:24 2AAC9B80 s creating thread for device xxxxxx.dyndns.xxx
2011/11/10 15:44:24 2AAC9B80 s loadbalancer: can't read from file /tmp/.oscam/stat
2011/11/10 15:44:24 2AAC9B80 s waiting for local card init
2011/11/10 15:44:24 2B8EB4B0 h HTTP Server listening on port 8888
2011/11/10 15:44:24 2BCEB4B0 p proxy thread started (thread=2BCEB4B0, label=server, server=xxxxxx.dyndns.xxx)
2011/11/10 15:44:24 2BCEB4B0 p proxy xxxxxx.dyndns.xxx:xxxxx newcamd525 (fd=13)
2011/11/10 15:44:25 2AAC9B80 s init for all local cards done
2011/11/10 15:44:25 2AAC9B80 s anti cascading disabled
2011/11/10 15:44:25 2C0EB4B0 c plain dvbapi-client granted (local, au=auto (1 reader))
2011/11/10 15:44:25 2C0EB4B0 c dvbapi: can't open priority file /var/tuxbox/config/oscam.dvbapi
2011/11/10 15:44:57 2C0EB4B0 c dvbapi: [ADD PID 0] CAID: 1702 ECM_PID: 1744 PROVID: 000000
2011/11/10 15:44:57 2C0EB4B0 c dvbapi: [ADD PID 1] CAID: 1722 ECM_PID: 1644 PROVID: 000000
2011/11/10 15:44:57 2C0EB4B0 c dvbapi: [ADD PID 2] CAID: 1833 ECM_PID: 1844 PROVID: 000000
2011/11/10 15:44:57 2C0EB4B0 c dvbapi: [ADD PID 3] CAID: 1834 ECM_PID: 1C44 PROVID: 000000
2011/11/10 15:44:57 2C0EB4B0 c dvbapi: [ADD PID 4] CAID: 09C4 ECM_PID: 1B44 PROVID: 000000
2011/11/10 15:44:57 2C0EB4B0 c dvbapi: [ADD PID 5] CAID: 09C7 ECM_PID: 1D44 PROVID: 000000
2011/11/10 15:44:57 2C0EB4B0 c dvbapi: [ADD PID 6] CAID: 09AF ECM_PID: 1F44 PROVID: 000000
2011/11/10 15:44:57 2C0EB4B0 c dvbapi: [ADD PID 7] CAID: 1861 ECM_PID: 1944 PROVID: 000000
2011/11/10 15:44:57 2C0EB4B0 c dvbapi: new program number: 000B (1702:000B unknown)
2011/11/10 15:44:57 2C0EB4B0 c local (1702&000000/000B/93:4884): rejected group (120 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:44:57 2C0EB4B0 c local (1722&000000/000B/93:196E): rejected group (120 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:44:58 2C0EB4B0 c local (1833&000000/000B/89:04BA): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:44:58 2C0EB4B0 c local (1834&000000/000B/89:E0B1): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:44:58 2BCEB4B0 p connecting to xxxxxx.dyndns.xxx
2011/11/10 15:45:00 2BCEB4B0 p xxxxxx.dyndns.xxx: resolved ip=xx.xxx.xx.xxx
2011/11/10 15:45:28 2C0EB4B0 c local (09C4&000000/000B/90:53D4): timeout (30249 ms) by server (of 1 avail 1)
2011/11/10 15:45:28 2C0EB4B0 c local (09C4&000000/000B/90:FE16): timeout (30266 ms) by server (of 1 avail 1)
2011/11/10 15:45:29 2C0EB4B0 c local (09AF&000000/000B/8D:D269): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:29 2C0EB4B0 c dvbapi: try pids again #1
2011/11/10 15:45:29 2C0EB4B0 c local (1861&000000/000B/8E:3B04): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:29 2C0EB4B0 c local (1702&000000/000B/93:2197): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:29 2C0EB4B0 c local (1722&000000/000B/93:AE73): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:30 2C0EB4B0 c local (1833&000000/000B/89:5AEE): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:30 2C0EB4B0 c local (1834&000000/000B/89:3FE3): rejected group (120 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:37 2C0EB4B0 c local (09C4&000000/000B/90:DD0B): timeout (30250 ms) by server (of 1 avail 1)
2011/11/10 15:45:38 2C0EB4B0 c local (09C7&000000/000B/A6:93AC): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:38 2C0EB4B0 c local (09AF&000000/000B/8D:2C46): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:38 2C0EB4B0 c dvbapi: try pids again #2
2011/11/10 15:45:38 2C0EB4B0 c local (1861&000000/000B/8E:CE87): rejected group (120 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:38 2C0EB4B0 c local (1702&000000/000B/93:3C10): rejected group (120 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:39 2C0EB4B0 c local (1722&000000/000B/93:564E): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:39 2C0EB4B0 c local (1833&000000/000B/89:54FF): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:39 2C0EB4B0 c local (1834&000000/000B/89:11B9): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:44 2C0EB4B0 c local (09C4&000000/000B/90:B18C): timeout (30249 ms) by server (of 1 avail 1)
2011/11/10 15:45:45 2C0EB4B0 c local (09C7&000000/000B/A6:3612): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:45 2C0EB4B0 c local (09AF&000000/000B/8D:7411): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:45 2C0EB4B0 c dvbapi: try pids again #3
2011/11/10 15:45:45 2C0EB4B0 c dvbapi: can't decode channel
2011/11/10 15:45:45 2C0EB4B0 c local (1861&000000/000B/8E:2A15): rejected group (121 ms) (of 0 avail 0) (no matching reader)
2011/11/10 15:45:51 2C0EB4B0 c dvbapi: can't decode channel
2011/11/10 15:45:51 2C0EB4B0 c local (09C4&000000/000B/90:11EF): timeout (30079 ms) by server (of 1 avail 1)
2011/11/10 15:45:58 2C0EB4B0 c dvbapi: can't decode channel
2011/11/10 15:45:58 2C0EB4B0 c local (09C4&000000/000B/90:8CEB): timeout (30079 ms) by server (of 1 avail 1)
2011/11/10 15:46:00 2C0EB4B0 c dvbapi: can't decode channel
2011/11/10 15:46:00 2C0EB4B0 c local (09C4&000000/000B/90:8CEB): timeout (30079 ms) by server (of 1 avail 1)
2011/11/10 15:46:05 2C0EB4B0 c dvbapi: can't decode channel
2011/11/10 15:46:05 2C0EB4B0 c local (09C4&000000/000B/90:40F4): timeout (30080 ms) by server (of 1 avail 1)
2011/11/10 15:46:10 2C0EB4B0 c dvbapi: can't decode channel
2011/11/10 15:46:10 2C0EB4B0 c local (09C4&000000/000B/90:40F4): timeout (30330 ms) by server (of 1 avail 1)
2011/11/10 15:46:12 2C0EB4B0 c dvbapi: can't decode channel
2011/11/10 15:46:12 2C0EB4B0 c local (09C4&000000/000B/90:E17B): timeout (30079 ms) by server (of 1 avail 1)
 
Zurück
Oben