Svdrphosts.conf
Aus VDR Wiki
(Unterschied zwischen Versionen)
Wirbel (Diskussion | Beiträge) |
|||
(8 dazwischenliegende Versionen von 6 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. | ||
+ | |||
+ | Der Aufbau der [[svdrphosts.conf]] ist zeilenweise wie folgt: | ||
+ | IP-Adresse[/Netzmaske] | ||
+ | |||
+ | 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> | <pre> | ||
# | # | ||
Zeile 4: | Zeile 14: | ||
# are allowed to connect to the SVDRP port of the Video | # are allowed to connect to the SVDRP port of the Video | ||
# Disk Recorder (VDR) running on this system. | # 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] | # IP-Address[/Netmask] | ||
# | # | ||
127.0.0.1 # always accept localhost | 127.0.0.1 # always accept localhost | ||
− | #192.168.100.0/24 # any host on the local net | + | #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 | #204.152.189.113 # a specific host | ||
#0.0.0.0/0 # any host on any net (USE THIS WITH CARE!) | #0.0.0.0/0 # any host on any net (USE THIS WITH CARE!) | ||
</pre> | </pre> | ||
+ | }} | ||
+ | |||
+ | [[Kategorie:Konfigurationsdateien]] |
Aktuelle Version vom 10. August 2013, 09: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
$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!)