|
|
#1 |
|
Junior Member
Join Date: Jan 2009
Posts: 5
|
ok lads ..I have two dreamboxs one is a 7000s running cccam and newcs with a uk sky card in which is working fine I have port 10001 connecting to card reader.my other box is a dm800 which i am sharing internally using cccam c lines and f lines but i would like to connect directly using n lines .in my n line do i use port 10001 to connect to or do i have to configure another port in the(newcs.cfg) line where i state username and password ..as I cannot get this to work ..my n line in the dm800 is
N: 192.168.1.10 10001 cccam cccam 01 02 03 04 05 06 07 08 09 10 11 12 13 14 cheers leafy
|
|
|
|
|
|
#2 | |
|
Administrator
Join Date: Jan 2009
Posts: 1,680
|
Hello
You must have 2 users in your newcs.xml file One user for cccam from dreambox 7020 and another user for cccam from dm800 You cannot connect with the same username and password from 2 dif. locations Check if you have 2 users in newcs.xml Regards Quote:
|
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jan 2009
Posts: 5
|
here is acopy of my newcs from the 7000s :-
<newCSconfig> <globals> <listening-ip>127.0.0.1</listening-ip> </globals> <readers name="SCI"> <device> <name>Lower</name> <type>sci</type> <mhz>357</mhz> <node>/dev/sci0</node> <export>No</export> <enabled>Yes</enabled> <blocksa>No</blocksa> <blockua>No</blockua> <blockga>No</blockga> <boxkey>96516A27</boxkey> <crypto-special>No</crypto-special> <ipk>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</ipk> <ucpk>00000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 000000000000</ucpk> <PTShandshake>No</PTShandshake> <carddetect>Yes</carddetect> <newcamd_port>10000</newcamd_port> <autosid>Yes</autosid> <Seca-PPV>No</Seca-PPV> <pincode>0000</pincode> <protectedsid> </protectedsid> <sid> <allow> </allow> <deny> </deny> </sid> <priority>round</priority> </device> <device> <name>Upper Cardreader</name> <type>sci</type> <mhz>357</mhz> <node>/dev/sci1</node> <export>No</export> <enabled>Yes</enabled> <blocksa>No</blocksa> <blockua>No</blockua> <blockga>No</blockga> <boxkey>xx516A27</boxkey> <crypto-special>No</crypto-special> <ipk>000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000</ipk> <ucpk>00000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 000000000000</ucpk> <PTShandshake>No</PTShandshake> <carddetect>Yes</carddetect> <newcamd_port>10001</newcamd_port> <autosid>Yes</autosid> <Seca-PPV>No</Seca-PPV> <pincode>0000</pincode> <protectedsid> </protectedsid> <sid> <allow> </allow> <deny> </deny> </sid> <priority>round</priority> </device> </readers> <radegastserver> <enabled>No</enabled> <port>16000</port> <allow> <hostname>localhost</hostname> </allow> </radegastserver> <cache> <emm>2</emm> <ecm>3</ecm> </cache> <debug> <password>NewCSpwd</password> <level>normal</level> <type>init</type> <output>console,tcp</output> <console_options>normal,init</console_options> <tcp_port>3001</tcp_port> <tcp_options>normal,init</tcp_options> </debug> <newcamdserver> <enabled>Yes</enabled> <name>newcs</name> <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey> <user><name>kkidd</name> <password>kkidd</password> <hostname></hostname> <port></port> <au>on</au> <spider>off</spider> <sidoverride>off</sidoverride> <rate>0</rate> <status>access</status> </user><user><name>cccam</name> <password>cccam</password> <hostname></hostname> <port></port> <au>yes</au> <spider>no</spider> <sidoverride>no</sidoverride> <rate>0</rate> </user><user> <hostname></hostname> <port></port> <au>yes</au> <spider>no</spider> <sidoverride>no</sidoverride> <rate>0</rate> </user> <user> <name>Nabilo</name> <password>NabiloPWD</password> <au>on</au> <sidoverride>off</sidoverride> <spider>No</spider> </user> </newcamdserver> <httpd> <server> <port>8080</port> <enabled>yes</enabled> </server> <user> <name>newcs</name> <password>newcs</password> <accesslevel>admin</accesslevel> </user> </httpd> </newCSconfig> i did edit this slightly ,,,hopefully I havent deleted any thing important ... |
|
|
|
|
|
#4 |
|
Administrator
Join Date: Jan 2009
Posts: 1,680
|
right, you dont have user cccam with password cccam in newcs.xml
Add this in newcs.xml under the last user: <user> <name>cccam</name> <password>cccam</password> <accesslevel>admin</accesslevel> </user> |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Aug 2009
Posts: 14
|
To add a new user to newcs is very easy, just open up the newcs webinfo and add new user from the interface.
The N line which you add to your other box or give to a friend is exactly the same as the one that you have in your DM7000 expect for the user name and password. |
|
|
|
|
|
#6 | |
|
Junior Member
Join Date: Aug 2009
Posts: 14
|
You have many errors here, first is no export which I have highlighted, next is the for new white card ?
If yes you need to block ga You have two boxkeys on display { Not a smart move keep them private } ![]() Feel free to ask questions if you need any more help. Quote:
|
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Jan 2009
Posts: 5
|
ok lads just to let you know the box ids are editted ... do i need to set the export to yes ? will let you know how i get on ..
|
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Aug 2009
Posts: 14
|
You could save yourself a lot of time by downloading NewCs 1.67 as a complete file, in it you will find default xmls for most platforms including an xml with a line by line explaination.
Here is the info on the export line. <!-- valid value for export are: Yes,No - if not exported only localhost can connect. --> <export>Yes</export> Last edited by Kurgan; 08-14-2009 at 09:06 AM. Reason: typo |
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Jan 2009
Posts: 5
|
ok i have downloaded the newcs 1.67 and have modified the config for the sci ..but i am not sure if i need to setup a listening ip as in my original it is set to 127.0.0.1 and in this new config there isnt one set ....cheers leafy
|
|
|
|
|
|
#10 |
|
Junior Member
Join Date: Aug 2009
Posts: 14
|
You can add this to the top of your xml, you need either the default which is listed below or you can replace it with the ip of your dreambox
Default <globals> <listening-ip>127.0.0.1</listening-ip> </globals> Example of dreambox ip <globals> <listening-ip>192.168.*.*</listening-ip> </globals> |
|
|
|
![]() |
| Tags |
| cccam, connecting, newcs, problems |
| Thread Tools | |
| Display Modes | |
|
|
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.