Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Tutorial - shar*ing between private network with newcamd(server) and cccam(client)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • angel19
    Junior Member
    • Apr 2011
    • 14

    Tutorial - shar*ing between private network with newcamd(server) and cccam(client)

    What I want is to share between a private network an Irdeto2 subscription. The server will use NewCamd(DB7025) while the client will use CCcam(DB500).

    Server's(DB7025) Ip will be 99.xx.***.5 connected to a router with Ip 99.xx.***.1.
    Client's(DB500) Ip will be 99.yy.yyy.7 connected to a router with Ip 99.yy.yyy.1.

    So if I get this right the first thing to do is to edit the cardserv.cfg and
    newcamd.conf of the Server:

    Quote:
    DESKEY = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    SERVER_NAME = cardserv
    DEBUG_PORT = 14000
    ENTITLEMENT_PORT = 14001
    ADMIN_PORT = 14002
    ADMIN_PASSWORD = DB7025_pwd 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    USER = local local lan 99.xx.***.5 12000 au
    USER = db500_username db500_pwd wan 99.yy.yyy.7 12000 au
    DEBUG_INIT = no
    DEBUG_NET = no
    DEBUG_ECM = no
    DEBUG_EMM = no
    SERIAL_PORT = 1
    TCP_PORT = 10001
    EMM-G = yes
    EMM-S = yes
    EMM-U = yes
    SPECIAL_FEATURES = no
    CARD_DETECT_INVERT = yes
    newcamd.conf
    Quote:
    DEMUX_API = 2
    BOX_TYPE = DM500
    CONTROL_WORD_DEVICE = CA
    CA_API = 3
    GTX_OUTPUT_MODE = 16
    PMT_UPDATE_WATCH = yes
    EMU = yes
    PREFER_EMU = yes
    DISABLE_CAM = yes
    CAM_CASYS = 17
    AU = yes
    SHOW_ALL_CA_SYSTEMS = no
    OSD = none
    OSD_WEB_LOGIN = root:dreambox
    DEBUG_ECM = yes
    DEBUG_EMM = no
    DEBUG_CWS = yes
    DEBUG_CAM = yes
    DEBUG_CAM_HEX = no
    SHOW_CW = no
    SHOW_PAT = no
    SHOW_PMT = no
    SHOW_ECM = no
    SHOW_CAT = no
    SHOW_EMM = no
    SHOW_CWS_ECM = no
    SHOW_CWS_EMM = no
    EMM_REPORT_WRONG_SIG = no
    OSD_WAIT_TIME = 2000
    DEFAULT_CW_DELAY = 0
    RELOAD_CONFIG_ON_ZAP = yes
    RELOAD_KEYLIST_ON_ZAP = no
    CA_INFO_FILE = /tmp/cainfo.txt
    CWS = 99.xx.***.5 10001 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv au
    CWS KEEP ALIVE = yes
    CWS_CONNECT_TIMEOUT = 20
    CWS_INCOMING_PORT = 12000
    CWS_DEBUG_PORT = 12001
    Then, on the client's side (DB500) I should update CCcam.cfg as follows:

    leave everything as is ( do not change anything else???) and add the following line:

    Quote:
    N: 99.xx.***.1 10001 db500_username db500_pwd 01 02 03 04 05 06 07 08 09 10 11 12 13 14 wan cardserver au
Working...