AW: Hilfe bei CS DM 800 mit Edison Argus
Hallöchen,
Danke Danke für Eure Hilfen..Ich muß gestehen ich hab mich mit den ganzen CS Möglichkeiten verwirren lassen und hab da wohl Home und I-Net-Sharing durcheinander geworfen..Ich möchte
Internetsharing betreiben! Und das so, das ich mit meinem
DM 800 HD den Server mache und meine Freunde/Familie zu mir mit ihren Argussen connecten.
Ich poste Euch mal meine newcs.xml komplett wie gewünscht, ich habe mich aber dazu entschlossen, erstmal nur 1 User zu connecten und mich danach an mehrere zu machen..
Hier die Newxs.xml:
<?xml version="1.0"?>
<!--
For setup-issues, look in readme.txt!
If there are other troubles, try different forums or irc channels around

)
The configfile are NOT case-sensitive, and shouldnt care about dos/unix cr/lf.
-->
<newCSconfig>
<globals>
<!-- valid value for listening-ip are:
IPv4 adress of local interface.
<listening-ip>127.0.0.1</listening-ip> -->
</globals>
<readers name="Card Readers">
<device>
<name>Cardreader</name>
<type>sci</type>
<mhz>600</mhz>
<node>/dev/tts/0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<!-- <boxkey>0000000000</boxkey> -->
<!-- <rsa>0000000000</rsa> -->
<irdeto-camkey>0000000000000000</irdeto-camkey>
<irdeto-camkey-data>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</irdeto-camkey-data>
<crypto-special>No</crypto-special>
<ipk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ipk>
<ucpk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ucpk>
<PTShandshake>No</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>12000</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<pincode>0000</pincode>
<priority>round</priority>
</device>
<device>
<name>Upper Cardreader</name>
<type>sci</type>
<mhz>357</mhz>
<node>/dev/sci1</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<!-- <boxkey>0000000000</boxkey> -->
<!-- <rsa>0000000000</rsa> -->
<irdeto-camkey>0000000000000000</irdeto-camkey>
<irdeto-camkey-data>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</irdeto-camkey-data>
<crypto-special>No</crypto-special>
<ipk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ipk>
<ucpk>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</ucpk>
<PTShandshake>No</PTShandshake>
<carddetect>yes</carddetect>
<newcamd_port>12000</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<pincode>0000</pincode>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<!-- valid value for enable are:
Yes, No - Enable or Disable radegast server. -->
<enabled>No</enabled>
<!-- valid value for port are:
0,65535 - Which port to listen for incomming connections. -->
<port>10001</port>
<allow>
<!-- valid value for hostname are:
all, IP-address or DNS-name. -->
<hostname>localhost</hostname>
</allow>
</radegastserver>
<cache>
<!-- valid value for emm are:
0-255 - Number of EMM's to cache. -->
<emm>20</emm>
<!-- valid value for ecm are:
0-255 - Number of ECM's to cache.
-1 - Dynamic ECM Cache. -->
<ecm>-1</ecm>
</cache>
<httpd>
<server> <!-- Port to accept connections on -->
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<!-- valid value for userfile are:
Any username you'd like - Used for browser to logon (its case sensitive). -->
<name>newcs</name>
<!-- valid value for password are:
Any password you'd like - Used for browser to logon (its case sensitive). -->
<password>newcs</password>
<!-- valid value for accesslevel are:
admin, stats - Define what rights the user has in the web-console -->
<accesslevel>admin</accesslevel>
</user>
</httpd>
<debug>
<!-- valid value for password:
Max 25 characters and minimum 8, this is case-sensitive. -->
<password>NewCSpwd</password>
<!-- valid value for mode:
simple, advanced - Set TCP-Console to advanced mode to get access to
potentially dangerous features.-->
<mode>simple</mode>
<!-- valid value for level are:
normal, verbose, spam - How extensive debug should be. -->
<level>normal</level>
<!-- valid value for type are:
Init, general, ecm, emm, net, all - Section of debug that should be displayed. -->
<type>general</type>
<!-- valid value for output are:
Console, udp, tcp, file, all - Where to show debug. -->
<output>console,tcp</output>
<!-- console_options are so you can set own loglevel/type for console-logger:
Should hold level and type-tags like above. -->
<console_options>normal,init</console_options>
<!-- valid value for logfile are:
Path and filename - Where to write debug logs if file or all is chosed in output. -->
<logfile>/hdd/newcs.txt</logfile>
<!-- file_options are so you can set own loglevel/type for file-logger:
Should hold level and type-tags like above. -->
<file_options>spam,all</file_options>
<!-- valid value for udp_host are:
IP-address or DNS-name - Where to send debug if udp or all is chosed in output. -->
<udp_host>192.168.1.10</udp_host>
<!-- valid value for udp_port are:
0,65535 - Which port to send the udp packets. -->
<udp_port>1000</udp_port>
<!-- udp_options are so you can set own loglevel/type for udp-logger:
Should hold level and type-tags like above. -->
<udp_options>normal,init</udp_options>
<!-- valid value for tcp_port are:
0,65535 - Which port to listen for incomming tcp connections. -->
<tcp_port>1001</tcp_port>
<!-- tcp_options are so you can set own loglevel/type for tcp-logger:
Should hold level and type-tags like above. -->
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
<!-- valid value for enabled are:
Yes, No - Enable or Disable newcamd server. -->
<enabled>Yes</enabled>
<!-- valid value for name are:
Any name - Used to identify server to remote clients,
if the remote client isnt newcamd, this field have no purpouse. -->
<name>newcs</name>
<!-- valid value for deskey are:
any 14x2 numbers - Used to encrypt the communication between
the client and the server. -->
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<!-- Notes about users:
The first user doesnt have au without beeing it set to on (unlike newcamd cardserver).
You can add as many user-sections as you want, just put them under eachother. -->
<user>
<status>access</status>
<!-- valid value for userfile are:
Any username you'd like - Used for client to logon (its case sensitive). -->
<name>freund1name</name>
<!-- valid value for password are:
Any password you'd like - Used for client to logon (its case sensitive). -->
<password>freund1passwort</password>
<!-- valid value for hostname are:
IP-address or DNS-name - Used for reverse login to the client.
<hostname>127.0.0.1</hostname> -->
<!-- valid value for port are:
0-65535 - Which port reverse login to the client. -->
<hostname>freund1name.dyndns.org</hostname>
<port>12000</port>
<!-- valid value for au are:
On,Off - Wheather the client are allowed to send EMM to the server. -->
<au>on</au>
<!-- valid value for sidoverride are:
On,Off - Wheather the client are allowed to override the SID-filter. -->
<sidoverride>off</sidoverride>
<!-- valid value for readers are device name,
if one <allow> present, other readers will be disabled!
<readers>
<allow>Cardreader</allow>
</readers>
-->
<!-- valid value for spider are:
Yes,No - Wheather the client are allowed to be newcamd Cardspider. -->
<spider>No</spider>
<!-- valid value for rate are:
1-60 - number of seconds between each ecm -->
<rate>2</rate>
<!-- valid value for cardlevel are:
1 - If its set Mgcamd will use all cards over the same port. -->
<cardlevel>1</cardlevel>
</user>
</newcamdserver>
<chameleon2>
<server>
<!-- valid value for tcp_port are:
0,65535 - Which port to listen for incomming tcp connections. -->
<port>12000</port>
<!-- enable or disable the server, valid values are yes/no -->
<enabled>Yes</enabled>
</server>
<peer> <!-- Connect to remote Chamelon server with the below credentials -->
<hostname>localhost</hostname>
<!-- valid value for tcp_port are:
0,65535 - Which port to listen for incomming tcp connections. -->
<port>1234</port>
<!-- valid value for userfile are:
Any username you'd like - Used for client to logon (its case sensitive). -->
<name>myname</name>
<!-- valid value for password are:
Any password you'd like - Used for client to logon (its case sensitive). -->
<password>mypassword</password>
<!-- Not yet implemented, this will be how chameleon will connect to more than one network -->
<realm>myShares</realm>
</peer>
<user>
<!-- valid value for userfile are:
Any username you'd like - Used for client to logon (its case sensitive). -->
<name>myname</name>
<!-- valid value for password are:
Any password you'd like - Used for client to logon (its case sensitive). -->
<password>mypassword</password>
<!-- Not yet implemented, this will be how chameleon will connect to more than one network -->
<realm>myShares</realm>
</user>
</chameleon2>
</newCSconfig>
Und hier nochmal die neue CCcam.cfg:
N: 127.0.0.1 34000 newcs newcs 01 02 03 04 05 06 07 08 09 10 11 12 13 14
OK wenn der Username und das Passwort nicht vom Client ist, was nehme ich denn dann um mit NewCamD zu verbinden? Und wo trage ich das in der NewCS.xml ein?
Ich komme jetzt auch auf die WebIF Oberfläche! Das mit der IP oder DNS Name verwirrt mich noch etwas. Muß das denn nicht der DynDNS Account von meinem Freund sein?
Bitte seht mir meinen Fehler nach, ich hab jetzt schon soviel rumgespielt, ich weiß schon nicht mehr wo mir der Kopf steht
