• Hola Invitado, nos gustaría recordarte que mantener este sitio en línea conlleva unos gastos mensuales y anuales.

    Sin vuestra ayuda mensual no es posible seguir en pie, no hay mucho más que contar.

    Si quieres colaborar para que sea posible por lo menos seguir en pie como comunidad, puedes hacerlo mediante alguno de los métodos disponibles en esta página: https://www.lonasdigital.com/donaciones/

    Recuerda que si necesitas invitación para acceder al foro, puedes solicitarla en nuestro Grupo de Telegram


Oscam + CCcam con blanquita

Estado
Cerrado para nuevas respuestas.
lonas te dejo aqui la configuracion del conf y te pondre por de vajo otros para ver cual de ellos teva mejor

este seria en txt

Código:
oscam.conf(5) oscam.conf(5)

NAME
oscam.conf - main configuration file for OSCam
SYNOPSIS
The main configuration file for OSCam contains global parameters such as debugging, logging, monitor, proto‐
cols and anti-cascading. sections in oscam.conf are nonrecurring. The [global] section is required. All other
sections are optional.
DESCRIPTIONS
The [global] section
nice = -20..+20
system priority, default:99
logfile = [filename][;syslog][;stdout]
logging targets, default: /var/log/oscam.log. You can define a maximum of one filename and additionally to
log to stdout or syslog (you can also only log to stdout or syslog and omit the filename).
ecmfmt = format
define ECM log format, default:c&p/i/s/l:h
possible variables:
c = CAID
p = provider ID
i = Channel ID
d = PID
s = service ID
l = length
h = checksum
use a value as prefix to hide variable with this value, control characters will be escaped by "\"
example: ecmfmt = c&0p/i/d/s/l:h
(hide provider ID if 0)
loghistorysize = bytes
size of log message history in web interface or monitor, 0 = disabled, default:4096
maxlogsize = kbytes
maximum log file size, 0 = unlimited, default:10
disablelog = 0|1
1 = disable log file, default:0
cwlogdir = path
directory for CW logging, default:config dir
emmlogdir = path
directory for EMM logging, default:config dir
usrfile = filename
log file for user logging, default:none
log file format:
date
time
CWs per second
username
IP address of client
TCP/IP port
CWs found
CWs from cache
CWs not found
CWs ignored
CWs timed out
CWs tunneled
login time in unix/POSIX format
logout time in unix/POSIX format
protocol
disableuserfile = 0|1
1 = avoid logging although userfile is set, default:1 (also set automatically if userfile is empty)
usrfileflag = 0|1
usrfile logging mode:
0 = only client logon/logoff will be logged in usrfile (default)
1 = each zapping of a client will be logged in usrfile
saveinithistory = 0|1
1 = save SC init history to /tmp/.oscam/reader<number>, default:0
disablemail = 0|1
1 = disable saving NDS Videoguard mail messages from provider, default:1
mailfile = file
define file saving NDS Videoguard mail messages from provider, default:none
enableled = 0|1|2
0 = LED support disabled (default)
1 = LED support enabled for routers
2 = LED support enabled for Qbox HD
serialreadertimeout = milli-seconds
timeout for serial reader, default:1500
waitforcards = 0|1
1 = wait for local SCs on startup before opening network ports, default:1
waitforcards_extra_delay = delay
additional delay in milli-seconds after waiting for local SCs on startup before opening network ports,
default:500
preferlocalcards = 0|1
1 = try decoding on local cards first, default:0
readerrestartseconds = seconds
seconds beetween restarts, 0 = disable reader restart, default:5
cachedelay = milli-seconds
value to delay cached requests, default:0
max_cache_time = seconds
maximum time CWs resist in cache after 1st client request, the time must be 2 seconds highter than the
parameter clienttimeout, default:15
max_cache_count = count
maximum CWs in cache, default:1000
cacheexwaittime = milli-seconds
cache waiting time in milli-seconds for cache exchange, default:50
cacheexwaittime = delay
maximum wait time for a cache exchange entry in milli-seconds, default:50
cacheexenablestats = 0|1
1 = enable statistics for cache exchange mode, default:0
Please consider memory consumption.
clienttimeout = milli-seconds|seconds
value (clienttimeout in seconds < 100, else milli-seconds) for client process to wait for key, default:5
clientmaxidle = seconds
value for client process being idle before disconnect, 0 = idle disconnect disabled, default:120
suppresscmd08 = 0|1
0 = tell camd 3.5x, 3.57x and 3.78x clients not to request again for rejected CAID, service ID and provider
ID combination, 1 = disable, can be overwritten per user in oscam.user, default:0
fallbacktimeout = milli-seconds
time falling back to fallback reader, default:2500
sleep = minutes
time waiting for inactive users, default:none, can be overwritten per user in oscam.user
serverip = IP address
bind service to specified IP address, default:all
bindwait = seconds
value to wait for bind request to complete, default:120
netprio = priority
network priority, default:system given
resolvegethostbyname = 0|1
set mode for DNS resolving:
0 = getadressinfo (default)
1 = gethostbyname
failbancount = count
number of incorrect logins after an ip address will be blocked, default:0
failbantime = minutes
time for IP based blocking for clients with an invalid login attempt, 0 = failban is disabled, default:0
dropdups = 0|1
mode for duplicate client connections (requirement: uniq > 0):
0 = mark client as duplicate, but don't disconnect them (default)
1 = drop duplicate connections instead of marking as duplicate
unlockparental = 0|1
1 = unlock parental mode option to disable Seca pin code request for adult movie, default:0
double_check = 0|1
1 = ECM will be send to two or more readers with the same SC and the CWs will be verified against each
other, lb_nbest_readers must be set to 2 or higher, default:0
lb_mode = mode
load balancing mode:
0 = load balance disabled, ECMs go to all readers (default)
1 = fastest reader first, after 5 ECMs the reader with the fastest
response time will be selected
2 = oldest reader first, reader with the longest no answer
3 = lowest usage level, the usage level will be calculated by the
sum of 5 ECMS response times, the higher a reader is busy, the
higher is usage level
lb_save = 0|counts
save auto load balance statistics:
0 = saving of auto load balance statistics disabled (default)
counts = save auto load balance statistics every counts ECMs
(minimum 100)
To save CPU power a minimum counts of 100 is recommended.
lb_nbest_readers = counts
set count of best readers for load balancing, default:1
lb_nfb_readers = counts
set count of fallback readers for load balancing, default:1
lb_reopen_mode = 0|1
load balancing reopen readers mode:
0 = standard late reopening of blocker readers (default)
1 = fast reopening of blocker readers
lb_nbest_percaid = CAID1:count1[,CAID2:count2]...
set count of best readers per CAIDs for load balancing, wildcard CAIDs with two-digit CAIDs possible,
default:none
example: lb_nbest_percaid = 0100:4,0200:3,03:2,04:1
(wildcard CAIDs 03xx and 04xx)
lb_min_ecmcount = counts
minimal ECM count to evaluate load balancing values, default:5
lb_max_ecmcount = counts
maximum ECM count before resetting load balancing values, default:500
lb_reopen_seconds = seconds
time between retrying failed load balanced readers/CAIDs/providers/services, default:900
lb_retrylimit = milli-seconds
retry next load balanced reader only if response time is higher then lb_retrylimit, default:800
lb_savepath = filename
filenanme for saving load balancing statistics, default:/tmp/.oscam/stat
lb_stat_cleanup = hour
hours after the load balancing statistics will be deleted, default:336
lb_retrylimits = CAID1:time1[,CAID2:time2]...
load balancing retry limit time per CAID, wildcard CAIDs with two-digit CAIDs possible, default:none
example: lb_retrylimits = 12:0100,34:0200,5678:0300
(wildcard CAIDs 12xx and 34xx)
lb_noproviderforcaid = CAID1[,CAID2]...
ignore provider information for CAIDs to reduce load balancing statistic data, wildcard CAIDs with two-
digit CAIDs possible, default:none
example: lb_noproviderforcaid = 0100,02,0300,04
(wildcard CAIDs 02xx and 04xx)
lb_max_readers = limit
restrict the reader count to limit during load balancing learning:
0 = unlimited (default)
limit = restrict load balancer readers to limit
lb_auto_betatunnel = 0|1
1 = enable automatic Betacrypt tunneling detection for CAIDs 1801, 1833, 1834, and 1835 for load balancing,
Betacrypt defintion in oscam.user with betatunnel will be prefered, default:1
lb_auto_betatunnel_prefer_beta = time factor
set automatic Betacrypt tunneling time factor prefering Betacrypt over Nagravision in percent, default: 50
The [monitor] section
port = 0|port
UDP port for monitor, 0 = monitor disabled, default:0
serverip = IP address
bind service to specified IP address, default:all
nocrypt = IP address|IP address range[,IP address|IP address range]...
unsecured monitor connection, default:none
example: nocrypt = 127.0.0.1,192.168.0.0-192.168.255.255
aulow = minutes
time no EMM occurs so that client is set to low, default:30
monlevel = 0|1|2|3|4
monitor level:
0 = no access to monitor
1 = only server and own procs
2 = all procs, but viewing only (default)
3 = all procs, reload of oscam.user possible
4 = complete access
monlevel can be overwritten per user in oscam.user
hideclient_to = seconds
time to hide clients in the monitor if not sending requests, 0 = disabled, default:0
appendchaninfo = 0|1
1 = append channel name on log messages, default:0
The [webif] section
httpport = [+]port
port for web interface, 0 = disabled, praefix + = enable SSL, default:none, required
httpcert = file
file for http SSL certificate, default:oscam.pem
httpforcesslv3 = 0|1
1 = force using SSLv3, default:0
httpuser = username
username for password protection, default:none
httppwd = password
password for password protection, default:none
httpcss = path
path for external CSS file, default:none
http_prepend_embedded_css = 0|1
1 = embedded CSS will be added before external CSS , default:0
httptpl = path
path for external templates and picons, multiple simultaneously templates and picons are possible by creat‐
ing sub folders (maximum length of 32 alphanumeric characters), sub folders naming is corresponding to sub
folder in URL, default:none
example: httptpl = /this/is/my/path
folder with multiple templates:
/this/is/my/path/template1
/this/is/my/path/template2
valid URLs:
[URL]http://host:port/template1[/URL]
[URL]http://host:port/template2[/URL]
httpjscript = path
path for oscam.js javascript, default:none
httprefresh = seconds
status refresh in seconds, default:none
httphideidleclients = 0|1
1 = enables hiding clients after idle time set in parameter hideclient_to, default:0
httpscript = path
path to an executable script which you wish to start from web interface, default:none
httpallowed = IP address|IP address range[,IP address|IP address range]...
http web interface connections allowed, default:none
example: httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
httpdyndns = hostname[,hostname][,hostname]
http web interface connections allowed, default:none
example: httpdyndns = host.example.com
httpdyndns = host1.example.com,host2.example.com
httpsavefullcfg = 0|1
write config:
0 = all not empty parameters, all not default parameters, all
parameters not containing the same value as the same
parameter in global configuration (default)
1 = all parameters
httpreadonly = 0|1
1 = read only modus for web interface, default:0
httpshowpicons = 0|1
1 = show picons in user list, default:0
httphelplang = en|de|fr|<available wiki languages>
set right language for wiki entry point, default:en
The [lcd] section
enablelcd = 0|1
1 =enable LCD output, default:0
lcd_outputpath = path
path for LCD output, default:/tmp
lcd_hideidle = 0|1
1 = hide reader in LCD output if reader idle > 20 seconds, default:0
lcd_writeintervall = seconds
LCD refresh interval (minimum 5), default:10
The [csp] section
port = port
TCP port of Cardservproxy for cache exchange, default:none
serverip = IP
IP address of Cardservproxy for cache exchange, default:none
wait_time = milli-seconds
wait time for cache exchange before sending ECM to Cardservproxy, default:none
The [camd33] section
port = 0|port
TCP port for camd 3.3x clients, 0 = disabled, default:0
serverip = IP address
bind service to specified IP address, default:all
nocrypt = IP address|IP address range[,IP address|IP address range]...
unsecured camd 3.3x client connection, default:none
example: nocrypt = 127.0.0.1,192.168.0.0-192.168.255.255
passive = 0|1
1 = force passive camd 3.3x client, default:0
key = 128 bit key
key for camd 3.3x client encryption, default:none
example: key = 01020304050607080910111213141516
The [camd35|cs357x] section
port = 0|port
UDP port for camd 3.5x / 3.57x clients, 0 = disabled, default:0
serverip = IP address
bind service to specified IP address, default:all
suppresscmd08 = 0|1
0 = tell camd 3.5x / 3.57x clients not to request again for rejected CAID, service ID and provider ID com‐
bination, 1 = disable, can be overwritten per user in oscam.user, default:0
The [cs378x] section
port = 0|port[@CAID][:provid][,provid]...[;port@CAID[:provid][,provid]...]...
TCP port/CAID/provid definitions for camd 3.78x clients, 0 = disabled, default:0
examples: port = 10000@0100:100000;20000@0200:200000,300000,400000
port = 30000
serverip = IP address
bind service to specified IP address, default:all
suppresscmd08 = 0|1
0 = tell camd 3.78x clients not to request again for rejected CAID, service ID and provider ID combination,
1 = disable, can be overwritten per user in oscam.user, default:0
The [newcamd] section
key = DES key
default key for newcamd client encryption, default:none
example: key = 0102030405060708091011121314
port = port[{DES key}]@CAID[:provid][,provid]...[;port[{DES key}]@CAID[:provid][,provid]...]...
TCP port/DES key/CAID/provid definitions, default:none
example: port = 10000@0100:100000;20000{0102030405060708091011121314}@0200:200000,300000
Each CAID requires a separate port. If you don't specify a DES key for a port, the default DES key will be
used.
serverip = IP address
bind newcamd service to specified IP address, default:all
allowed = IP address|IP address range[,IP address|IP address range]...
newcamd client connections allowed from, default:none
example: allowed = 127.0.0.1,192.168.0.0-192.168.255.255
keepalive = 0|1
0 = disable newcamd keepalive modus, default:0
mgclient = 0|1
1 = provide share information of all available CAIDs and provider IDs to mgcamd clients, default:0
The [radegast] section
port = 0|port
TCP/IP port for radegast clients, 0 = disabled, default:0
serverip = IP address
bind service to specified IP address, default:all
allowed = IP address|IP address range[,IP address|IP address range]...
client connections allowed from, default:none
example: allowed = 127.0.0.1,192.168.0.0-192.168.255.255
user = username
user name for radegast client
The [serial] section
device = <user>@<device>[:baud][?option1=value1[&option2=value2]...]
[;<user>@<device>[:baud][?option1=value1[&option2=value2]...]]...
parameters:
user = account
device = serial device name
option = timeout = milli-seconds, timeout for connection,
default:50
delay = milli-seconds, additional delay between two
characters, default:0
supported serial devices:
HSIC (humax sharing interface client)
SSSP (simple serial sharing protocol)
bomba (BOMBA firmware)
dsr9500 (DSR 9500)
The [cccam] section
port = 0|port[,0|port]...
TCP/IP ports for CCcam clients, 0 = disabled, default:0
version = <main version>.<version>.<sub version>
define CCcam version, minimum CCcam version 2.0.11, used with original CCcam only, default:none
example: version = 1.2.34
reshare = level
reshare level for CCcam clients (default:10):
0 = no resharing
1 = resharing for direct peer only
2 = resharing for direct peer and next level
x = resharing for direct peer and next x level
reshare_mode = mode
CCcam reshare mode:
0 = reader reshares only received SCs for CCcam readers,
defined filters/CAIDs/provids on other readers (default)
1 = reader reshares received SCs (like=0) and defined services
2 = reader reshares only defined reader services as virtual SCs
3 = reader reshares only defined user services as virtual SCs
4 = reader reshares only received SCs
Every server is shared as hop = 0 and with defined reshare values.
Service reshare only works if positive services defined: no service - no reshare!
ignorereshare = 0|1
CCcam reshare setting:
0 = use reshare setting of server (default)
1 = use reshare setting of reader or user
stealth = 0|1
1 = behaviour like the original CCcam: no activate partner detection and extended OSCam-CCcam protocol,
prevent other OSCam to detect the server as OSCam server, default:0
minimizecards = mode
mode how to provide CCcam servers to CCcam clients:
0 = no aggregation, remove duplicates only (default)
1 = based on minimum hop: two SCs with different hops are
summarized, new SCs get a smaller hop
2 = aggregation based on CAIDs: all SCs with the same CAIDs
will be merged, provider (maximum 32) will be merged, too
updateinterval = seconds
interval to provide share list update to CCcam clients, values <= 10 are invalid and will be set to 30,
default:240
keepconnected = 0|1
set CCcam keepalive modus:
0 = disconnect client when maximum idle time is reached
1 = keep client connected (default)
forward_origin_card = 0|1
1 = forward ECM request to reader holding this card, load balancer, fallback and caching will be disabled,
default:0
nodeid = ID
set CCcam node ID in hex, default:none
example: nodeid = 0a0b0c0d0e0f1011
The [gbox] section
port = 0|port
UDP port for gbox clients, 0 = disabled, default:0
password = password
password for gbox server
gsmsfile = file name
gsms file for gbox server, default:none
The [dvbapi] section
enabled = 0|1
1 = DVB API enabled, default:0
Create file /tmp/.pauseoscam to pause DVB API, e.g. if STB goes into standby and OSCam remains as SC server
only.
user = username
user name for DVB API client, default:anonymous
ignore = <CAID>[,<CAID>]... (detached by oscam.dvbapi, obsolete)
CAIDs to be ignored, default:none
services = <service ID>[,<service ID>]... (detached by oscam.dvbapi, obsolete)
services to be prioritized, default:none
priority = <CAID>:<provider ID>[,CAID:<provider ID>]... (detached by oscam.dvbapi, obsolete)
CAIDs and provider IDs to be prioritized, default:CAIDs and provider IDs of local SCs will be prioritized
au = 0|1|2
AU mode:
0 = disable AU (default)
1 = enable AU
2 = enable AU, override AU settings of client,
set answering reader as AU reader
pmt_mode = 0|1|2|3|4|5
PMT mode:
0 = use camd.socket and PMT file, default
1 = disable reading PMT file
2 = disable camd.socket
3 = read PMT file on startup only
4 = do not use signal handler for monitoring /tmp
5 = do not use signal handler for monitoring /tmp,
disable camd.socket
request_mode = 0|1
CAID request mode:
0 = try all possible CAIDs one by one (default)
1 = try all CAIDs simultaneously
boxtype = dbox2|dreambox|dm7000|duckbox|ufs910|ipbox|ipbox-pmt|qboxhd|coolstream|neumo|pc
set boxtype, auto detection of DVB API will be aspired, default:dreambox
ipbox with camd.socket support, currently only with PGI image version 0.6 or above, verified on HD models
only
ipbox-pmt can be used on any DGS based images (with or without camd.socket support), verified on HD models
only
pc is for generic pc support (currently supported on VDR with vdr-plugin-dvbapi)
cw_delay = milli-seconds
delay of CW writing, default:none
delayer = milli-seconds
minimum time to write CW, default:0
reopenonzap = 0|1
1 = reopen demux devices on each channel switching, default:0
The [anticasc] section
enabled = 0|1
1 = enabled anti-cascading, default:0
numusers = quantity
anti-cascading: user per account, 0 = anti-cascading disabled, default:0
sampletime = minutes
duration of sample, default:2
samples = quantity
quantity of samples over limit, default:10
penalty = 0|1|2
level of penalty:
0 = only logging (default)
1 = send fake CWs
2 = disbable user temporary
3 = send delayed CWs
penalty can be overwritten per user in oscam.user
aclogfile = filename
file for anti-cascading logging, default:none
fakedelay = milli-seconds
fake delay time, default:1000, minimum value is 100, maximum value is 3000
denysamples = quantity
how many samples should be penalized, default:8
LOGGING
· reader stages
1 = cacheex (=1) reader (C)
2 = local SCs (L)
3 = other reader / proxies (P)
4 = fallback reader (F)
· logging format
stage/used/chosen/possible
MONITOR
monitor commands:
· login <user> <password>
login (for unencrypted connections only)

· getuser <user> <parameter>=<value>
get parameter for user

· setuser <user> <parameter>=<value>
set parameter for user

· setserver <parameter>=<value>
set parameter for server

· exit
exit monitor

· log <on|onwohist|off>
enable|enable without hitory|disable logging for 2 minutes

· status
list of current processes and clients

· shutdown
shutdown OSCam

· restart
restart OSCam

· keepalive
send keepalive

· reload
reinit user db, clients and anti-cascading, for newcamd connections: after reloading the provid, please
restart newcamd client

· details <PID>
details about selected PID

· reread
read again

· debug <level>
set debug level (monlevel > 3 required)
debug level mask:
0 = no debugging (default)
2 = ATR parsing info, ECM dumps, CW dumps
4 = traffic from/to the reader
8 = traffic from/to the clients
16 = traffic to the reader-device on IFD layer
32 = traffic to the reader-device on I/O layer
64 = EMM logging
255 = debug all
· version
show OSCam version

· commands
show all valid monitor commands
WEB INTERFACE
· template system
The web interface allows you to create your own template. For developing your own template request the
orignal template with the non-linked page savetemplates.html. Store your own template in the directory
specified by httptpl.
CACHING
types of ECM caching:
· cache1
ECM and CW in cache already.
· cache2
ECM and checksum in cache already.
EXAMPLES
[global]
logfile = /var/log/oscam/oscam.log
usrfile = /var/log/oscam/oscamuser.log
waitforcards = 1
[monitor]
port = 988
monlevel = 1
nocrypt = 127.0.0.1
[webif]
httpport = 8888
httpuser = myusername
httppwd = mypassword
[newcamd]
key = 0102030405060708091011121314
port = 10000@0100:100000;20000{0102030405060708091011121314}@0200:200000,300000,400000
[radegast]
port = 30000
user = radegastuser
allowed = 127.0.0.1,192.168.0.0-192.168.255.255
[camd33]
port = 40000
serverip = 192.168.0.1
key = 01020304050607080910111213141516
[cs378x]
port = 50000@0300:600000
[gbox]
hostname = host.example.com
port = 56789
password = password4
SEE ALSO
list_smargo(1), oscam(1), oscam.ac(5), oscam.cacheex(5), oscam.cert(5), oscam.dvbapi(5), oscam.guess(5),
oscam.ird(5), oscam.provid(5), oscam.server(5), oscam.services(5), oscam.srvid(5), oscam.tiers(5),
oscam.user(5), oscam.whitelist(5)

oscam.conf(5)
 
Última edición:
y este deveria de estar en el archivo man


Código:
.TH oscam.conf 5
.SH NAME
\fBoscam.conf\fR - main configuration file for OSCam
.SH SYNOPSIS
The main configuration file for OSCam contains global parameters 
such as debugging, logging, monitor, protocols and anti-cascading. 
sections in \fBoscam.conf\fR are \fInonrecurring\fR. The [global] 
section is \fIrequired\fR. All other sections are optional.
.SH DESCRIPTIONS
.SS "The [global] section"
.PP
\fBnice\fP = \fB-20\fP..\fB+20\fP
.RS 3n
system priority, default:99
.RE
.PP
\fBlogfile\fP = [\fBfilename\fP][\fB;syslog\fP][\fB;stdout\fP]
.RS 3n
logging targets, default: /var/log/oscam.log. You can define a maximum of one filename and 
additionally to log to stdout or syslog (you can also only log to stdout or syslog and omit 
the filename).
.RE
.PP
\fBecmfmt\fP = \fBformat\fP
.RS 3n
define ECM log format, default:c&p/i/s/l:h
possible variables:
\fBc\fP = CAID
\fBp\fP = provider ID
\fBi\fP = Channel ID
\fBd\fP = PID
\fBs\fP = service ID
\fBl\fP = length
\fBh\fP = checksum
use a value as prefix to hide variable with this value, control characters will be escaped by "\\"
example: ecmfmt = c&0p/i/d/s/l:h
(hide provider ID if 0)
.RE
.PP
\fBloghistorysize\fP = \fBbytes\fP
.RS 3n
size of log message history in web interface or monitor, 0 = disabled, default:4096
.RE
.PP
\fBmaxlogsize\fP = \fBkbytes\fP
.RS 3n
maximum log file size, 0 = unlimited, default:10
.RE
.PP
\fBdisablelog\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = disable log file, default:0
.RE
.PP
\fBcwlogdir\fP = \fBpath\fP
.RS 3n
directory for CW logging, default:config dir
.RE
.PP
\fBemmlogdir\fP = \fBpath\fP
.RS 3n
directory for EMM logging, default:config dir
.RE
.PP
\fBusrfile\fP = \fBfilename\fP
.RS 3n
log file for user logging, default:none
log file format:
date
time
CWs per second
username
IP address of client
TCP/IP port
CWs found
CWs from cache
CWs not found
CWs ignored
CWs timed out
CWs tunneled
login time in unix/POSIX format
logout time in unix/POSIX format
protocol
.RE
.PP
\fBdisableuserfile\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = avoid logging although \fBuserfile\fP is set, default:1 (also set automatically if userfile is empty)
.RE
.PP
\fBusrfileflag\fP = \fB0\fP|\fB1\fP
.RS 3n
usrfile logging mode:
0 = only client logon/logoff will be logged in usrfile (default)
1 = each zapping of a client will be logged in usrfile
.RE
.PP
\fBsaveinithistory\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = save SC init history to /tmp/.oscam/reader<number>, default:0
.RE
.PP
\fBdisablemail\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = disable saving NDS Videoguard mail messages from provider, default:1
.RE
.PP
\fBmailfile\fP = \fBfile\fP
.RS 3n
define file saving NDS Videoguard mail messages from provider, default:none
.RE
.PP
\fBenableled\fP = \fB0\fP|\fB1\fP|\fB2\fP
.RS 3n
\fB0\fP = LED support disabled (default)
\fB1\fP = LED support enabled for routers
\fB2\fP = LED support enabled for Qbox HD
.RE
.PP
\fBserialreadertimeout\fP = \fBmilli-seconds\fP
.RS 3n
timeout for serial reader, default:1500
.RE
.PP
\fBwaitforcards\fP = \fB0\fP|\fB1\fP 
.RS 3n
1 = wait for local SCs on startup before opening network ports, default:1
.RE
.PP
\fBwaitforcards_extra_delay\fP = \fBdelay\fP 
.RS 3n
additional delay in milli-seconds after waiting for local SCs on startup before opening network ports, default:500
.RE
.PP
\fBpreferlocalcards\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = try decoding on local cards first, default:0
.RE
.PP
\fBreaderrestartseconds\fP = \fBseconds\fP
.RS 3n
seconds beetween restarts, 0 = disable reader restart, default:5
.RE
.PP
\fBcachedelay\fP = \fBmilli-seconds\fP
.RS 3n
value to delay cached requests, default:0
.RE
.PP
\fBmax_cache_time\fP = \fBseconds\fP
.RS 3n
maximum time CWs resist in cache after 1st client request, the time must be 2 seconds highter than the parameter \fBclienttimeout\fP, default:15
.RE
.PP
\fBmax_cache_count\fP = \fBcount\fP
.RS 3n
maximum CWs in cache, default:1000
.RE
.PP
\fBcacheexwaittime\fP = \fBmilli-seconds\fP
.RS 3n
cache waiting time in milli-seconds for cache exchange, default:50
.RE
.PP
\fBcacheexwaittime\fP = \fBdelay\fP
.RS 3n
maximum wait time for a cache exchange entry in milli-seconds, default:50
.RE
.PP
\fBcacheexenablestats\fP = \fB0|1\fP
.RS 3n
1 = enable statistics for cache exchange mode, default:0
\fIPlease consider memory consumption.\fR
.RE
.PP
\fBclienttimeout\fP = \fBmilli-seconds\fP|\fBseconds\fP
.RS 3n
value (clienttimeout in seconds < 100, else milli-seconds) for client process to wait for key, default:5
.RE
.PP
\fBclientmaxidle\fP = \fBseconds\fP
.RS 3n
value for client process being idle before disconnect, 0 = idle disconnect disabled, default:120
.RE
.PP
\fBsuppresscmd08\fP = \fB0\fP|\fB1\fP
.RS 3n
0 = tell camd 3.5x, 3.57x and 3.78x clients not to request again for rejected 
CAID, service ID and provider ID combination, 1 = disable, can be overwritten 
per user in \fBoscam.user\fP, default:0
.RE
.PP
\fBfallbacktimeout\fP = \fBmilli-seconds\fP
.RS 3n
time falling back to fallback reader, default:2500
.RE
.PP
\fBsleep\fP = \fBminutes\fP
.RS 3n
time waiting for inactive users, default:none, can be overwritten per user in \fBoscam.user\fR
.RE
.PP
\fBserverip\fP = \fBIP address\fP
.RS 3n
bind service to specified IP address, default:all
.RE
.PP
\fBbindwait\fP = \fBseconds\fP
.RS 3n
value to wait for bind request to complete, default:120
.RE
.PP
\fBnetprio\fP = \fBpriority\fP
.RS 3n
network priority, default:system given
.RE
.PP
\fBresolvegethostbyname\fP = \fB0\fP|\fB1\fP
.RS 3n
set mode for DNS resolving:
\fB0\fP = getadressinfo (default)
\fB1\fP = gethostbyname
.RE
.PP
\fBfailbancount\fP = \fBcount\fP
.RS 3n
number of incorrect logins after an ip address will be blocked, default:0
.RE
.PP
\fBfailbantime\fP = \fBminutes\fP
.RS 3n
time for IP based blocking for clients with an invalid login attempt, 0 = failban is disabled, default:0
.RE
.PP
\fBdropdups\fP = \fB0\fP|\fB1\fP
.RS 3n
mode for duplicate client connections (requirement: uniq > 0):
\fB0\fP = mark client as duplicate, but don't disconnect them (default)
\fB1\fP = drop duplicate connections instead of marking as duplicate
.RE
.PP
\fBunlockparental\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = unlock parental mode option to disable Seca pin code request for adult movie, default:0
.RE
.PP
\fBdouble_check\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = ECM will be send to two or more readers with the same SC and the CWs will be verified against each other, \fBlb_nbest_readers\fP must be set to 2 or higher, default:0
.RE
.PP
\fBlb_mode\fP = \fBmode\fP
.RS 3n
load balancing mode:
\fB0\fP = load balance disabled, ECMs go to all readers (default)
\fB1\fP = fastest reader first, after 5 ECMs the reader with the fastest 
response time will be selected
\fB2\fP = oldest reader first, reader with the longest no answer
\fB3\fP = lowest usage level, the usage level will be calculated by the 
sum of 5 ECMS response times, the higher a reader is busy, the 
higher is usage level
.RE
.PP
\fBlb_save\fP = \fB0\fP|\fBcounts\fP
.RS 3n
save auto load balance statistics:
\fB0\fP = saving of auto load balance statistics disabled (default)
\fBcounts\fP = save auto load balance statistics every \fBcounts\fP ECMs
(minimum 100)
To save CPU power a minimum counts of 100 is recommended.
.RE
.PP
\fBlb_nbest_readers\fP = \fBcounts\fP
.RS 3n
set count of best readers for load balancing, default:1
.RE
.PP
\fBlb_nfb_readers\fP = \fBcounts\fP
.RS 3n
set count of fallback readers for load balancing, default:1
.RE
.PP
\fBlb_reopen_mode\fP = \fB0\fP|\fB1\fP
.RS 3n
load balancing reopen readers mode:
\fB0\fP = standard late reopening of blocker readers (default)
\fB1\fP = fast reopening of blocker readers
.RE
.PP
\fBlb_nbest_percaid\fP = \fBCAID1:count1[,CAID2:count2]...\fP
.RS 3n
set count of best readers per CAIDs for load balancing, wildcard CAIDs with two-digit CAIDs possible, default:none
example: lb_nbest_percaid = 0100:4,0200:3,03:2,04:1
(wildcard CAIDs 03xx and 04xx)
.RE
.PP
\fBlb_min_ecmcount\fP = \fBcounts\fP
.RS 3n
minimal ECM count to evaluate load balancing values, default:5
.RE
.PP
\fBlb_max_ecmcount\fP = \fBcounts\fP
.RS 3n
maximum ECM count before resetting load balancing values, default:500
.RE
.PP
\fBlb_reopen_seconds\fP = \fBseconds\fP
.RS 3n
time between retrying failed load balanced readers/CAIDs/providers/services, default:900
.RE
.PP
\fBlb_retrylimit\fP = \fBmilli-seconds\fP
.RS 3n
retry next load balanced reader only if response time is higher then lb_retrylimit, default:800
.RE
.PP
\fBlb_savepath\fP = \fBfilename\fP
.RS 3n
filenanme for saving load balancing statistics, default:/tmp/.oscam/stat
.RE
.PP
\fBlb_stat_cleanup\fP = \fBhour\fP
.RS 3n
hours after the load balancing statistics will be deleted, default:336
.RE
.PP
\fBlb_retrylimits\fP = \fBCAID1:time1[,CAID2:time2]...\fP
.RS 3n
load balancing retry limit time per CAID, wildcard CAIDs with two-digit CAIDs possible, default:none
example: lb_retrylimits = 12:0100,34:0200,5678:0300 
(wildcard CAIDs 12xx and 34xx)
.PP
.RE
\fBlb_noproviderforcaid\fP = \fBCAID1[,CAID2]...\fP
.RS 3n
ignore provider information for CAIDs to reduce load balancing statistic data, 
wildcard CAIDs with two-digit CAIDs possible, default:none
example: lb_noproviderforcaid = 0100,02,0300,04 
(wildcard CAIDs 02xx and 04xx)
.PP
.RE
\fBlb_max_readers\fP = \fBlimit\fP
.RS 3n
restrict the reader count to limit during load balancing learning:
\fB0\fP = unlimited (default)
\fBlimit\fP = restrict load balancer readers to limit
.RE
.PP
\fBlb_auto_betatunnel\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = enable automatic Betacrypt tunneling detection for CAIDs 1801, 1833, 1834, and 1835 for load balancing, Betacrypt defintion in \fBoscam.user\fR with \fBbetatunnel\fR will be prefered, default:1
.RE
.PP
\fBlb_auto_betatunnel_prefer_beta\fP = \fBtime factor\fP
.RS 3n
set automatic Betacrypt tunneling time factor prefering Betacrypt over Nagravision in percent, default: 50
.RE
.SS "The [monitor] section"
.PP
\fBport\fP = \fB0\fP|\fBport\fP
.RS 3n
UDP port for monitor, 0 = monitor disabled, default:0
.RE
.PP
\fBserverip\fP = \fBIP address\fP
.RS 3n
bind service to specified IP address, default:all
.RE
.PP
\fBnocrypt\fP = \fBIP address\fP|\fBIP address range\fP[,\fBIP address\fP|\fBIP address range]\fP...
.RS 3n
unsecured monitor connection, default:none
example: nocrypt = 127.0.0.1,192.168.0.0-192.168.255.255
.RE
.PP
\fBaulow\fP = \fBminutes\fP
.RS 3n
time no EMM occurs so that client is set to low, default:30
.RE
.PP
\fBmonlevel\fP = \fB0\fP|\fB1\fP|\fB2\fP|\fB3\fP|\fB4\fP
.RS 3n
monitor level:
\fB0\fP = no access to monitor
\fB1\fP = only server and own procs
\fB2\fP = all procs, but viewing only (default)
\fB3\fP = all procs, reload of \fBoscam.user\fR possible
\fB4\fP = complete access
monlevel can be overwritten per user in \fBoscam.user\fR
.RE
.PP
\fBhideclient_to\fP = \fBseconds\fP
.RS 3n
time to hide clients in the monitor if not sending requests, 0 = disabled, default:0
.RE
.PP
\fBappendchaninfo\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = append channel name on log messages, default:0
.RE
.SS "The [webif] section"
\fBhttpport\fP = [\fB+\fP]\fBport\fP
.RS 3n
port for web interface, 0 = disabled, praefix + = enable SSL, default:none, \fIrequired\fR
.RE
.PP
\fBhttpcert\fP = \fBfile\fP
.RS 3n
file for http SSL certificate, default:\fBoscam.pem\fP
.RE
.PP
\fBhttpforcesslv3 \fP = \fB0\fP|\fB1\fP
.RS 3n
1 = force using SSLv3, default:0
.RE
.PP
\fBhttpuser\fP = \fBusername\fP
.RS 3n
username for password protection, default:none
.RE
.PP
\fBhttppwd\fP = \fBpassword\fP
.RS 3n
password for password protection, default:none
.RE
.PP
\fBhttpcss\fP = \fBpath\fP
.RS 3n
path for external CSS file, default:none
.RE
.PP
\fBhttp_prepend_embedded_css\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = embedded CSS will be added before external CSS , default:0
.RE
.PP
\fBhttptpl\fP = \fBpath\fP
.RS 3n
path for external templates and picons, multiple simultaneously templates and 
picons are possible by creating sub folders (maximum length of 32 alphanumeric 
characters), sub folders naming is corresponding to sub folder in URL, default:none
example: httptpl = /this/is/my/path
folder with multiple templates:
/this/is/my/path/template1
/this/is/my/path/template2
valid URLs:
[URL]http://host:port/template1[/URL]
[URL]http://host:port/template2[/URL]
.RE
.PP
\fBhttpjscript\fP = \fBpath\fP
.RS 3n
path for oscam.js javascript, default:none
.RE
.PP
\fBhttprefresh\fP = \fBseconds\fP
.RS 3n
status refresh in seconds, default:none
.RE
.PP
\fBhttphideidleclients\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = enables hiding clients after idle time set in parameter \fBhideclient_to\fP, default:0
.RE
.PP
\fBhttpscript\fP = \fBpath\fP
.RS 3n
path to an executable script which you wish to start from web interface, default:none
.RE
.PP
\fBhttpallowed\fP = \fBIP address\fP|\fBIP address range\fP[,\fBIP address\fP|\fBIP address range]\fP...
.RS 3n
http web interface connections allowed, default:none
example: httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
.RE
.PP
\fBhttpdyndns\fP = \fBhostname[,hostname][,hostname]\fP
.RS 3n
http web interface connections allowed, default:none
example: httpdyndns = host.example.com
httpdyndns = host1.example.com,host2.example.com
.RE
.PP
\fBhttpsavefullcfg\fP = \fB0\fP|\fB1\fP
.RS 3n
write config:
\fB0\fP = all not empty parameters, all not default parameters, all 
parameters not containing the same value as the same 
parameter in global configuration (default)
\fB1\fP = all parameters
.RE
.PP
\fBhttpreadonly\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = read only modus for web interface, default:0
.RE
.PP
\fBhttpshowpicons\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = show picons in user list, default:0
.RE
.PP
\fBhttphelplang\fP = \fBen\fP|\fBde\fP|\fBfr\fP|\fB<available wiki languages>\fP
.RS 3n
set right language for wiki entry point, default:en
.RE
.SS "The [lcd] section"
.RE
.PP
\fBenablelcd\fP = \fB0\fP|\fB1\fP
.RS 3n
1 =enable LCD output, default:0
.RE
\fBlcd_outputpath\fP = \fBpath\fP
.RS 3n
path for LCD output, default:/tmp
.RE
.PP
\fBlcd_hideidle\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = hide reader in LCD output if reader idle > 20 seconds, default:0
.RE
.PP
\fBlcd_writeintervall\fP = \fBseconds\fP
.RS 3n
LCD refresh interval (minimum 5), default:10
.RE
.RE
.SS "The [csp] section"
\fBport\fP = \fBport\fP
.RS 3n
TCP port of Cardservproxy for cache exchange, default:none
.RE
.PP
\fBserverip\fP = \fBIP\fP
.RS 3n
IP address of Cardservproxy for cache exchange, default:none
.RE
.PP
\fBwait_time\fP = \fBmilli-seconds\fP
.RS 3n
wait time for cache exchange before sending ECM to Cardservproxy, default:none
.RE
.SS "The [camd33] section"
\fBport\fP = \fB0\fP|\fBport\fP
.RS 3n
TCP port for camd 3.3x clients, 0 = disabled, default:0
.RE
.PP
\fBserverip\fP = \fBIP address\fP
.RS 3n
bind service to specified IP address, default:all
.RE
.PP
\fBnocrypt\fP = \fBIP address\fP|\fBIP address range\fP[,\fBIP address\fP|\fBIP address range]\fP...
.RS 3n
unsecured camd 3.3x client connection, default:none
example: nocrypt = 127.0.0.1,192.168.0.0-192.168.255.255
.RE
.PP
\fBpassive\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = force passive camd 3.3x client, default:0
.RE
.PP
\fBkey\fP = \fB128 bit key\fP
.RS 3n
key for camd 3.3x client encryption, default:none
example: key = 01020304050607080910111213141516
.RE
.SS "The [camd35|cs357x] section"
.PP
\fBport\fP = \fB0\fP|\fBport\fP
.RS 3n
UDP port for camd 3.5x / 3.57x clients, 0 = disabled, default:0
.RE
.PP
\fBserverip\fP = \fBIP address\fP
.RS 3n
bind service to specified IP address, default:all
.RE
.PP
\fBsuppresscmd08\fP = \fB0\fP|\fB1\fP
.RS 3n
0 = tell camd 3.5x / 3.57x clients not to request again for rejected CAID, service ID and provider ID combination, 1 = disable, can be overwritten per user in \fBoscam.user\fP, default:0
.RE
.SS "The [cs378x] section"
.PP
\fBport\fP = \fB0\fP|\fBport[@CAID][:provid][,provid]...[;port@CAID[:provid][,provid]...]...\fP
.RS 3n
TCP port/CAID/provid definitions for camd 3.78x clients, 0 = disabled, default:0
examples: port = 10000@0100:100000;20000@0200:200000,300000,400000
port = 30000
.RE
.PP
\fBserverip\fP = \fBIP address\fP
.RS 3n
bind service to specified IP address, default:all
.RE
.PP
\fBsuppresscmd08\fP = \fB0\fP|\fB1\fP
.RS 3n
0 = tell camd 3.78x clients not to request again for rejected CAID, service ID and provider ID combination, 1 = disable, can be overwritten per user in \fBoscam.user\fP, default:0
.RE
.SS "The [newcamd] section"
.PP
\fBkey\fP = \fBDES key\fP
.RS 3n
default key for newcamd client encryption, default:none
example: key = 0102030405060708091011121314
.RE
.PP
\fBport\fP = \fBport[{DES key}]@CAID[:provid][,provid]...[;port[{DES key}]@CAID[:provid][,provid]...]...\fP
.RS 3n
TCP port/DES key/CAID/provid definitions, default:none
example: port = 10000@0100:100000;20000{0102030405060708091011121314}@0200:200000,300000
Each CAID requires a separate port. If you don't specify a DES key for a port, the default DES key will be used.
.RE
.PP
\fBserverip\fP = \fBIP address\fP
.RS 3n
bind newcamd service to specified IP address, default:all
.RE
.PP
\fBallowed\fP = \fBIP address\fP|\fBIP address range\fP[,\fBIP address\fP|\fBIP address range]\fP...
.RS 3n
newcamd client connections allowed from, default:none
example: allowed = 127.0.0.1,192.168.0.0-192.168.255.255
.RE
.PP
\fBkeepalive\fP = \fB0\fP|\fB1\fP
.RS 3n
0 = disable newcamd keepalive modus, default:0
.RE
.PP
\fBmgclient\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = provide share information of all available CAIDs and provider IDs to mgcamd clients, default:0
.RE
.SS "The [radegast] section"
.PP
\fBport\fP = \fB0\fP|\fBport\fP
.RS 3n
TCP/IP port for radegast clients, 0 = disabled, default:0
.RE
.PP
\fBserverip\fP = \fBIP address\fP
.RS 3n
bind service to specified IP address, default:all
.RE
.PP
\fBallowed\fP = \fBIP address\fP|\fBIP address range\fP[,\fBIP address\fP|\fBIP address range]\fP...
.RS 3n
client connections allowed from, default:none
example: allowed = 127.0.0.1,192.168.0.0-192.168.255.255
.RE
.PP
\fBuser\fP = \fBusername\fP
.RS 3n
user name for radegast client
.RE
.SS "The [serial] section"
.PP
\fBdevice\fP = \fB<user>\fP@\fB<device>\fP[:\fBbaud\fP][?\fBoption1\fP=\fBvalue1\fP[&\fBoption2\fP=\fBvalue2\fP]...]
[;\fB<user>\fP@\fB<device>\fP[:\fBbaud\fP][?\fBoption1\fP=\fBvalue1\fP[&\fBoption2\fP=\fBvalue2\fP]...]]...
.RS 3n
parameters:
\fBuser\fP = \fBaccount\fP
\fBdevice\fP = \fBserial device name\fP
\fBoption\fP = \fBtimeout\fP = milli-seconds, timeout for connection, 
default:50
\fBdelay\fP = milli-seconds, additional delay between two
characters, default:0
supported serial devices:
HSIC (humax sharing interface client)
SSSP (simple serial sharing protocol)
bomba (BOMBA firmware)
dsr9500 (DSR 9500)
.RE
.SS "The [cccam] section"
.PP
\fBport\fP = \fB0\fP|\fBport\fP[,\fB0\fP|\fBport\fP]...
.RS 3n
TCP/IP ports for CCcam clients, 0 = disabled, default:0
.RE
.PP
\fBversion\fP = \fB<main version>.<version>.<sub version>\fP
.RS 3n
define CCcam version, \fIminimum CCcam version 2.0.11\fR, used with original CCcam only, default:none
example: version = 1.2.34
.RE
.PP
\fBreshare\fP = \fBlevel\fP
.RS 3n
reshare level for CCcam clients (default:10):
\fB0\fP = no resharing
\fB1\fP = resharing for direct peer only
\fB2\fP = resharing for direct peer and next level
\fBx\fP = resharing for direct peer and next x level
.RE
.PP
\fBreshare_mode\fP = \fBmode\fP
.RS 3n
CCcam reshare mode:
\fB0\fP = reader reshares only received SCs for CCcam readers, 
defined filters/CAIDs/provids on other readers (default)
\fB1\fP = reader reshares received SCs (like=0) and defined services
\fB2\fP = reader reshares only defined reader services as virtual SCs
\fB3\fP = reader reshares only defined user services as virtual SCs
\fB4\fP = reader reshares only received SCs
Every server is shared as hop = 0 and with defined reshare values.
Service reshare only works if positive services defined: no service - no reshare!
.RE
.PP
\fBignorereshare\fP = \fB0\fP|\fB1\fP
.RS 3n
CCcam reshare setting:
\fB0\fP = use reshare setting of server (default)
\fB1\fP = use reshare setting of reader or user
.RE
.PP
\fBstealth\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = behaviour like the original CCcam: no activate partner detection and 
extended OSCam-CCcam protocol, prevent other OSCam to detect the server 
as OSCam server, default:0
.RE
.PP
\fBminimizecards\fP = \fBmode\fP
.RS 3n
mode how to provide CCcam servers to CCcam clients:
\fB0\fP = no aggregation, remove duplicates only (default)
\fB1\fP = based on minimum hop: two SCs with different hops are 
summarized, new SCs get a smaller hop
\fB2\fP = aggregation based on CAIDs: all SCs with the same CAIDs 
will be merged, provider (maximum 32) will be merged, too
.RE
.PP
\fBupdateinterval\fP = \fBseconds\fP
.RS 3n
interval to provide share list update to CCcam clients, values <= 10 are invalid and will be set to 30, default:240
.RE
.PP
\fBkeepconnected\fP = \fB0\fP|\fB1\fP
.RS 3n
set CCcam keepalive modus:
\fB0\fP = disconnect client when maximum idle time is reached
\fB1\fP = keep client connected (default)
.RE
.PP
\fBforward_origin_card\fP = \fB0\fP|\fB1\fP
.RS 3
1 = forward ECM request to reader holding this card, 
\fIload balancer, fallback and caching will be disabled\fR, default:0
.RE
.PP
\fBnodeid\fP = \fBID\fP
.RS 3n
set CCcam node ID in hex, default:none
example: nodeid = 0a0b0c0d0e0f1011
.RE
.SS "The [gbox] section"
.PP
\fBport\fP = \fB0\fP|\fBport\fP
.RS 3n
UDP port for gbox clients, 0 = disabled, default:0
.RE
.PP
\fBpassword\fP = \fBpassword\fP
.RS 3n
password for gbox server
.RE
.PP
\fBgsmsfile\fP = \fBfile name\fP
.RS 3n
gsms file for gbox server, default:none
.RE
.SS "The [dvbapi] section"
.PP
\fBenabled\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = DVB API enabled, default:0
Create file /tmp/.pauseoscam to pause DVB API, e.g. if STB goes into standby and OSCam remains as SC server only.
.RE
.PP
\fBuser\fP = \fBusername\fP
.RS 3n
user name for DVB API client, default:anonymous
.RE
.PP
\fBignore\fP = \fB<CAID>[,<CAID>]...\fP \fI(detached by oscam.dvbapi, obsolete)\fR
.RS 3n
CAIDs to be ignored, default:none
.RE
.PP
\fBservices\fP = \fB<service ID>[,<service ID>]...\fP \fI(detached by oscam.dvbapi, obsolete)\fR
.RS 3n
services to be prioritized, default:none
.RE
.PP
\fBpriority\fP = \fB<CAID>:<provider ID>[,CAID:<provider ID>]...\fP \fI(detached by oscam.dvbapi, obsolete)\fR
.RS 3n
CAIDs and provider IDs to be prioritized, default:CAIDs and provider IDs of local SCs will be prioritized
.RE
.PP
\fBau\fP = \fB0\fP|\fB1\fP|\fB2\fP
.RS 3n
AU mode:
\fB0\fP = disable AU (default)
\fB1\fP = enable AU
\fB2\fP = enable AU, override AU settings of client, 
set answering reader as AU reader
.RE
.PP
\fBpmt_mode\fP = \fB0\fP|\fB1\fP|\fB2\fP|\fB3\fP|\fB4\fP|\fB5\fP
.RS 3n
PMT mode:
\fB0\fP = use camd.socket and PMT file, default
\fB1\fP = disable reading PMT file
\fB2\fP = disable camd.socket
\fB3\fP = read PMT file on startup only
\fB4\fP = do not use signal handler for monitoring /tmp
\fB5\fP = do not use signal handler for monitoring /tmp, 
disable camd.socket
.RE
.PP
\fBrequest_mode\fP = \fB0\fP|\fB1\fP
.RS 3n
CAID request mode:
\fB0\fP = try all possible CAIDs one by one (default)
\fB1\fP = try all CAIDs simultaneously
.RE
.PP
\fBboxtype\fP = \fBdbox2\fP|\fBdreambox\fP|\fBdm7000\fP|\fBduckbox\fP|\fBufs910\fP|\fBipbox\fP|\fBipbox-pmt\fP|\fBqboxhd\fP|\fBcoolstream\fP|\fBneumo\fP|\fBpc\fP
.RS 3n
set boxtype, auto detection of DVB API will be aspired, default:dreambox
ipbox with camd.socket support, currently only with PGI image version 0.6 or above, 
verified on HD models only
ipbox-pmt can be used on any DGS based images (with or without camd.socket support), 
verified on HD models only
pc is for generic pc support (currently supported on VDR with vdr-plugin-dvbapi)
.RE
.PP
\fBcw_delay\fP = \fBmilli-seconds\fP
.RS 3n
delay of CW writing, default:none
.RE
.PP
\fBdelayer\fP = \fBmilli-seconds\fP
.RS 3n
minimum time to write CW, default:0
.RE
.PP
\fBreopenonzap\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = reopen demux devices on each channel switching, default:0
.RE
.SS "The [anticasc] section"
.PP
\fBenabled\fP = \fB0\fP|\fB1\fP
.RS 3n
1 = enabled anti-cascading, default:0
.RE
.PP
\fBnumusers\fP = \fBquantity\fP
.RS 3n
anti-cascading: user per account, 0 = anti-cascading disabled, default:0
.RE
.PP
\fBsampletime\fP = \fBminutes\fP
.RS 3n
duration of sample, default:2
.RE
.PP
\fBsamples\fP = \fBquantity\fP
.RS 3n
quantity of samples over limit, default:10
.RE
.PP
\fBpenalty\fP = \fB0\fP|\fB1\fP|\fB2\fP
.RS 3n
level of penalty:
\fB0\fP = only logging (default)
\fB1\fP = send fake CWs
\fB2\fP = disbable user temporary
\fB3\fP = send delayed CWs
penalty can be overwritten per user in \fBoscam.user\fR
.RE
.PP
\fBaclogfile\fP = \fBfilename\fP
.RS 3n
file for anti-cascading logging, default:none
.RE
.PP
\fBfakedelay\fP = \fBmilli-seconds\fP
.RS 3n
fake delay time, default:1000, minimum value is 100, maximum value is 3000
.RE
.PP
\fBdenysamples\fP = \fBquantity\fP
.RS 3n
how many samples should be penalized, default:8
.RE
.SH LOGGING
.TP 3n
\(bu
reader stages
\fB1\fP = cacheex (=1) reader (\fBC\fP)
\fB2\fP = local SCs (\fBL\fP)
\fB3\fP = other reader / proxies (\fBP\fP)
\fB4\fP = fallback reader (\fBF\fP)
.TP 3n
\(bu
logging format
stage/used/chosen/possible
.SH MONITOR
monitor commands:
.TP 3n
\(bu
\fBlogin <user> <password>\fP
login (for unencrypted connections only)
.TP 3n
\(bu
\fBgetuser <user> <parameter>=<value>\fP
get parameter for user
.TP 3n
\(bu
\fBsetuser <user> <parameter>=<value>\fP
set parameter for user
.TP 3n
\(bu
\fBsetserver <parameter>=<value>\fP
set parameter for server
.TP 3n
\(bu
\fBexit\fP
exit monitor
.TP 3n
\(bu
\fBlog <on|onwohist|off>\fP
enable|enable without hitory|disable logging for 2 minutes
.TP 3n
\(bu
\fBstatus\fP
list of current processes and clients
.TP 3n
\(bu
\fBshutdown\fP
shutdown OSCam
.TP 3n
\(bu
\fBrestart\fP
restart OSCam
.TP 3n
\(bu
\fBkeepalive\fP
send keepalive
.TP 3n
\(bu
\fBreload\fP
reinit user db, clients and anti-cascading, for newcamd connections: after reloading the provid, please restart newcamd client
.TP 3n
\(bu
\fBdetails <PID>\fP
details about selected PID
.TP 3n
\(bu
\fBreread\fP
read again
.TP 3n
\(bu
\fBdebug <level>\fP
set debug level (\fBmonlevel\fP > 3 required)
debug level mask:
\fB0\fP = no debugging (default)
\fB2\fP = ATR parsing info, ECM dumps, CW dumps
\fB4\fP = traffic from/to the reader
\fB8\fP = traffic from/to the clients
\fB16\fP = traffic to the reader-device on IFD layer 
\fB32\fP = traffic to the reader-device on I/O layer
\fB64\fP = EMM logging 
\fB255\fP = debug all
.TP 3n
\(bu
\fBversion\fP
show OSCam version
.TP 3n
\(bu
\fBcommands\fP
show all valid monitor commands
.SH WEB INTERFACE
.TP 3n
\(bu
template system
The web interface allows you to create your own template. For developing your 
own template request the orignal template with the non-linked page 
\fBsavetemplates.html\fP. Store your own template in the directory specified 
by \fBhttptpl\fP. 
.SH CACHING
types of ECM caching:
.TP 3n.
\(bu
\fBcache1\fP
ECM and CW in cache already.
.TP 3n.
\(bu
\fBcache2\fP
ECM and checksum in cache already.
.SH EXAMPLES
[global]
logfile = /var/log/oscam/oscam.log
usrfile = /var/log/oscam/oscamuser.log
waitforcards = 1
[monitor]
port = 988
monlevel = 1
nocrypt = 127.0.0.1
[webif]
httpport = 8888
httpuser = myusername
httppwd = mypassword
[newcamd]
key = 0102030405060708091011121314
port = 10000@0100:100000;20000{0102030405060708091011121314}@0200:200000,300000,400000
[radegast]
port = 30000
user = radegastuser
allowed = 127.0.0.1,192.168.0.0-192.168.255.255
[camd33]
port = 40000
serverip = 192.168.0.1
key = 01020304050607080910111213141516
[cs378x]
port = 50000@0300:600000
[gbox]
hostname = host.example.com
port = 56789
password = password4
.SH "SEE ALSO"
\fBlist_smargo\fR(1), \fBoscam\fR(1), \fBoscam.ac\fR(5), \fBoscam.cacheex\fR(5), \fBoscam.cert\fR(5), \fBoscam.dvbapi\fR(5), \fBoscam.guess\fR(5), \fBoscam.ird\fR(5), \fBoscam.provid\fR(5), \fBoscam.server\fR(5), \fBoscam.services\fR(5), \fBoscam.srvid\fR(5), \fBoscam.tiers\fR(5), \fBoscam.user\fR(5), \fBoscam.whitelist\fR(5)
 
no puedo poner el html no me deja la pagina si lo quieres pidemelo y te lo paso por el msn y si lo miras bien hay ya tienes la configuracion de oscam y Cccam
 
Última edición:
que coñazo de oscam le estoi cogiendo asco
 
y aqui te dejo el html ya e podido

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of oscam.conf</TITLE>
</HEAD><BODY>
<H1>oscam.conf</H1>
Section: File Formats (5)<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
<B>oscam.conf</B> - main configuration file for OSCam
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
The main configuration file for OSCam contains global parameters 
such as debugging, logging, monitor, protocols and anti-cascading. 
sections in <B>oscam.conf</B> are <I>nonrecurring</I>. The [global] 
section is <I>required</I>. All other sections are optional.
<A NAME="lbAD"> </A>
<H2>DESCRIPTIONS</H2>
<A NAME="lbAE"> </A>
<H3>The [global] section</H3>
<P>
<P>
<B>nice</B> = <B>-20</B>..<B>+20</B>
<DL COMPACT><DT><DD>
system priority, default:99
</DL>
<P>
<B>logfile</B> = [<B>filename</B>][<B>;syslog</B>][<B>;stdout</B>]
<DL COMPACT><DT><DD>
logging targets, default: /var/log/oscam.log. You can define a maximum of one filename and 
additionally to log to stdout or syslog (you can also only log to stdout or syslog and omit 
the filename).
</DL>
<P>
<B>ecmfmt</B> = <B>format</B>
<DL COMPACT><DT><DD>
define ECM log format, default:c&p/i/s/l:h
<P>
possible variables:
<P>
<BR>  <B>c</B> = CAID
<BR>  <B>p</B> = provider ID
<BR>  <B>i</B> = Channel ID
<BR>  <B>d</B> = PID
<BR>  <B>s</B> = service ID
<BR>  <B>l</B> = length
<BR>  <B>h</B> = checksum
<P>
use a value as prefix to hide variable with this value, control characters will be escaped by "\"
<P>
<BR> example: ecmfmt = c&0p/i/d/s/l:h
<BR>          (hide provider ID if 0)
</DL>
<P>
<B>loghistorysize</B> = <B>bytes</B>
<DL COMPACT><DT><DD>
size of log message history in web interface or monitor, 0 = disabled, default:4096
</DL>
<P>
<B>maxlogsize</B> = <B>kbytes</B>
<DL COMPACT><DT><DD>
maximum log file size, 0 = unlimited, default:10
</DL>
<P>
<B>disablelog</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = disable log file, default:0
</DL>
<P>
<B>cwlogdir</B> = <B>path</B>
<DL COMPACT><DT><DD>
directory for CW logging, default:config dir
</DL>
<P>
<B>emmlogdir</B> = <B>path</B>
<DL COMPACT><DT><DD>
directory for EMM logging, default:config dir
</DL>
<P>
<B>usrfile</B> = <B>filename</B>
<DL COMPACT><DT><DD>
log file for user logging, default:none
<P>
log file format:
<P>
<BR> date
<BR> time
<BR> CWs per second
<BR> username
<BR> IP address of client
<BR> TCP/IP port
<BR> CWs found
<BR> CWs from cache
<BR> CWs not found
<BR> CWs ignored
<BR> CWs timed out
<BR> CWs tunneled
<BR> login time in unix/POSIX format
<BR> logout time in unix/POSIX format
<BR> protocol
</DL>
<P>
<B>disableuserfile</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = avoid logging although <B>userfile</B> is set, default:1 (also set automatically if userfile is empty)
</DL>
<P>
<B>usrfileflag</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
usrfile logging mode:
<P>
<BR>  0 = only client logon/logoff will be logged in usrfile (default)
<BR>  1 = each zapping of a client will be logged in usrfile
</DL>
<P>
<B>saveinithistory</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = save SC init history to /tmp/.oscam/reader<number>, default:0
</DL>
<P>
<B>disablemail</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = disable saving NDS Videoguard mail messages from provider, default:1
</DL>
<P>
<B>mailfile</B> = <B>file</B>
<DL COMPACT><DT><DD>
define file saving NDS Videoguard mail messages from provider, default:none
</DL>
<P>
<B>enableled</B> = <B>0</B>|<B>1</B>|<B>2</B>
<DL COMPACT><DT><DD>
<P>
<BR> <B>0</B> = LED support disabled (default)
<BR> <B>1</B> = LED support enabled for routers
<BR> <B>2</B> = LED support enabled for Qbox HD
</DL>
<P>
<B>serialreadertimeout</B> = <B>milli-seconds</B>
<DL COMPACT><DT><DD>
timeout for serial reader, default:1500
</DL>
<P>
<B>waitforcards</B> = <B>0</B>|<B>1</B> 
<DL COMPACT><DT><DD>
1 = wait for local SCs on startup before opening network ports, default:1
</DL>
<P>
<B>waitforcards_extra_delay</B> = <B>delay</B> 
<DL COMPACT><DT><DD>
additional delay in milli-seconds after waiting for local SCs on startup before opening network ports, default:500
</DL>
<P>
<B>preferlocalcards</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = try decoding on local cards first, default:0
</DL>
<P>
<B>readerrestartseconds</B> = <B>seconds</B>
<DL COMPACT><DT><DD>
seconds beetween restarts, 0 = disable reader restart, default:5
</DL>
<P>
<B>cachedelay</B> = <B>milli-seconds</B>
<DL COMPACT><DT><DD>
value to delay cached requests, default:0
</DL>
<P>
<B>max_cache_time</B> = <B>seconds</B>
<DL COMPACT><DT><DD>
maximum time CWs resist in cache after 1st client request, the time must be 2 seconds highter than the parameter <B>clienttimeout</B>, default:15
</DL>
<P>
<B>max_cache_count</B> = <B>count</B>
<DL COMPACT><DT><DD>
maximum CWs in cache, default:1000
</DL>
<P>
<B>cacheexwaittime</B> = <B>milli-seconds</B>
<DL COMPACT><DT><DD>
cache waiting time in milli-seconds for cache exchange, default:50
</DL>
<P>
<B>cacheexwaittime</B> = <B>delay</B>
<DL COMPACT><DT><DD>
maximum wait time for a cache exchange entry in milli-seconds, default:50
</DL>
<P>
<B>cacheexenablestats</B> = <B>0|1</B>
<DL COMPACT><DT><DD>
1 = enable statistics for cache exchange mode, default:0
<P>
<I>Please consider memory consumption.</I>
</DL>
<P>
<B>clienttimeout</B> = <B>milli-seconds</B>|<B>seconds</B>
<DL COMPACT><DT><DD>
value (clienttimeout in seconds < 100, else milli-seconds) for client process to wait for key, default:5
</DL>
<P>
<B>clientmaxidle</B> = <B>seconds</B>
<DL COMPACT><DT><DD>
value for client process being idle before disconnect, 0 = idle disconnect disabled, default:120
</DL>
<P>
<B>suppresscmd08</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
0 = tell camd 3.5x, 3.57x and 3.78x clients not to request again for rejected 
CAID, service ID and provider ID combination, 1 = disable, can be overwritten 
per user in <B>oscam.user</B>, default:0
</DL>
<P>
<B>fallbacktimeout</B> = <B>milli-seconds</B>
<DL COMPACT><DT><DD>
time falling back to fallback reader, default:2500
</DL>
<P>
<B>sleep</B> = <B>minutes</B>
<DL COMPACT><DT><DD>
time waiting for inactive users, default:none, can be overwritten per user in <B>oscam.user</B>
</DL>
<P>
<B>serverip</B> = <B>IP address</B>
<DL COMPACT><DT><DD>
bind service to specified IP address, default:all
</DL>
<P>
<B>bindwait</B> = <B>seconds</B>
<DL COMPACT><DT><DD>
value to wait for bind request to complete, default:120
</DL>
<P>
<B>netprio</B> = <B>priority</B>
<DL COMPACT><DT><DD>
network priority, default:system given
</DL>
<P>
<B>resolvegethostbyname</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
set mode for DNS resolving:
<P>
<BR>  <B>0</B> = getadressinfo (default)
<BR>  <B>1</B> = gethostbyname
</DL>
<P>
<B>failbancount</B> = <B>count</B>
<DL COMPACT><DT><DD>
number of incorrect logins after an ip address will be blocked, default:0
</DL>
<P>
<B>failbantime</B> = <B>minutes</B>
<DL COMPACT><DT><DD>
time for IP based blocking for clients with an invalid login attempt, 0 = failban is disabled, default:0
</DL>
<P>
<B>dropdups</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
mode for duplicate client connections (requirement: uniq > 0):
<P>
<BR>  <B>0</B> = mark client as duplicate, but don't disconnect them (default)
<BR>  <B>1</B> = drop duplicate connections instead of marking as duplicate
</DL>
<P>
<B>unlockparental</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = unlock parental mode option to disable Seca pin code request for adult movie, default:0
</DL>
<P>
<B>double_check</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = ECM will be send to two or more readers with the same SC and the CWs will be verified against each other, <B>lb_nbest_readers</B> must be set to 2 or higher, default:0
</DL>
<P>
<B>lb_mode</B> = <B>mode</B>
<DL COMPACT><DT><DD>
load balancing mode:
<P>
<BR> <B>0</B> = load balance disabled, ECMs go to all readers (default)
<BR> <B>1</B> = fastest reader first, after 5 ECMs the reader with the fastest 
<BR>     response time will be selected
<BR> <B>2</B> = oldest reader first, reader with the longest no answer
<BR> <B>3</B> = lowest usage level, the usage level will be calculated by the 
<BR>     sum of 5 ECMS response times, the higher a reader is busy, the 
<BR>     higher is usage level
</DL>
<P>
<B>lb_save</B> = <B>0</B>|<B>counts</B>
<DL COMPACT><DT><DD>
save auto load balance statistics:
<P>
<BR>      <B>0</B> = saving of auto load balance statistics disabled (default)
<BR> <B>counts</B> = save auto load balance statistics every <B>counts</B> ECMs
<BR>          (minimum 100)
<P>
To save CPU power a minimum counts of 100 is recommended.
</DL>
<P>
<B>lb_nbest_readers</B> = <B>counts</B>
<DL COMPACT><DT><DD>
set count of best readers for load balancing, default:1
</DL>
<P>
<B>lb_nfb_readers</B> = <B>counts</B>
<DL COMPACT><DT><DD>
set count of fallback readers for load balancing, default:1
</DL>
<P>
<B>lb_reopen_mode</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
load balancing reopen readers mode:
<P>
<BR> <B>0</B> = standard late reopening of blocker readers (default)
<BR> <B>1</B> = fast reopening of blocker readers
</DL>
<P>
<B>lb_nbest_percaid</B> = <B>CAID1:count1[,CAID2:count2]...</B>
<DL COMPACT><DT><DD>
set count of best readers per CAIDs for load balancing, wildcard CAIDs with two-digit CAIDs possible, default:none
<P>
<BR> example: lb_nbest_percaid = 0100:4,0200:3,03:2,04:1
<BR>          (wildcard CAIDs 03xx and 04xx)
</DL>
<P>
<B>lb_min_ecmcount</B> = <B>counts</B>
<DL COMPACT><DT><DD>
minimal ECM count to evaluate load balancing values, default:5
</DL>
<P>
<B>lb_max_ecmcount</B> = <B>counts</B>
<DL COMPACT><DT><DD>
maximum ECM count before resetting load balancing values, default:500
</DL>
<P>
<B>lb_reopen_seconds</B> = <B>seconds</B>
<DL COMPACT><DT><DD>
time between retrying failed load balanced readers/CAIDs/providers/services, default:900
</DL>
<P>
<B>lb_retrylimit</B> = <B>milli-seconds</B>
<DL COMPACT><DT><DD>
retry next load balanced reader only if response time is higher then lb_retrylimit, default:800
</DL>
<P>
<B>lb_savepath</B> = <B>filename</B>
<DL COMPACT><DT><DD>
filenanme for saving load balancing statistics, default:/tmp/.oscam/stat
</DL>
<P>
<B>lb_stat_cleanup</B> = <B>hour</B>
<DL COMPACT><DT><DD>
hours after the load balancing statistics will be deleted, default:336
</DL>
<P>
<B>lb_retrylimits</B> = <B>CAID1:time1[,CAID2:time2]...</B>
<DL COMPACT><DT><DD>
load balancing retry limit time per CAID, wildcard CAIDs with two-digit CAIDs possible, default:none
<P>
<BR> example: lb_retrylimits = 12:0100,34:0200,5678:0300 
<BR>          (wildcard CAIDs 12xx and 34xx)
<P>
</DL>
<B>lb_noproviderforcaid</B> = <B>CAID1[,CAID2]...</B>
<DL COMPACT><DT><DD>
ignore provider information for CAIDs to reduce load balancing statistic data, 
wildcard CAIDs with two-digit CAIDs possible, default:none
<P>
<BR> example: lb_noproviderforcaid = 0100,02,0300,04 
<BR>          (wildcard CAIDs 02xx and 04xx)
<P>
</DL>
<B>lb_max_readers</B> = <B>limit</B>
<DL COMPACT><DT><DD>
restrict the reader count to limit during load balancing learning:
<P>
<BR>     <B>0</B> = unlimited (default)
<BR> <B>limit</B> = restrict load balancer readers to limit
</DL>
<P>
<B>lb_auto_betatunnel</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = enable automatic Betacrypt tunneling detection for CAIDs 1801, 1833, 1834, and 1835 for load balancing, Betacrypt defintion in <B>oscam.user</B> with <B>betatunnel</B> will be prefered, default:1
</DL>
<P>
<B>lb_auto_betatunnel_prefer_beta</B> = <B>time factor</B>
<DL COMPACT><DT><DD>
set automatic Betacrypt tunneling time factor prefering Betacrypt over Nagravision in percent, default: 50
</DL>
<A NAME="lbAF"> </A>
<H3>The [monitor] section</H3>
<P>
<B>port</B> = <B>0</B>|<B>port</B>
<DL COMPACT><DT><DD>
UDP port for monitor, 0 = monitor disabled, default:0
</DL>
<P>
<B>serverip</B> = <B>IP address</B>
<DL COMPACT><DT><DD>
bind service to specified IP address, default:all
</DL>
<P>
<B>nocrypt</B> = <B>IP address</B>|<B>IP address range</B>[,<B>IP address</B>|<B>IP address range]</B>...
<DL COMPACT><DT><DD>
unsecured monitor connection, default:none
<P>
<BR> example: nocrypt = 127.0.0.1,192.168.0.0-192.168.255.255
</DL>
<P>
<B>aulow</B> = <B>minutes</B>
<DL COMPACT><DT><DD>
time no EMM occurs so that client is set to low, default:30
</DL>
<P>
<B>monlevel</B> = <B>0</B>|<B>1</B>|<B>2</B>|<B>3</B>|<B>4</B>
<DL COMPACT><DT><DD>
monitor level:
<P>
<BR> <B>0</B> = no access to monitor
<BR> <B>1</B> = only server and own procs
<BR> <B>2</B> = all procs, but viewing only (default)
<BR> <B>3</B> = all procs, reload of <B>oscam.user</B> possible
<BR> <B>4</B> = complete access
<P>
monlevel can be overwritten per user in <B>oscam.user</B>
</DL>
<P>
<B>hideclient_to</B> = <B>seconds</B>
<DL COMPACT><DT><DD>
time to hide clients in the monitor if not sending requests, 0 = disabled, default:0
</DL>
<P>
<B>appendchaninfo</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = append channel name on log messages, default:0
</DL>
<A NAME="lbAG"> </A>
<H3>The [webif] section</H3>
<B>httpport</B> = [<B>+</B>]<B>port</B>
<DL COMPACT><DT><DD>
port for web interface, 0 = disabled, praefix + = enable SSL, default:none, <I>required</I>
</DL>
<P>
<B>httpcert</B> = <B>file</B>
<DL COMPACT><DT><DD>
file for http SSL certificate, default:<B>oscam.pem</B>
</DL>
<P>
<B>httpforcesslv3 </B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = force using SSLv3, default:0
</DL>
<P>
<B>httpuser</B> = <B>username</B>
<DL COMPACT><DT><DD>
username for password protection, default:none
</DL>
<P>
<B>httppwd</B> = <B>password</B>
<DL COMPACT><DT><DD>
password for password protection, default:none
</DL>
<P>
<B>httpcss</B> = <B>path</B>
<DL COMPACT><DT><DD>
path for external CSS file, default:none
</DL>
<P>
<B>http_prepend_embedded_css</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = embedded CSS will be added before external CSS , default:0
</DL>
<P>
<B>httptpl</B> = <B>path</B>
<DL COMPACT><DT><DD>
path for external templates and picons, multiple simultaneously templates and 
picons are possible by creating sub folders (maximum length of 32 alphanumeric 
characters), sub folders naming is corresponding to sub folder in URL, default:none
<P>
<BR> example: httptpl = /this/is/my/path
<P>
<BR>          folder with multiple templates:
<BR>            /this/is/my/path/template1
<BR>            /this/is/my/path/template2
<P>
<BR>          valid URLs:
<BR>           <A HREF="http://host:port/template1">http://host:port/template1</A>
<BR>           <A HREF="http://host:port/template2">http://host:port/template2</A>
</DL>
<P>
<B>httpjscript</B> = <B>path</B>
<DL COMPACT><DT><DD>
path for oscam.js javascript, default:none
</DL>
<P>
<B>httprefresh</B> = <B>seconds</B>
<DL COMPACT><DT><DD>
status refresh in seconds, default:none
</DL>
<P>
<B>httphideidleclients</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = enables hiding clients after idle time set in parameter <B>hideclient_to</B>, default:0
</DL>
<P>
<B>httpscript</B> = <B>path</B>
<DL COMPACT><DT><DD>
path to an executable script which you wish to start from web interface, default:none
</DL>
<P>
<B>httpallowed</B> = <B>IP address</B>|<B>IP address range</B>[,<B>IP address</B>|<B>IP address range]</B>...
<DL COMPACT><DT><DD>
http web interface connections allowed, default:none
<BR> example: httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
</DL>
<P>
<B>httpdyndns</B> = <B>hostname[,hostname][,hostname]</B>
<DL COMPACT><DT><DD>
http web interface connections allowed, default:none
<BR> example: httpdyndns = host.example.com
<BR>          httpdyndns = host1.example.com,host2.example.com
</DL>
<P>
<B>httpsavefullcfg</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
write config:
<P>
<BR> <B>0</B> = all not empty parameters, all not default parameters, all 
<BR>     parameters not containing the same value as the same 
<BR>     parameter in global configuration (default)
<BR> <B>1</B> = all parameters
</DL>
<P>
<B>httpreadonly</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = read only modus for web interface, default:0
</DL>
<P>
<B>httpshowpicons</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = show picons in user list, default:0
</DL>
<P>
<B>httphelplang</B> = <B>en</B>|<B>de</B>|<B>fr</B>|<B><available wiki languages></B>
<DL COMPACT><DT><DD>
set right language for wiki entry point, default:en
</DL>
<A NAME="lbAH"> </A>
<H3>The [lcd] section</H3>
 
<P>
<B>enablelcd</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 =enable LCD output, default:0
<P>
</DL>
<B>lcd_outputpath</B> = <B>path</B>
<DL COMPACT><DT><DD>
path for LCD output, default:/tmp
</DL>
<P>
<B>lcd_hideidle</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = hide reader in LCD output if reader idle > 20 seconds, default:0
</DL>
<P>
<B>lcd_writeintervall</B> = <B>seconds</B>
<DL COMPACT><DT><DD>
LCD refresh interval (minimum 5), default:10
</DL>
 
<A NAME="lbAI"> </A>
<H3>The [csp] section</H3>
<B>port</B> = <B>port</B>
<DL COMPACT><DT><DD>
TCP port of Cardservproxy for cache exchange, default:none
</DL>
<P>
<B>serverip</B> = <B>IP</B>
<DL COMPACT><DT><DD>
IP address of Cardservproxy for cache exchange, default:none
</DL>
<P>
<B>wait_time</B> = <B>milli-seconds</B>
<DL COMPACT><DT><DD>
wait time for cache exchange before sending ECM to Cardservproxy, default:none
</DL>
<A NAME="lbAJ"> </A>
<H3>The [camd33] section</H3>
<B>port</B> = <B>0</B>|<B>port</B>
<DL COMPACT><DT><DD>
TCP port for camd 3.3x clients, 0 = disabled, default:0
</DL>
<P>
<B>serverip</B> = <B>IP address</B>
<DL COMPACT><DT><DD>
bind service to specified IP address, default:all
</DL>
<P>
<B>nocrypt</B> = <B>IP address</B>|<B>IP address range</B>[,<B>IP address</B>|<B>IP address range]</B>...
<DL COMPACT><DT><DD>
unsecured camd 3.3x client connection, default:none
<P>
<BR> example: nocrypt = 127.0.0.1,192.168.0.0-192.168.255.255
</DL>
<P>
<B>passive</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = force passive camd 3.3x client, default:0
</DL>
<P>
<B>key</B> = <B>128 bit key</B>
<DL COMPACT><DT><DD>
key for camd 3.3x client encryption, default:none
<P>
<BR> example: key = 01020304050607080910111213141516
</DL>
<A NAME="lbAK"> </A>
<H3>The [camd35|cs357x] section</H3>
<P>
<B>port</B> = <B>0</B>|<B>port</B>
<DL COMPACT><DT><DD>
UDP port for camd 3.5x / 3.57x clients, 0 = disabled, default:0
</DL>
<P>
<B>serverip</B> = <B>IP address</B>
<DL COMPACT><DT><DD>
bind service to specified IP address, default:all
</DL>
<P>
<B>suppresscmd08</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
0 = tell camd 3.5x / 3.57x clients not to request again for rejected CAID, service ID and provider ID combination, 1 = disable, can be overwritten per user in <B>oscam.user</B>, default:0
</DL>
<A NAME="lbAL"> </A>
<H3>The [cs378x] section</H3>
<P>
<B>port</B> = <B>0</B>|<B>port[@CAID][:provid][,provid]...[;<A HREF="mailto:port@CAID">port@CAID</A>[:provid][,provid]...]...</B>
<DL COMPACT><DT><DD>
TCP port/CAID/provid definitions for camd 3.78x clients, 0 = disabled, default:0
<P>
<BR> examples: port = <A HREF="mailto:10000@0100">10000@0100</A>:100000;<A HREF="mailto:20000@0200">20000@0200</A>:200000,300000,400000
<BR>           port = 30000
</DL>
<P>
<B>serverip</B> = <B>IP address</B>
<DL COMPACT><DT><DD>
bind service to specified IP address, default:all
</DL>
<P>
<B>suppresscmd08</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
0 = tell camd 3.78x clients not to request again for rejected CAID, service ID and provider ID combination, 1 = disable, can be overwritten per user in <B>oscam.user</B>, default:0
</DL>
<A NAME="lbAM"> </A>
<H3>The [newcamd] section</H3>
<P>
<B>key</B> = <B>DES key</B>
<DL COMPACT><DT><DD>
default key for newcamd client encryption, default:none
<P>
<BR> example: key = 0102030405060708091011121314
</DL>
<P>
<B>port</B> = <B>port[{DES key}]@CAID[:provid][,provid]...[;port[{DES key}]@CAID[:provid][,provid]...]...</B>
<DL COMPACT><DT><DD>
TCP port/DES key/CAID/provid definitions, default:none
<P>
<BR> example: port = <A HREF="mailto:10000@0100">10000@0100</A>:100000;20000{0102030405060708091011121314}@0200:200000,300000
<P>
Each CAID requires a separate port. If you don't specify a DES key for a port, the default DES key will be used.
</DL>
<P>
<B>serverip</B> = <B>IP address</B>
<DL COMPACT><DT><DD>
bind newcamd service to specified IP address, default:all
</DL>
<P>
<B>allowed</B> = <B>IP address</B>|<B>IP address range</B>[,<B>IP address</B>|<B>IP address range]</B>...
<DL COMPACT><DT><DD>
newcamd client connections allowed from, default:none
<P>
<BR> example: allowed = 127.0.0.1,192.168.0.0-192.168.255.255
</DL>
<P>
<B>keepalive</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
0 = disable newcamd keepalive modus, default:0
</DL>
<P>
<B>mgclient</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = provide share information of all available CAIDs and provider IDs to mgcamd clients, default:0
</DL>
<A NAME="lbAN"> </A>
<H3>The [radegast] section</H3>
<P>
<B>port</B> = <B>0</B>|<B>port</B>
<DL COMPACT><DT><DD>
TCP/IP port for radegast clients, 0 = disabled, default:0
</DL>
<P>
<B>serverip</B> = <B>IP address</B>
<DL COMPACT><DT><DD>
bind service to specified IP address, default:all
</DL>
<P>
<B>allowed</B> = <B>IP address</B>|<B>IP address range</B>[,<B>IP address</B>|<B>IP address range]</B>...
<DL COMPACT><DT><DD>
client connections allowed from, default:none
<P>
<BR> example: allowed = 127.0.0.1,192.168.0.0-192.168.255.255
</DL>
<P>
<B>user</B> = <B>username</B>
<DL COMPACT><DT><DD>
user name for radegast client
</DL>
<A NAME="lbAO"> </A>
<H3>The [serial] section</H3>
<P>
<B>device</B> = <B><user></B>@<B><device></B>[:<B>baud</B>][?<B>option1</B>=<B>value1</B>[&<B>option2</B>=<B>value2</B>]...]
<BR>         [;<B><user></B>@<B><device></B>[:<B>baud</B>][?<B>option1</B>=<B>value1</B>[&<B>option2</B>=<B>value2</B>]...]]...
<DL COMPACT><DT><DD>
<P>
parameters:
<BR> <B>user</B>   = <B>account</B>
<BR> <B>device</B> = <B>serial device name</B>
<BR> <B>option</B> = <B>timeout</B> = milli-seconds, timeout for connection, 
<BR>                    default:50
<BR>          <B>delay</B>   = milli-seconds, additional delay between two
<BR>                    characters, default:0
<P>
supported serial devices:
<BR> HSIC    (humax sharing interface client)
<BR> SSSP    (simple serial sharing protocol)
<BR> bomba   (BOMBA firmware)
<BR> dsr9500 (DSR 9500)
</DL>
<A NAME="lbAP"> </A>
<H3>The [cccam] section</H3>
<P>
<B>port</B> = <B>0</B>|<B>port</B>[,<B>0</B>|<B>port</B>]...
<DL COMPACT><DT><DD>
TCP/IP ports for CCcam clients, 0 = disabled, default:0
</DL>
<P>
<B>version</B> = <B><main version>.<version>.<sub version></B>
<DL COMPACT><DT><DD>
define CCcam version, <I>minimum CCcam version 2.0.11</I>, used with original CCcam only, default:none
<P>
<BR> example: version = 1.2.34
</DL>
<P>
<B>reshare</B> = <B>level</B>
<DL COMPACT><DT><DD>
reshare level for CCcam clients (default:10):
<P>
<BR> <B>0</B> = no resharing
<BR> <B>1</B> = resharing for direct peer only
<BR> <B>2</B> = resharing for direct peer and next level
<BR> <B>x</B> = resharing for direct peer and next x level
</DL>
<P>
<B>reshare_mode</B> = <B>mode</B>
<DL COMPACT><DT><DD>
CCcam reshare mode:
<P>
<BR> <B>0</B> = reader reshares only received SCs for CCcam readers, 
<BR>     defined filters/CAIDs/provids on other readers (default)
<BR> <B>1</B> = reader reshares received SCs (like=0) and defined services
<BR> <B>2</B> = reader reshares only defined reader services as virtual SCs
<BR> <B>3</B> = reader reshares only defined user services as virtual SCs
<BR> <B>4</B> = reader reshares only received SCs
<P>
Every server is shared as hop = 0 and with defined reshare values.
<P>
Service reshare only works if positive services defined: no service - no reshare!
</DL>
<P>
<B>ignorereshare</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
CCcam reshare setting:
<P>
<BR> <B>0</B> = use reshare setting of server (default)
<BR> <B>1</B> = use reshare setting of reader or user
</DL>
<P>
<B>stealth</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = behaviour like the original CCcam: no activate partner detection and 
extended OSCam-CCcam protocol, prevent other OSCam to detect the server 
as OSCam server, default:0
</DL>
<P>
<B>minimizecards</B> = <B>mode</B>
<DL COMPACT><DT><DD>
mode how to provide CCcam servers to CCcam clients:
<P>
<BR> <B>0</B> = no aggregation, remove duplicates only (default)
<BR> <B>1</B> = based on minimum hop: two SCs with different hops are 
<BR>     summarized, new SCs get a smaller hop
<BR> <B>2</B> = aggregation based on CAIDs: all SCs with the same CAIDs 
<BR>     will be merged, provider (maximum 32) will be merged, too
</DL>
<P>
<B>updateinterval</B> = <B>seconds</B>
<DL COMPACT><DT><DD>
interval to provide share list update to CCcam clients, values <= 10 are invalid and will be set to 30, default:240
</DL>
<P>
<B>keepconnected</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
set CCcam keepalive modus:
<P>
<BR>  <B>0</B> = disconnect client when maximum idle time is reached
<BR>  <B>1</B> = keep client connected (default)
</DL>
<P>
<B>forward_origin_card</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = forward ECM request to reader holding this card, 
<I>load balancer, fallback and caching will be disabled</I>, default:0
</DL>
<P>
<B>nodeid</B> = <B>ID</B>
<DL COMPACT><DT><DD>
set CCcam node ID in hex, default:none
<P>
<BR> example: nodeid = 0a0b0c0d0e0f1011
</DL>
<A NAME="lbAQ"> </A>
<H3>The [gbox] section</H3>
<P>
<B>port</B> = <B>0</B>|<B>port</B>
<DL COMPACT><DT><DD>
UDP port for gbox clients, 0 = disabled, default:0
</DL>
<P>
<B>password</B> = <B>password</B>
<DL COMPACT><DT><DD>
password for gbox server
</DL>
<P>
<B>gsmsfile</B> = <B>file name</B>
<DL COMPACT><DT><DD>
gsms file for gbox server, default:none
</DL>
<A NAME="lbAR"> </A>
<H3>The [dvbapi] section</H3>
<P>
<B>enabled</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = DVB API enabled, default:0
<P>
Create file /tmp/.pauseoscam to pause DVB API, e.g. if STB goes into standby and OSCam remains as SC server only.
</DL>
<P>
<B>user</B> = <B>username</B>
<DL COMPACT><DT><DD>
user name for DVB API client, default:anonymous
</DL>
<P>
<B>ignore</B> = <B><CAID>[,<CAID>]...</B> <I>(detached by oscam.dvbapi, obsolete)</I>
<DL COMPACT><DT><DD>
CAIDs to be ignored, default:none
</DL>
<P>
<B>services</B> = <B><service ID>[,<service ID>]...</B> <I>(detached by oscam.dvbapi, obsolete)</I>
<DL COMPACT><DT><DD>
services to be prioritized, default:none
</DL>
<P>
<B>priority</B> = <B><CAID>:<provider ID>[,CAID:<provider ID>]...</B> <I>(detached by oscam.dvbapi, obsolete)</I>
<DL COMPACT><DT><DD>
CAIDs and provider IDs to be prioritized, default:CAIDs and provider IDs of local SCs will be prioritized
</DL>
<P>
<B>au</B> = <B>0</B>|<B>1</B>|<B>2</B>
<DL COMPACT><DT><DD>
AU mode:
<P>
<BR> <B>0</B> = disable AU (default)
<BR> <B>1</B> = enable AU
<BR> <B>2</B> = enable AU, override AU settings of client, 
<BR>     set answering reader as AU reader
</DL>
<P>
<B>pmt_mode</B> = <B>0</B>|<B>1</B>|<B>2</B>|<B>3</B>|<B>4</B>|<B>5</B>
<DL COMPACT><DT><DD>
PMT mode:
<P>
<BR> <B>0</B> = use camd.socket and PMT file, default
<BR> <B>1</B> = disable reading PMT file
<BR> <B>2</B> = disable camd.socket
<BR> <B>3</B> = read PMT file on startup only
<BR> <B>4</B> = do not use signal handler for monitoring /tmp
<BR> <B>5</B> = do not use signal handler for monitoring /tmp, 
<BR>     disable camd.socket
</DL>
<P>
<B>request_mode</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
CAID request mode:
<P>
<BR> <B>0</B> = try all possible CAIDs one by one (default)
<BR> <B>1</B> = try all CAIDs simultaneously
</DL>
<P>
<B>boxtype</B> = <B>dbox2</B>|<B>dreambox</B>|<B>dm7000</B>|<B>duckbox</B>|<B>ufs910</B>|<B>ipbox</B>|<B>ipbox-pmt</B>|<B>qboxhd</B>|<B>coolstream</B>|<B>neumo</B>|<B>pc</B>
<DL COMPACT><DT><DD>
set boxtype, auto detection of DVB API will be aspired, default:dreambox
<P>
ipbox with camd.socket support, currently only with PGI image version 0.6 or above, 
verified on HD models only
<P>
ipbox-pmt can be used on any DGS based images (with or without camd.socket support), 
verified on HD models only
<P>
pc is for generic pc support (currently supported on VDR with vdr-plugin-dvbapi)
</DL>
<P>
<B>cw_delay</B> = <B>milli-seconds</B>
<DL COMPACT><DT><DD>
delay of CW writing, default:none
</DL>
<P>
<B>delayer</B> = <B>milli-seconds</B>
<DL COMPACT><DT><DD>
minimum time to write CW, default:0
</DL>
<P>
<B>reopenonzap</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = reopen demux devices on each channel switching, default:0
</DL>
<A NAME="lbAS"> </A>
<H3>The [anticasc] section</H3>
<P>
<B>enabled</B> = <B>0</B>|<B>1</B>
<DL COMPACT><DT><DD>
1 = enabled anti-cascading, default:0
</DL>
<P>
<B>numusers</B> = <B>quantity</B>
<DL COMPACT><DT><DD>
anti-cascading: user per account, 0 = anti-cascading disabled, default:0
</DL>
<P>
<B>sampletime</B> = <B>minutes</B>
<DL COMPACT><DT><DD>
duration of sample, default:2
</DL>
<P>
<B>samples</B> = <B>quantity</B>
<DL COMPACT><DT><DD>
quantity of samples over limit, default:10
</DL>
<P>
<B>penalty</B> = <B>0</B>|<B>1</B>|<B>2</B>
<DL COMPACT><DT><DD>
level of penalty:
<P>
<BR> <B>0</B> = only logging (default)
<BR> <B>1</B> = send fake CWs
<BR> <B>2</B> = disbable user temporary
<BR> <B>3</B> = send delayed CWs
<P>
penalty can be overwritten per user in <B>oscam.user</B>
</DL>
<P>
<B>aclogfile</B> = <B>filename</B>
<DL COMPACT><DT><DD>
file for anti-cascading logging, default:none
</DL>
<P>
<B>fakedelay</B> = <B>milli-seconds</B>
<DL COMPACT><DT><DD>
fake delay time, default:1000, minimum value is 100, maximum value is 3000
</DL>
<P>
<B>denysamples</B> = <B>quantity</B>
<DL COMPACT><DT><DD>
how many samples should be penalized, default:8
</DL>
<A NAME="lbAT"> </A>
<H2>LOGGING</H2>
<DL COMPACT>
<DT>•<DD>
reader stages
<P>
<BR> <B>1</B> = cacheex (=1) reader (<B>C</B>)
<BR> <B>2</B> = local SCs (<B>L</B>)
<BR> <B>3</B> = other reader / proxies (<B>P</B>)
<BR> <B>4</B> = fallback reader (<B>F</B>)
<DT>•<DD>
logging format
<P>
<BR> stage/used/chosen/possible
</DL>
<A NAME="lbAU"> </A>
<H2>MONITOR</H2>
<P>
monitor commands:
<DL COMPACT>
<DT>•<DD>
<B>login <user> <password></B>
<P>
login (for unencrypted connections only)
<P>
<DT>•<DD>
<B>getuser <user> <parameter>=<value></B>
<P>
get parameter for user
<BR> 
<DT>•<DD>
<B>setuser <user> <parameter>=<value></B>
<P>
set parameter for user
<BR> 
<DT>•<DD>
<B>setserver <parameter>=<value></B>
<P>
set parameter for server
<BR> 
<DT>•<DD>
<B>exit</B>
<P>
exit monitor
<BR> 
<DT>•<DD>
<B>log <on|onwohist|off></B>
<P>
enable|enable without hitory|disable logging for 2 minutes
<P>
<DT>•<DD>
<B>status</B>
<P>
list of current processes and clients
<P>
<DT>•<DD>
<B>shutdown</B>
<P>
shutdown OSCam
<BR> 
<DT>•<DD>
<B>restart</B>
<P>
restart OSCam
<BR> 
<DT>•<DD>
<B>keepalive</B>
<P>
send keepalive
<BR> 
<DT>•<DD>
<B>reload</B>
<P>
reinit user db, clients and anti-cascading, for newcamd connections: after reloading the provid, please restart newcamd client
<P>
<DT>•<DD>
<B>details <PID></B>
<P>
details about selected PID
<P>
<DT>•<DD>
<B>reread</B>
<P>
read again
<P>
<DT>•<DD>
<B>debug <level></B>
<P>
set debug level (<B>monlevel</B> > 3 required)
<P>
debug level mask:
<BR>   <B>0</B> = no debugging (default)
<BR>   <B>2</B> = ATR parsing info, ECM dumps, CW dumps
<BR>   <B>4</B> = traffic from/to the reader
<BR>   <B>8</B> = traffic from/to the clients
<BR>  <B>16</B> = traffic to the reader-device on IFD layer 
<BR>  <B>32</B> = traffic to the reader-device on I/O layer
<BR>  <B>64</B> = EMM logging 
<BR> <B>255</B> = debug all
<DT>•<DD>
<B>version</B>
<P>
show OSCam version
<P>
<DT>•<DD>
<B>commands</B>
<P>
show all valid monitor commands
</DL>
<A NAME="lbAV"> </A>
<H2>WEB INTERFACE</H2>
<DL COMPACT>
<DT>•<DD>
template system
<P>
The web interface allows you to create your own template. For developing your 
own template request the orignal template with the non-linked page 
<B>savetemplates.html</B>. Store your own template in the directory specified 
by <B>httptpl</B>. 
</DL>
<A NAME="lbAW"> </A>
<H2>CACHING</H2>
types of ECM caching:
<DL COMPACT>
<DT>•<DD>
<B>cache1</B>
<P>
ECM and CW in cache already.
<DT>•<DD>
<B>cache2</B>
<P>
ECM and checksum in cache already.
</DL>
<A NAME="lbAX"> </A>
<H2>EXAMPLES</H2>
<BR> [global]
<BR> logfile      = /var/log/oscam/oscam.log
<BR> usrfile      = /var/log/oscam/oscamuser.log
<P>
<BR> waitforcards = 1
<P>
<BR> [monitor]
<BR> port         = 988
<BR> monlevel     = 1
<BR> nocrypt      = 127.0.0.1
<BR> 
<BR> [webif]
<BR> httpport     = 8888
<BR> httpuser     = myusername
<BR> httppwd      = mypassword
<BR> 
<BR> [newcamd]
<BR> key          = 0102030405060708091011121314
<BR> port         = <A HREF="mailto:10000@0100">10000@0100</A>:100000;20000{0102030405060708091011121314}@0200:200000,300000,400000
<BR> 
<BR> [radegast]
<BR> port         = 30000
<BR> user         = radegastuser
<BR> allowed      = 127.0.0.1,192.168.0.0-192.168.255.255
<P>
<BR> [camd33]
<BR> port         = 40000
<BR> serverip     = 192.168.0.1
<BR> key          = 01020304050607080910111213141516
<BR> 
<BR> [cs378x]
<BR> port         = <A HREF="mailto:50000@0300">50000@0300</A>:600000
<BR> 
<BR> [gbox]
<BR> hostname     = host.example.com
<BR> port         = 56789
<BR> password     = password4
<A NAME="lbAY"> </A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?1+list_smargo">list_smargo</A></B>(1), <B><A HREF="/cgi-bin/man/man2html?1+oscam">oscam</A></B>(1), <B><A HREF="/cgi-bin/man/man2html?5+oscam.ac">oscam.ac</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.cacheex">oscam.cacheex</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.cert">oscam.cert</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.dvbapi">oscam.dvbapi</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.guess">oscam.guess</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.ird">oscam.ird</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.provid">oscam.provid</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.server">oscam.server</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.services">oscam.services</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.srvid">oscam.srvid</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.tiers">oscam.tiers</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.user">oscam.user</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.whitelist">oscam.whitelist</A></B>(5)
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTIONS</A><DD>
<DL>
<DT><A HREF="#lbAE">The [global] section</A><DD>
<DT><A HREF="#lbAF">The [monitor] section</A><DD>
<DT><A HREF="#lbAG">The [webif] section</A><DD>
<DT><A HREF="#lbAH">The [lcd] section</A><DD>
<DT><A HREF="#lbAI">The [csp] section</A><DD>
<DT><A HREF="#lbAJ">The [camd33] section</A><DD>
<DT><A HREF="#lbAK">The [camd35|cs357x] section</A><DD>
<DT><A HREF="#lbAL">The [cs378x] section</A><DD>
<DT><A HREF="#lbAM">The [newcamd] section</A><DD>
<DT><A HREF="#lbAN">The [radegast] section</A><DD>
<DT><A HREF="#lbAO">The [serial] section</A><DD>
<DT><A HREF="#lbAP">The [cccam] section</A><DD>
<DT><A HREF="#lbAQ">The [gbox] section</A><DD>
<DT><A HREF="#lbAR">The [dvbapi] section</A><DD>
<DT><A HREF="#lbAS">The [anticasc] section</A><DD>
</DL>
<DT><A HREF="#lbAT">LOGGING</A><DD>
<DT><A HREF="#lbAU">MONITOR</A><DD>
<DT><A HREF="#lbAV">WEB INTERFACE</A><DD>
<DT><A HREF="#lbAW">CACHING</A><DD>
<DT><A HREF="#lbAX">EXAMPLES</A><DD>
<DT><A HREF="#lbAY">SEE ALSO</A><DD>
</DL>
</BODY>
</HTML>
 
mas ariba estan las configuraciones lonas
 
Antonio picha... Eso no sirve para nada jejeje, gracias pero déjalo, si lo que tengo está bien, el tema es que por algo no rula, eso que me pones no es válido campeón.
 
no pasa nada? para poder ver la configuracion de las card son estas las configuraciones y poder leerlas toda su totalidad
 
no pasa nada? para poder ver la configuracion de las card son estas las configuraciones y poder leerlas toda su totalidad

Ein? Antonio, yo agradezco que intentes ayudar pero.... Una pregunta, ¿sabes acaso el funcionamiento de Oscam cual es? eres consiente de el tochaco de código que me has soltado ahí que no me sirve de nada?

A mi la card me la lee con la config que tengo, ya lo he dicho antes que si descativo la emu CCcam la card funciona y si activo el dvbapi en Oscam y pongo este solo de reader también me funciona,

ahora mismo me lee la card y todo esto pero no descodifica, por lo que entiendo que algo tengo mal, el caid o vete tu a saber pero todo eso que me has puesto te digo de veras que no tiene sentido alguno, al menos para lo que estoy solicitando, espero no molestarte con mi comentario picha pero es que no me llevas así a ningún lado y llenas el hilo de post y tengo que volver a postear la config actual para que se vea bien xD

¿conoces OSCAM? has trabajo con el alguna vez? conoces la configuración de una blanca? sabes como funciona Oscam?

Saludos pichón
 
y esta confuguracion mira aver si esta te vale


oscam.server

Código:
[reader]
label = D+
protocol = internal
detect = CD
device = /dev/sci0
group = 1
emmcache = 1,3,2
mhz = 368
ReconnectTimeout = 20
DisableServerFilter = 1
n3_boxkey = xxxxxxx <- Insert your boxkey
n3_rsakey = xxxxxxxxx <- Insert your rsakey

oscam.conf

Código:
[global]
Nice = -1
LogFile = stdout
MaxLogSize = 102400
Sleep = 0
FallbackTimeout = 2
ClientTimeout = 5
ClientMaxIdle = 120
CacheDelay = 150
WaitForCards = 1
PreferLocalCards = 1 

[newcamd]
key = 0102030405060708091011121314
port = 15000@1810:004001,004101,000000

oscam.user

Código:
[account]
user = user
pwd = pass
group = 1
uniq = 0
caid = 1810
En CCcam.cfg

Código:
N: 127.0.0.1 15000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14
 
Es la misma prácticamente, eso ya lo he probado cambiando las variables de la boxkey y la rsa por las modernas ya que esa config tiene su tiempo y está desfasada para la versión actual.
 
#!/bin/shCAMNAME="Oscam/CCcam213"remove_tmp () { rm -rf /tmp/*.info* /tmp/*.tmp*}case "$1" in start) echo "[SCRIPT] $1: $CAMNAME" remove_tmp /usr/bin/oscam.mips & sleep 7 /usr/bin/CCcam & ;; stop) echo "[SCRIPT] $1: $CAMNAME" killall -9 oscam.mips 2>/dev/null sleep 3 killall -9 CCcam 2>/dev/null sleep 3 remove_tmp ;; *) $0 stop exit 0 ;;esacexit 0
 
los codigos
CAMNAME="Oscam/CCcam213
/usr/bin/oscam.mips sleep 7/usr/bin/CCcam
 
Antonio no me pongas scripts que no está ahí el problema, además uso mi propia imagen y con mis propios scripts, ese no es el problema amigo,

esta es mi configuración actual:

Tengo la versión OSCAM 1.20-unstable_svn build #7180, mi configuración es la siguiente:

oscam.conf
Código:
[global]
logfile                       = stdout
cachedelay                    = 130
nice                          = -1
maxlogsize                    = 0
preferlocalcards              = 1


[newcamd]
port                          = 50002@1810:004001,004101,000000
key                           = 0102030405060708091011121314
allowed                       = 127.0.0.1,192.168.0.0-192.168.255.255
keepalive                     = 1


[webif]
httpport                      = 8181
httpuser                      = root
httppwd                       = ldteam
httprefresh                   = 8
httpallowed                   = 127.0.0.1,192.168.0.0-192.168.255.255

oscam.dvbapi
Código:
#prioridad blanca sobre gris
P: 1810:000000
P: 1810:004001
P: 1810:004101
I: 0100:004106
I: 0100:004108
I: 0100:005001

oscam.server
Código:
label                         = reader-1
protocol                      = internal
enable                        = 1
device                        = /dev/sci0
caid                          = 1810:1810:000000
rsakey                        = mi rsa
boxkey                        = mi boskey
detect                        = cd
mhz                           = 500
cardmhz                       = 368
ident                         = 1810:004001,004101,000000
group                         = 1
emmcache                      = 1,3,2
ecmcache                      = 1
blockemm-g                    = 1
blockemm-unknown              = 1
blockemm-u                    = 0
blockemm-s                    = 0
lb_weight                     = 101
ecmwhitelist                  = 1810@004001,004101,000000:89

oscam.user
Código:
[account]
user                          = dummy
pwd                           = dummy
uniq                          = 2
monlevel                      = 1
caid                          = 1810
ident                         = 1810:004001,004101,000000
group                         = 1
au                            = reader-1
blockemm-unknown              = 1
blockemm-g                    = 1
blockemm-u                    = 0
blockemm-s                    = 0

Luego en CCcam, tengo el siguiente CCcam.cfg:
Código:
######################################################################
#                        CONFIGURACION                               #
######################################################################


SERVER LISTEN PORT : 15020
ALLOW WEBINFO: yes
WEBINFO USERNAME : root
WEBINFO PASSWORD : ldteam
TELNETINFO LISTEN PORT : 16000
WEBINFO LISTEN PORT : 16001
ZAP OSD TIME : 0
OSD USERNAME : root
OSD PASSWORD : ldteam
OSD PORT : 80
SHOW TIMING : yes
MINI OSD : yes
DEBUG : no
DISABLE EMM : no
EXTRA EMM LEVEL : yes
SHOW EXTENEDED CLIENT INFO : yes
#MINIMUM DOWNHOPS : 1
#SOFTKEY FILE : /usr/keys/SoftCam.Key
#AUTOROLL FILE : /usr/keys/AutoRoll.Key
#STATIC CW FILE : /usr/keys/constant.cw
CAID PRIO FILE : /etc/CCcam.prio
PROVIDERINFO FILE : /etc/CCcam.providers
CHANNELINFO FILE : /etc/CCcam.channelinfo
#LOG WARNINGS : /tmp/warnings.txt
#DVB API: -1


######################################################################
#                   ENLACES DE NEWCS Y MBOX                          #
######################################################################




N: 127.0.0.1 50002 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256 #OSCAM


# R: 127.0.0.1 27000 0100 004106
# L: 127.0.0.1 28000 user user 0100 4106




#-----------###########----------------###########-------------------------------#
#enlace para actualizar card
F: dummy dummy 2 0 1 { 0:0:2 }

######################################################################
##                         CLIENTES                                 ##
##                 AQUI PONEMOS LAS LINEAS F                        ##
######################################################################
Mis F


######################################################################
##                         SERVIDOR                                 ##
##                 AQUI PONEMOS LAS LINEAS C                        ##
######################################################################
Mis C

Como verás he probado todas las configuraciones que encuentres por google, sin obtener el resultado que deseo....

este es un pedazo de lo que dice el log:

Código:
[LEFT][COLOR=#666666][FONT=Courier New]2012/07/16 14:08:05 5B87A0 c server (1810&004001/0000/74CC/89:0C15): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:08:15 5B87A0 c server (1810&004001/0000/74CC/89:43C7): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:08:25 5B87A0 c server (1810&004001/0000/74CC/89:3B6A): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:08:35 5B87A0 c server (1810&004001/0000/74CC/89:8AE5): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:08:45 5B87A0 c server (1810&004001/0000/74CC/89:DF9F): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:08:55 5B87A0 c server (1810&004001/0000/74CC/89:7D91): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:09:05 5B87A0 c server (1810&004001/0000/74CC/89:26D0): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:09:15 5B87A0 c server (1810&004001/0000/74CC/89:70B3): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:09:25 5B87A0 c server (1810&004001/0000/74CC/89:94BB): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:09:35 5B87A0 c server (1810&004001/0000/74CC/89:3F2B): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:09:45 5B87A0 c server (1810&004001/0000/74CC/89:BB83): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:09:55 5B87A0 c server (1810&004001/0000/74CC/89:D10A): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:10:05 5B87A0 c server (1810&004001/0000/74CC/89:1217): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:10:15 5B87A0 c server (1810&004001/0000/74CC/89:D92A): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:10:25 5B87A0 c server (1810&004001/0000/74CC/89:8357): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:10:35 5B87A0 c server (1810&004001/0000/74CC/89:041E): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:10:45 5B87A0 c server (1810&004001/0000/74CC/89:CA66): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:10:55 5B87A0 c server (1810&004001/0000/74CC/89:9618): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:11:05 5B87A0 c server (1810&004001/0000/74CC/89:194B): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:11:15 5B87A0 c server (1810&004001/0000/74CC/89:913E): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:11:25 5B87A0 c server (1810&004001/0000/74CC/89:7082): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:11:35 5B87A0 c server (1810&004001/0000/74CC/89:E852): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:11:45 5B87A0 c server (1810&004001/0000/74CC/89:3489): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:11:55 5B87A0 c server (1810&004001/0000/74CC/89:65F3): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:12:05 5B87A0 c server (1810&004001/0000/74CC/89:FCA3): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:12:15 5B87A0 c server (1810&004001/0000/74CC/89:A844): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:12:25 5B87A0 c server (1810&004001/0000/74CC/89:23A6): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:12:35 5B87A0 c server (1810&004001/0000/74CC/89:5E9B): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:12:45 5B87A0 c server (1810&004001/0000/74CC/89:045F): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:12:55 5B87A0 c server (1810&004001/0000/74CC/89:DEAD): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR][/LEFT]

Yo ya no se por donde mas mirar, de ahí a que esté como loco ya
 
bueno con la cabeza que tienes yo creo que para mi lo lograras de aserlo andar
 
Le he actualizado los services y todo ese rollo y este es el log:

Código:
[LEFT][COLOR=#666666][FONT=Courier New]2012/07/16 14:55:02 5C0160 c server (1810&004001/0000/74CF/89:230F): rejected group (131 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:55:12 5C0160 c server (1810&004001/0000/74CF/89:0B38): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR]
[COLOR=#666666][FONT=Courier New]2012/07/16 14:55:22 5C0160 c server (1810&004001/0000/74CF/89:44A0): rejected group (130 ms) (0/0/0/0) (no matching reader) [/FONT][/COLOR][/LEFT]

Ese (no matching reader) no me gusta un pelo....
 
Además en la info de el deco me dice caid: 0x00 y pantalla negra o_O
 
Estado
Cerrado para nuevas respuestas.

Temas similares

conciso35
Respuestas
17
Visitas
9K
Mireto
Mireto
Sicko
Respuestas
1
Visitas
2K
maykel535
M
G
Respuestas
3
Visitas
2K
Makandal
Makandal
K
Respuestas
0
Visitas
1K
Kenkawa
K
H
Respuestas
1
Visitas
3K
jag1957
J
Atrás
Arriba