Ga naar inhoud


[ Kathrein UFS910] meerdere connecties met MPCS mogelijk?


Gast

Aanbevolen berichten

Ik heb eindelijk MPCS goed aan 't lopen icm. Camd3 op m'n UFS910 & op 1 van m'n Dreamboxen met Gbox.

 

Nu wil ik 'm ook connecten met m'n andere Dreambox, is dit mogelijk & zo ja hoe moet ik dat dan instellen?

Link naar reactie
Delen op andere sites


op welke box/pc draait de PMcs

 

dat maakt het misschien makkelijker om te antwoorden.

 

het verbinden van clients aan de MPcs is via

 

Code:
 # cardserver config# -----------------------------------------------------------------------------# Nice            : Priority (20=low - (-20)=highest) (default=system given)#                   Values less than zero requires root privileges#                   Use a 99 to disable this feature (on embedded systems)# ClientTimeout   : Value in seconds for client process to wait for key (5)# FallbackTimeout : Value in seconds for reader process to switch to fallback# ClientMaxIdle   : Value in seconds for client process#                   being idle before disconnect (120)# CacheDelay      : Value in msec to delay cached requests (0)# BindWait        : Value in seconds to wait for bind request to complete (120)# ResolveDelay    : Value in seconds for resolver-process (default=30)# LogFile         : Logfile :-) (/var/log/cardserver)#                 : special: if "LogFile=syslog" syslogd will het be used# PidFile         : Pidfile for scripts (default: no pidfile)# UsrFile         : Logfile for user/session logging (default: no logfile)# Sleep           : set default value for user account (default=0)# ServerIP        : bind services to ONE dedicated ip-address#                   this sets the default, may be overwritten in client sections#                   if not set, every interface will be used (INADDR_ANY)# -----------------------------------------------------------------------------[global]Nice            = -1ClientTimeout   = 5ClientMaxIdle   = 120CacheDelay      = 0BindWait        = 60ResolveDelay    = 15LogFile         = /var/log/cardserverPidFile         = /var/run/cardserver.pid#UsrFile         = /var/log/carduser.logSleep           = 0#ServerIP        = 192.168.1.1# -- monitor ------------------------------------------------------------------# Port            : Port-Number (0 disables this protocol)# ServerIP        : bind service to ONE dedicated ip-address# NoCrypt         : IP's or IP-ranges where unencrypted connects are permitted# AULow           : Value in minutes to signal low emm-support (default=30)# MonLevel        : Default user-level for monitor-access (default=2)#                   0 = no access to monitor#                   1 = only server-process and own clients will be shown#                   2 = all processes will be shown, no action permitted#                   3 = all processes will be shown, reload permitted#                   4 = all is permitted.#                   this value may be overwritten in mpcs.user# -----------------------------------------------------------------------------[monitor]Port		= 988NoCrypt		= 127.0.0.1NoCrypt		= 10.0.0.0-10.255.255.255NoCrypt		= 172.16.0.0-172.31.255.255NoCrypt		= 192.168.0.0-192.168.255.255AULow           = 120MonLevel        = 1# -- camd 3.3x ----------------------------------------------------------------# Port            : Port-Number (0 disables this protocol)# ServerIP        : bind service to ONE dedicated ip-address# Key             : Encryption key (disabled if no key set)# Passive         : Disables permament EMM-requests (if AU) and heartbeat#                   (in case of problems with ProgDVB, VDR-sc ...)# NoCrypt         : IP's or IP-ranges without encryption# -----------------------------------------------------------------------------[camd33]Port		= 20248Key		= 0123456789ABCDEF0123456789ABCDEFPassive         = 0NoCrypt		= 127.0.0.1NoCrypt		= 10.0.0.0-10.255.255.255NoCrypt		= 172.16.0.0-172.31.255.255NoCrypt		= 192.168.0.0-192.168.255.255# -- camd 3.5x ----------------------------------------------------------------# Port            : Port-Number (0 disables this protocol)# ServerIP        : bind service to ONE dedicated ip-address# -----------------------------------------------------------------------------[camd35]Port		= 20248# -- radegast -----------------------------------------------------------------# Port            : Port-Number (0 disables this protocol)# ServerIP        : bind service to ONE dedicated ip-address# Allowed         : IP's or IP-ranges allowed to connect# User            : Account to use, must be set to enable permission rules# -----------------------------------------------------------------------------[radegast]Port		= 0Allowed		= 127.0.0.1Allowed		= 10.0.0.0-10.255.255.255Allowed		= 172.16.0.0-172.31.255.255Allowed		= 192.168.0.0-192.168.255.255User		= hero# -- serial client ------------------------------------------------------------# mpcs supports serial connects with one of the following protocols:# - hsic (humax5400 sharing interface client - ToH3.x HoT2.x)# - sssp (simple serial sharing protocol)# - bomba (Arion, Ferguson, OpenBox 6**, PowerSky etc. with firmware BOMBA)# - dsr9500 sharing protocol## Device          : user@device[:baud][?delay=x&timeout=x]#                   This line may be given multiple for multiple serial clients#                   User and device must be given, baud, delay an timeout are optional#                   user   = Account to use in mpcs.user#                   device = your serial device, of course#                   baud   = baudrate to use, valid are:#                            9600, 19200, 38400, 57600, 115200 (default=115200)#                   delay  = additional delay in ms while sending (default=0)#                   timeout= max. time in ms to get a complete request (default=50)# -----------------------------------------------------------------------------[serial]# this sample will use user hero on device /dev/ttyS0# with 115200 baud, no delay and the default of 50ms timeout#Device		= hero@/dev/ttyS0# this sample will use user hero on device /dev/tts/1# with 38400 baud, 1 ms delay and the default of 50ms timeout#Device		= hero@/dev/tts/1:38400?delay=1 

de camd 3.5x met het camd35 protocol heel eenvoudig

 

meerdere client configuraties zijn redelijk snel gevonden.

 

maar eerst waar draait MPcs?

 

cheers

 

als beispiel <img src="/forums/images/graemlins/smile.gif" alt="" />

 

 

Westway

Sky

 

Link naar reactie
Delen op andere sites

Ik heb MPCS op de UFS 910 zelf draaien. Die connect dan weer naar Gbox op 1 van m'n Dreamboxen. 1 connectie gaat goed, maar zo gauw ik meerdere "readers" aanmaak pakt die er maar 1 op.

Link naar reactie
Delen op andere sites

Het is me toch gelukt! Waarschijnlijk had ik de vorige keer 'n typefout gemaakt, of zo.

 

Hierbij 'n voorbeeld hoe je meerdere servers kunt opgeven:

 

[reader]

Label = gbox

Protocol = gbox

Device = 192.168.1.24,950,951

Account = 192.168.1.24,FF2AD991

Fallback = 0

Group = 1

 

[reader]

Label = gbox2

Protocol = gbox

Device = 192.168.1.26,952,953

Account = 192.168.1.26,B5BA94CB

Fallback = 0

Group = 1

Link naar reactie
Delen op andere sites

  • 2 maanden later...

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...