Author Topic: How to setup mgcamd for connect to card sharing server  (Read 3424 times)

0 Members and 1 Guest are viewing this topic.

pumparica

  • Guest
How to setup mgcamd for connect to card sharing server
« on: January 20, 2012, 11:04:36 PM »
mgcamd - setup
How to setup mgcamd for connect to card sharing server

mgcamd setting can be done by two files exist in /var/keys/mg_cfg, /var/keys/newcamd.list in the receiver. mg_cfg is regular setting for mgcamd and newcamd.list is setting part which decides to select a server which will be connected when CS is performed. mg_cfg is not a particular case that require to be changed, contrarily, newcamd.list need to be explained in detail since it is used very often while CS is operated. newcamd.list can be considered as a server list. In other word, one receiver, as a client set, mgcamd.list will direct the client set to which card server to be connected. If you open the newcamd.list, setting is done as below.( In each row, each can be distinguished by empty space)

CWS = 127.0.0.1 10000 User1 Pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
CWS = 127.0.0.1 10001 User1 Pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14

'CWS'

    card sharing server setting section.
'127.0.0.1'

    loopback IP (It allows you to connect to your receiver itself. This is used when your STB has card.)
'10000 or 10001'

    Port number (See Note 1,2)
'User1'

    login ID (See Note 1)
'Pass1'

    login Password (Note 1)
'01 02 03 04 05 06 07 08 09 10 11 12 13 14'

    DES key (See Note 1)

    Note 1 : Each items has to be set in the CS server ‘s newcs.xml where you aim to be connected.

    Note 2: You can designate the port number area. For example, if it is set A:B, it try to connect to numbers between A and B.

In order to do CS, you need to have IP, Port number, ID, Password, DES key details of your frie$$$ or third person. For example, you have managed to get the information below.

    IP : 12.34.56.78
    Port number : 10000
    ID : user1
    Password : pass1

The below row has to be added into newcamd.list and then restart EMU.

CWS = 12.34.56.78 10000 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14