Svdrphosts.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
 
(9 dazwischenliegende Versionen von 7 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
#
+
Die svdrphosts.conf ist eine Konfigurationsdatei von VDR. In dieser Datei wird angegeben, welche IP-Adressen und IP-Adressbereiche [[SVDRP]]-Verbindungen zu VDR aufbauen dürfen.
# svdrphosts   This file describes a number of host addresses that
+
#              are allowed to connect to the SVDRP port of the Video
+
#              Disk Recorder (VDR) running on this system.
+
# Syntax:
+
#
+
# IP-Address[/Netmask]
+
#
+
  
  127.0.0.1            # always accept localhost
+
Der Aufbau der [[svdrphosts.conf]] ist zeilenweise wie folgt:
#192.168.100.0/24    # any host on the local net
+
  IP-Adresse[/Netzmaske]
#204.152.189.113      # a specific host
+
 
#0.0.0.0/0            # any host on any net (USE THIS WITH CARE!)
+
Je Zeile werden erlaubte Host-IPs oder IP-Bereiche {{wikipedia|Netzmaske}} eintragen. Beispiel für alle IP Adressen von ''192.168.0.1'' bis ''192.168.0.254'':
 +
192.168.1.0/24
 +
 
 +
 
 +
{{Box Datei | [[Struktur|$VDRCONFIG]]/svdrphosts.conf|
 +
<pre>
 +
#
 +
# svdrphosts    This file describes a number of host addresses that
 +
#              are allowed to connect to the SVDRP port of the Video
 +
#              Disk Recorder (VDR) running on this system.
 +
#
 +
#              Gehört ins Konfigurationsverzeichnis des VDR, per Default also /video
 +
#              ( bzw "-c /Verzeichnis" Option beim vdr start
 +
#
 +
# Syntax:
 +
# IP-Address[/Netmask]
 +
#
 +
 
 +
127.0.0.1            # always accept localhost
 +
#192.168.100.0/24    # any host on the local net (192.168.100.XXX)
 +
192.168.0.0/16        # any host on the local net (192.168.XXX.XXX)
 +
#204.152.189.113      # a specific host
 +
#0.0.0.0/0            # any host on any net (USE THIS WITH CARE!)
 +
</pre>
 +
}}
 +
 
 +
[[Kategorie:Konfigurationsdateien]]

Aktuelle Version vom 10. August 2013, 10:15 Uhr

Die svdrphosts.conf ist eine Konfigurationsdatei von VDR. In dieser Datei wird angegeben, welche IP-Adressen und IP-Adressbereiche SVDRP-Verbindungen zu VDR aufbauen dürfen.

Der Aufbau der svdrphosts.conf ist zeilenweise wie folgt:

IP-Adresse[/Netzmaske]

Je Zeile werden erlaubte Host-IPs oder IP-Bereiche Netzmaske eintragen. Beispiel für alle IP Adressen von 192.168.0.1 bis 192.168.0.254:

192.168.1.0/24


Datei
$VDRCONFIG/svdrphosts.conf
#
# svdrphosts    This file describes a number of host addresses that
#               are allowed to connect to the SVDRP port of the Video
#               Disk Recorder (VDR) running on this system.
#
#               Gehört ins Konfigurationsverzeichnis des VDR, per Default also /video
#               ( bzw "-c /Verzeichnis" Option beim vdr start
#
# Syntax:
# IP-Address[/Netmask]
#

127.0.0.1             # always accept localhost
#192.168.100.0/24     # any host on the local net (192.168.100.XXX)
192.168.0.0/16        # any host on the local net (192.168.XXX.XXX)
#204.152.189.113      # a specific host
#0.0.0.0/0            # any host on any net (USE THIS WITH CARE!)