Advertisement
Guest User

Untitled

a guest
Mar 14th, 2015
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. ESTA ES LA CONFIGURACION DE OSCAM.CONFIG ##COPIA Y PEGA
  2.  
  3. # oscam.conf generated automatically by Streamboard OSCAM 1.20-unstable_svn SVN r10370
  4. # Read more: http://www.streamboard.tv/svn/oscam/trunk/Distribution/doc/txt/oscam.conf.txt
  5.  
  6. [global]
  7. logfile = stdout
  8. clientmaxidle = 1200
  9. nice = -1
  10. preferlocalcards = 1
  11.  
  12. [cache]
  13. max_time = 10
  14. max_hit_time = 1
  15. wait_time = 380,1810:250,0100@004106:360
  16. csp_port = 3333
  17. csp_ecm_filter = 1810
  18. csp_allow_reforward = 1
  19. cacheex_cw_check = 0:0:500,1810:0:700,0100:0:700
  20. cwcycle_check_enable = 1
  21. cwcycle_check_caid = 1810
  22. cwcycle_maxlist = 4000
  23. cwcycle_keeptime = 240
  24.  
  25. [cs378x]
  26. port = 33333
  27.  
  28. [newcamd]
  29. port = 13000@1810:000000,004001,004101
  30. key = 0102030405060708091011121314
  31. keepalive = 1
  32.  
  33. [cccam]
  34. port = 19000
  35. nodeid = E7E9F83E107215BC
  36. version = 2.0.11
  37. reshare = 1
  38. reshare_mode = 1
  39. ignorereshare = 1
  40. stealth = 1
  41.  
  42. [webif]
  43. httpport = 8888
  44. httpuser =
  45. httppwd =
  46. httppollrefresh = 5
  47. httpallowed = 0.0.0.1-255.255.255.255
  48.  
  49. ###ESTO ES EJEMPLO DE OSCAM.SERVER TE PONGO READER DE NLINE CCCAM Y READER PARA CACHEEX MODE3
  50.  
  51. ####este es el reader para meter la nline de tu sbox donde esta leyendo tu card
  52. [reader]
  53. label = d+_hd1
  54. protocol = newcamd
  55. device = AQUI PONES EL HOST ,Y AQUI EL PUERTO EJEMPLO wendolane.dydns.biz,18000
  56. key = 0102030405060708091011121314
  57. user = tulocal
  58. password = tucontraseƱahd
  59. inactivitytimeout = -1
  60. disableserverfilter = 1
  61. caid = 1810
  62. ident = 1810:000000,004001,004101
  63. group = 1 ##AQUI LE ASIGNAS GRUPO A TU NLINE DEL SBOX Y LE PONES GRUPO 1
  64.  
  65. ##### este es el reader para cccam
  66.  
  67. [reader]
  68. label = reader_cccam
  69. protocol = cccam
  70. device = wendoline.dyndns.me,25000
  71. user = user
  72. password = passwd
  73. inactivitytimeout = 30
  74. group = 2 ### AQUI ASIGNAS GRUPO A LA CLINE QUE METAS
  75. cccversion = 2.0.11
  76. cccmaxhops = 2
  77. ccckeepalive = 1
  78.  
  79. ###### Y este es el reader para CACHEEX mod 3 protocolo cccam
  80.  
  81. [reader]
  82. label = reader_cacheex
  83. protocol = cccam
  84. device = wendoline.noip.me,25201
  85. user = userEX
  86. password = passwdEX
  87. inactivitytimeout = 30
  88. cacheex = 3
  89. cacheex_maxhop = 2
  90. group = 1,2,3,4,5,6,7,8,40 ##EN ESTE READER TIENES QUE PONER TODOS LOS GRUPOS
  91. dropbadcws = 1
  92. cccversion = 2.1.1
  93. cccmaxhops = 0
  94. ccckeepalive = 1
  95. cccreconnect = 0
  96.  
  97. ####esta es la configuracion para oscam.user
  98.  
  99.  
  100. #### este account es para crear una nline a tu cliente
  101. [account]
  102. user = local
  103. pwd = sbox
  104. description = d+hd
  105. caid = 1810
  106. uniq = 1
  107. allowedprotocols = newcamd
  108. group = 1,2,40 ## si ves aqui a este user le estamos indicando que coja de reader grupo1 y 2 y el 40 es el grupo que le asignamos al cacheex
  109. ident = 1810:000000,004001,004101
  110. cccmaxhops = 1
  111. cccreshare = 0
  112.  
  113. ######## este account es para cccam crear una cccam para un cliente
  114.  
  115. [account]
  116. user = user
  117. pwd = passwd
  118. description = nombre del peer
  119. uniq = 1
  120. group = 1,2,40 #lo mismo que te explicado de damos que coja del reader 1 y 2 y grupo cacheex
  121. cccmaxhops = 2
  122. cccreshare = 1
  123.  
  124.  
  125. ###### account para cliente cacheex mod 3 protocolo cccam
  126.  
  127. [account]
  128. user = useer_EX
  129. pwd = passwd-cacheex
  130. uniq = 1
  131. allowedprotocols = cccam
  132. group = 40 ### AQUI SIEMPRE SE PONE EL GRUPO ELEGIDO PARA CACHEEX POR EJEMPLO LE TENEMOS ASIGNADO EL 40
  133. cacheex = 3
  134. cacheex_maxhop = 2
  135. cacheex_allow_request = 1
  136. cccmaxhops = 2
  137. cccreshare = 1
  138. cccstealth = 0
  139.  
  140.  
  141. YA CON ESTO COPIAS Y PEGAS Y ASI VAS COGIENDOLE UN POCO EL AIRE
  142.  
  143. SALUDOS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement