Intern cardsharing between dreambox 7025 and relook 400s:
I have 2 cards in the internal smartcard readers of the dreambox and I want to watch and record with the relook (no cards and no keys inside)
The boxes are connected with the PC and a router to the internet (port 12000 on router is open!)
-Be sure to know the IP-adresses, usernames and passwords of the boxes.
-I used the emu CCcam with newcs on both the boxes.
-Run th program DCC (DreamboxControlCenter).
for example:
*IP router : 192.168.1.1
*IP computer : 192.168.1.2
*IP dreambox : 192.168.1.3
*IP relook : 192.168.1.4
*dreambox : root/dreambox
*relook : root/relook
Now make connection with DCC and the dreambox
Look with FTP in /etc and rightclick on CCcam.cfg and edit a new line (something like line 29):
09################################################ ######################
10# friends #
11################################################ ######################
12# syntax for to add a friend user to CCcam with the max up hops limit (default = 5)
13# sharing of emus (default = 1), allow emm (default = 1), and optional
…
20# max username length 20
21# password length 'unlimited'
22#
23#F: <username> <password> <uphops> <shareemus> <allowemm> ( { caid:id(:downhops), 24#caid:id(:downhops), ... } { caid:id:sid, caid:id:sid, ... } { begintime-endtime, ... } ) hostname/ip 25#address
26#
27# example:
28#
29F: root dreambox 1 1 1 { 0:0:1 }
30#
…
Don't forget to save CCcam.cfg and exit.
Now make connection with DCC and the relook
Look with FTP in /var/etc and rightclick on CCcam.cfg and edit a new line (something like line 79):
70################################################ ######################
71# connections
72################################################ #######################
73# syntax for to add a client connection to other CCcam
74# add yes on end to use friends emus (non public private key/emu,etc...),
75# but only works when corresponding F line on server has '1' for <shareemus>
76# optional limits just like F line, but for incoming shares (ignore shares more than 'uphops' away)
77#C: <hostname> <port> <username> <password> <wantemus> ( { caid:id(:uphops), 78#caid:id(:uphops), ... } )
79 C: 192.168.1.3 12000 root dreambox yes (poort 12000 is allready open ont the router)
80#note: if {} limits are added, <wantemus> cannot be omitted. Use either yes or no.
81# example:
…..
And again save and exit.
At last you have to restart the dreambox and the relook. You can now watch and record what want on the relook , using the cards and the keys ont the dreambox.
Thanks to LuxSat (13-02-2007)
Edit by Ziggy55 (12-07-2008)