Hallo zusammen,
ist wohl kein yaVDR-spezifisches Problem, aber verstehe einfach nicht was ich falsch mache. Ich würde gerne meinem yaVDR eine statische IP verpassen, damit ich ihn mit meinem Smartphone über das XBMC und VDR-App bedienen kann.
Ich habe folgendes in die der Datei /etc/network/interfaces geändert:
Vorher:
Code
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
Alles anzeigen
Nacher:
Code
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.110
netmask 255.255.255.0
gateway 192.168.1.1
Alles anzeigen
Wenn ich den VDR mit der neuen Konfig starte kann ich mich zwar über Putty verbinden, aber der VDR hat keine Internetverbindung und taucht auch nicht unter den DHCP-Clients in meinem Router auf.
Daher die Frage was ich falsch mache? Muss ich noch irgendwas anderes beachten? Wäre über eine Antwort wirklich dankbar.
Schon mal besten Dank im Vorraus.