Hostname nutzen

Sammlung von Anleitungen und HowTos für dBox2
vSaAmTp
Einsteiger
Einsteiger
Beiträge: 232
Registriert: Sonntag 17. März 2002, 22:14

Hostname nutzen

Beitrag von vSaAmTp »

da man die dbox2 nicht ohne weiters mit ihrem namen ansprechen kann, z.b. http://dbox , kann man über einen eintrag im windows dies erledigen und die dbox2 ist dann auch über ihren namen erreichbar.

mit einem texteditor eurer wahl (notepad usw) öffnet ihr folgende datei:

Ordner:
c:\WINDOWS\system32\drivers\etc\
Datei:
hosts

(c:\WINDOWS\system32\drivers\etc\hosts)


dann fügt ihr folgendes hinzu. die IP der dbox2 und einen namen für die dbox2. den namen kann man frei wählen. ich hab dbox genommen und benutzte diesen auch in setups für plugins. somit muss man nur das setup aufrufen und das plugin wird installiert, ohne das man eine ip angeben muss. da die dbox ja nun über einen namen zu erreichen ist.

also so:

192.168.0.21 dbox

in der hosts sieht es dann so aus:

Code: Alles auswählen

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost
192.168.0.21    dbox
man kann auch mehrere eintragen. nur muss jede einen anderen namen haben und eine andere IP (logisch, oder??)

dies klappt auch mit der xbox. einfach die ip der xbox und dahinter den namen (beispiel)

192.168.0.55 xbox

würde in der hosts datei dann so aussehen:

Code: Alles auswählen

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost
192.168.0.69    xbox
192.168.0.21    dbox
wenn ihr sie wieder löschen tut, dann lasst den eintrag: 127.0.0.1 localhost auch drin stehen.

testen ob es geklappt hat könnt ihr, wenn ihr einfach auf den nachfolgenden link klickt. dann sollte etwas auf dem bildschirm der dbox erscheinen (sofern ihr den namen dbox gewählt habt, sonst anpassen):

Und kommt was auf dem Bildschirm??


gruss
vSaAmTp

Thread zu dem Thema
vSaAmTp
Einsteiger
Einsteiger
Beiträge: 232
Registriert: Sonntag 17. März 2002, 22:14

Beitrag von vSaAmTp »

thx an usul1:
Evtl. solltest du noch erwähnen das die HOSTS Datei bei verschiedenen Windows Versionen an anderen Stellen zu finden ist.

Bei mir unter Win98SE ist sie unter C:\Windows\HOSTS
(Wobei das Windows Verzeichnis nicht Windows heißen muß

cu
usul