Oscam.conf (Cardsharing-Konfiguration): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
 
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
== Erstellen ==
== Erstellen ==
<pre>
sudo mkdir -p /var/log/oscam/cw
sudo mkdir -p /var/log/oscam/emm
</pre>


<pre>
<pre>
Zeile 5: Zeile 10:
</pre>
</pre>


== Beispielkonfiguration ==
== Stand Testserver 22.11.2025 ==


<pre>
<pre>
Zeile 13: Zeile 18:


[global]
[global]
nice         = -1
nice               = -1
WaitForCards = 1
WaitForCards       = 1
 
# failban
failbancount      = 3
failbantime        = 5


# logging
# logging
maxlogsize        = 2000
initial_debuglevel = 8                                # 8 = traffic from/to the clients


logfile       = /var/log/oscam/oscam.log
logfile           = /var/log/oscam/oscam.log
usrfile       = /var/log/oscam/oscamuser.log
usrfile           = /var/log/oscam/oscamuser.log
cwlogdir     = /var/log/oscam/cw
cwlogdir           = /var/log/oscam/cw
emmlogdir          = /var/log/oscam/emm


# web interface
# web interface


[webif]
[webif]
httpport      = 8888
httpport           = 8888
httpuser =   <user>
httpuser          = <user>
httpuser =   <password>
httppwd            = <password>
httpallowed   = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255
httphelplang      = de
httpallowed        = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255,10.3.0.0-10.3.255.255
httppiconpath     = /usr/local/etc/picon
httpshowpicons    = 1
httppiconsize      = 30
 
# cs357x
 
[cs378x]
port          = 40001
</pre>
 
== Stand 10.08.2023 ==
 
<pre>
#
# main configuration
#
 
[global]
nice              = -1
WaitForCards      = 1
 
# failban
failbancount      = 3
failbantime        = 5
 
# logging
 
initial_debuglevel = 73                              # 8 = traffic from/to the clients , 64 = EMM logging , 1 = detailed error messages
logfile            = /var/log/oscam/oscam.log
usrfile            = /var/log/oscam/oscamuser.log
cwlogdir          = /var/log/oscam/cw
emmlogdir          = /var/log/oscam/emm
 
# web interface
 
[webif]
httpport          = 8888
httpuser           = <user>
httppwd            = <password>
httphelplang      = de
httpallowed       = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255
#httpreadonly      = 1
httppiconpath      = /usr/local/etc/picon
httpshowpicons    = 1
httppiconsize      = 30
 
# cccam
 
[cccam]
port              = 40000
version            = 2.3.2
reshare            = 1
 
# cs357x
 
[cs357x]
port              = 40001
</pre>
</pre>


=== Links ===
=== Links ===
[https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf]


[https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf]
[https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf]
[https://git.streamboard.tv/common/oscam/-/blob/master/Distribution/doc/example/oscam.conf https://git.streamboard.tv/common/oscam/-/blob/master/Distribution/doc/example/oscam.conf]




Zurück zu [[OSCam-Konfiguration_(Cardsharing)#oscam.conf|OSCam-Konfiguration (Cardsharing)]]
Zurück zu [[OSCam-Konfiguration_(Cardsharing)#Aktuelle_Konfiguration|OSCam-Konfiguration (Cardsharing)]]

Aktuelle Version vom 22. November 2025, 16:05 Uhr

Erstellen

sudo mkdir -p /var/log/oscam/cw
sudo mkdir -p /var/log/oscam/emm
sudo vi /usr/local/etc/oscam.conf

Stand Testserver 22.11.2025

#
# main configuration
#

[global]
nice               = -1
WaitForCards       = 1

# failban
failbancount       = 3
failbantime        = 5

# logging
maxlogsize         = 2000
initial_debuglevel = 8                                # 8 = traffic from/to the clients

logfile            = /var/log/oscam/oscam.log
usrfile            = /var/log/oscam/oscamuser.log
cwlogdir           = /var/log/oscam/cw
emmlogdir          = /var/log/oscam/emm

# web interface

[webif]
httpport           = 8888
httpuser           = <user>
httppwd            = <password>
httphelplang       = de
httpallowed        = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255,10.3.0.0-10.3.255.255
httppiconpath      = /usr/local/etc/picon
httpshowpicons     = 1
httppiconsize      = 30

# cs357x

[cs378x]
port          = 40001

Stand 10.08.2023

#
# main configuration
#

[global]
nice               = -1
WaitForCards       = 1

# failban
failbancount       = 3
failbantime        = 5

# logging

initial_debuglevel = 73                               # 8 = traffic from/to the clients , 64 = EMM logging , 1 = detailed error messages
logfile            = /var/log/oscam/oscam.log
usrfile            = /var/log/oscam/oscamuser.log
cwlogdir           = /var/log/oscam/cw
emmlogdir          = /var/log/oscam/emm

# web interface

[webif]
httpport           = 8888
httpuser           = <user>
httppwd            = <password>
httphelplang       = de
httpallowed        = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255
#httpreadonly       = 1
httppiconpath      = /usr/local/etc/picon
httpshowpicons     = 1
httppiconsize      = 30

# cccam

[cccam]
port               = 40000
version            = 2.3.2
reshare            = 1

# cs357x

[cs357x]
port               = 40001

Links

https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf

https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf

https://git.streamboard.tv/common/oscam/-/blob/master/Distribution/doc/example/oscam.conf


Zurück zu OSCam-Konfiguration (Cardsharing)