Andi1214
Ist gelegentlich hier
Hallo zusammen.
Ich habe über einen WinXP Rechner und ein CAS3plus einen newCS Server laufen.
Wie ich in mehren Beiträgen gelesen habe soll ja die V1.13 die stabilste Version sein.
Alles läuft super, außer dass sich der Client (Sagem DBOX2 KW-Image) ab und zu vom Server abmeldet. (siehe Bild)
Hatte jemand schon mal ein ähnliches Problem?
Ich habe über einen WinXP Rechner und ein CAS3plus einen newCS Server laufen.
Wie ich in mehren Beiträgen gelesen habe soll ja die V1.13 die stabilste Version sein.
Alles läuft super, außer dass sich der Client (Sagem DBOX2 KW-Image) ab und zu vom Server abmeldet. (siehe Bild)
Hatte jemand schon mal ein ähnliches Problem?
<?xml version="1.0"?>
<newCSconfig>
<readers name="Standard Phoenix on PC">
<device>
<name>Phoenix on Com1</name>
<type>phoenix</type>
<mhz>357</mhz>
<node>COM1</node>
<parity>odd</parity>
<reset>hard</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxkey>0000000000</boxkey>
<rsa>0000000000</rsa>
<crypto-special>No</crypto-special>
<PTShandshake>No</PTShandshake>
<carddetect>no</carddetect>
<newcamd_port>10000</newcamd_port>
<autosid>Yes</autosid>
<Seca-PPV>no</Seca-PPV>
<priority>round</priority>
</device>
</readers>
<cache>
<emm>20</emm>
<ecm>20</ecm>
</cache>
<debug>
<level>normal</level>
<type>init</type>
<output>console,tcp</output>
<console_options>normal,init</console_options>
<logfile>/hdd/newcs.txt</logfile>
<file_options>spam,all</file_options>
<udp_host>192.168.1.10</udp_host>
<udp_port>1000</udp_port>
<udp_options>normal,init</udp_options>
<tcp_port>1001</tcp_port>
<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>
<!-- valid value for userfile are:
Any username you'd like - Used for client to logon (its case sensitive). -->
<name>newcs</name>
<!-- valid value for password are:
Any password you'd like - Used for client to logon (its case sensitive). -->
<password>password</password>
<!-- valid value for hostname are:
IP-address or DNS-name - Used for reverse login to the client. -->
<hostname>Localhost</hostname>
</user>
<user>
<name>u1</name>
<password>p1</password>
<hostname>192.168.178.200</hostname>
<au>on</au>
<port>10000</port>
</user>
<user>
<name>u2</name>
<password>p2</password>
<hostname>192.168.178.200</hostname>
<au>on</au>
<port>10000</port>
</user>
<user>
<name>u3</name>
<password>p3</password>
<hostname>192.168.178.200</hostname>
<au>on</au>
<port>10000</port>
</user>
<user>
<name>u4</name>
<password>p4</password>
<hostname>192.168.178.200</hostname>
<au>on</au>
<port>10000</port>
</user>
</newcamdserver>
</newCSconfig>