Letzte Themen:

Sony Vaio Notebook » Autor (Quelle): efe72 » Letzter Beitrag: efe72 Ersatz für Dreambox HD 8000 » Autor (Quelle): haie » Letzter Beitrag: zeus-crew Ruf mich an » Autor (Quelle): Duke » Letzter Beitrag: Duke Ebay Kleinanzeigen » Autor (Quelle): zeus-crew » Letzter Beitrag: Trike HD Plus stellt neuen Empfangsweg vor » Autor (Quelle): Dr.Dream » Letzter Beitrag: rqs Ein Gedicht das (vielleicht) polarisieren wird » Autor (Quelle): Beingodik » Letzter Beitrag: Beingodik Nokia Streaming Box 8000 / 8010 » Autor (Quelle): satron » Letzter Beitrag: satron Fire Stick was geht da ? » Autor (Quelle): crx » Letzter Beitrag: crx 23 Jahre Spinnes-Board » Autor (Quelle): Duke » Letzter Beitrag: DEF Win7, Rechner startet von heut auf morgen nicht mehr .... » Autor (Quelle): wegomyway » Letzter Beitrag: rqs
Ergebnis 1 bis 2 von 2

Thema: mgcamd ports

  1. #1
    Seniormitglied Avatar von Stummi08/15
    Registriert seit
    May 2006
    Beiträge
    675
    Danke
    11
    Erhielt 26 Danke für 16 Beiträge
    FAQ Downloads
    0
    Uploads
    0

    Question mgcamd ports

    Hallo,
    da ich es nun endllich geschafft hatte den mgcamd zum mpcs zu verbinden, stehe ich schon vor dem nächsten Problem...

    Und zwar möchte ich mit mgcamd nicht nur die ORF Karte (0D05) abrufen, sondern auch 1702 und 0500 CHAID´s.

    Wie müssen hierzu die Einträge aussehn?

    Wenn ich jeder CAID einen eigenen Port zuteile, stehen in meinem mpcs-Monitor immer alle 3 als "online" drin....

    Ist doch nicht normal oder?
    Dann hätte ich ja bei 6 Usern stets 18 als online drin stehn?!

    Hier mal die Einträge (jedoch vorerst nur mit 2 CAID):
    mpcs.conf
    [newcamd]
    Key = 0102030405060708091011121314
    Port = 15000@0D05:000000; 15001@1702:000000
    newcamd.list
    CWS = 127.0.0.1 15000 user internal 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan mpcs
    CWS = 127.0.0.1 15001 user1 internal 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan mpcs
    CWS_KEEPALIVE = yes
    CWS_INCOMING_PORT = 15003
    mpcs.user
    [account]
    User = user
    Pwd = internal
    CAID = 0D05
    Group = 5
    MonLevel = 4
    AU = Multicam

    [account]
    User = user1
    Pwd = internal
    CAID = 1702
    Group = 1,2,3,4
    MonLevel = 4
    #AU = Multicam
    nwecamd.conf
    # /var/tuxbox/config/newcamd/newcamd.conf
    #
    # newcamd mandatory settings
    #
    # Use emulator?
    EMU = no
    # if both control word server and emulator keys are available for the
    # channel, which method should be tried first?
    PREFER_EMU = no
    # Autoupdate for Emu and Control Word Servers
    # AU is always yes if there are betad UDS control word server
    # connected to newcamd
    AU = yes
    #
    # OSD
    #
    # number of seconds to show the newcamd OSD, works on enigma only
    # 0 seconds -> OSD off
    # 1 second -> show "Can't decode" messages only
    OSD_TIMEOUT = 0
    # Recent Enigma versions come with a new option "Use http authentication"
    # in the Expert Setup menu. If this option is enabled, the Enigma web server
    # requires all clients to authorize themselves with username (root) and
    # password (usually dbox2 or dreambox). The following option tells newcamd
    # about the authentication username and password to use for the web server
    # in order to be able to display its on screen information.
    OSD_WEB_LOGIN = root:dbox
    #
    # newcamd debug options
    #
    # dumps all ca systems used by a channel on the console
    SHOW_ALL_CA_SYSTEMS = no
    # print debug messages about ECM handling
    DEBUG_ECM = yes
    # print debug messages about EMM handling
    DEBUG_EMM = yes
    # print debug messages about Control Word Server (CWS)
    DEBUG_CWS = yes
    # print debug messages about dbox2 CAM (cam-alpha.bin)
    DEBUG_CAM = yes
    # hex dump of entire PAT
    SHOW_PAT = no
    # hex dump of entire PMT
    SHOW_PMT = no
    # hex dump of entire ECM
    SHOW_ECM = no
    # hex dump of entire CAT
    SHOW_CAT = no
    # hex dump of entire EMM (AU)
    SHOW_EMM = no
    # show network ECM messages being sent and received from/to the cardservers
    SHOW_CWS_ECM = no
    # show network EMM messages being sent and received from/to the cardservers
    SHOW_CWS_EMM = no
    # hex dump of EMMs with wrong signature
    EMM_REPORT_WRONG_SIG = no
    #
    # newcamd optional settings
    #
    # Delay between reception of new control word and writing them into
    # the CSA registers
    # this is a default, can be changed for each individual key in keylist
    DEFAULT_CW_DELAY = 0
    # reload config on every channel zap
    RELOAD_CONFIG_ON_ZAP = yes
    # reload keylist on every channel zap
    RELOAD_KEYLIST_ON_ZAP = no
    # write osd ca info to file
    CA_INFO_FILE = /tmp/cainfo.txt
    #
    # newcamd mandatory settings for control word servers (cws)
    #
    # Cardserver list
    #
    # <hostname> <port> <username> <password> <14 byte triple-des key in hex> <lan/wan> <cardserver name> [noecm]
    #
    # wan connections will be dropped and rebuild if newcamd is told so by camdcmd
    # (see admin options)
    #
    # If the last word in the CWS line is noecm, newcamd will not attempt to send
    # any ecms to that card, it will only send EMMs (AU) if userid is 1. Useful if
    # you want to merge several cards of one provider into one port using
    # cardspider.
    #
    # hostname = uds to use betad, port is the serial port in that case
    #
    # CWS = uds 1 dummy dummy
    # CWS = linux.domain.com 10000 dummy2 dummy2 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
    # CWS = 127.0.0.1 10000 dummy3 dummy3 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
    #CWS = uds 0 local local
    CWS = 127.0.0.1 15000 user internal 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan mpcs
    CWS = 127.0.0.1 15001 user1 internal 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan mpcs

    #
    # newcamd optional settings for using control word servers (cws)
    #
    # Timeout for cardserver login in 100ms
    CWS_CONNECT_TIMEOUT = 20
    # Port to listen for incoming cardserver connections (reverse login)
    # and/or admin connections
    CWS_INCOMING_PORT = 15003
    # Port to get a list of all connected cardservers, just telnet to it
    CWS_DEBUG_PORT = 12001
    # send keep alive messages to servers to keep connections from dying by
    # unreasonable router NAT timeouts, make sure all cardservers/spiders you
    # conntect to are v5.25 or newer, otherwise you'll loose connection to them,
    # if set to yes
    # seems this feature is commonly misunderstood, it only keeps connections
    # open even if no data packets are using it for while (NAT routers tend to
    # forget about established tcp connections when they are inactive), it is
    # NOT to automatically reconnect to servers, see also Q&A in readme.txt
    CWS_KEEPALIVE = yes
    #
    # newcamd admin control options
    # (incoming port is the same as CWS_INCOMING_PORT)
    #
    # <password> <14 byte des key>
    #
    ADMIN_PASSWORD = 0102030405060708091011121314
    Vor allem stört mich, dass wenn ich das mgcamd starte, alle 2 bzw. 3 user gleich online sind, auch wenn nur RTL oder free Programme geschaut werden!
    Das kann doch auch nicht sein?

    Danke schonmal.

  2. #2
    Mitglied
    Registriert seit
    Nov 2008
    Beiträge
    48
    Danke
    1
    Erhielt 0 Danke für 0 Beiträge
    FAQ Downloads
    0
    Uploads
    0
    doch, da newcamd per tcp läuft, ist es im gegensatz zu camd3 ständig connected, solange die emu an ist ... somit hast du 2 user, die auch eingelogt sind ...
    abhilfe wäe da camd3, das ja udp nutzt ...

Ähnliche Themen

  1. 2 verschiedene Ports über Oscam
    Von Brutzelkarte im Forum Cardsharing
    Antworten: 9
    Letzter Beitrag: 25.08.13, 13:01
  2. (S) Gigabit Switch min. 12 Ports
    Von rqs im Forum An - und Verkauf
    Antworten: 2
    Letzter Beitrag: 14.10.09, 07:14
  3. Ports freischalten für Cardsharing
    Von clr im Forum Cardsharing
    Antworten: 23
    Letzter Beitrag: 24.02.09, 17:13
  4. Ports werden gesperrt!
    Von Scout im Forum I-Net & Surfen
    Antworten: 0
    Letzter Beitrag: 06.12.06, 23:05

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •