hosts - Datei erstellen da nicht vorhanden

patriot877

Lieutenant
Registriert
Dez. 2005
Beiträge
768
Hallo,

ich habe ein riesen Problem. Ich suche jetzt schon den halben Tag meine Hosts-Datei. Diese sollte eigentlich im system32/drivers/etc. vorhanden sein.Ich kann diese aber nicht finden obwohl "versteckte Dateien anzeigen" eingeschaltet ist. Ich gehe davon aus das die Datei daher gar nicht vorhanden ist.

Weiß jemand wie ich diese Datei erstellen kann und was drin stehen muss ? Ich nutze Windows 7 64bit mit Service Pack 1.
 
Die Datei ist eigentlich niemals "versteckt". Auf welcher Stufe ist deine Benutzerkontensteuerung?
 
notepad -> datei erstellen -> ohne dateierweiterung abspeichern

inhalt
# Copyright (c) 1993-2009 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

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
 
Mal im Windows 7 Suchfeld "hosts" eingeben. Falls es da nicht gefunden wird: im Windows Explorer suchen (dabei über das ganze C: suchen). Oder eine Textdatei wie von morphium beschrieben erstellen.
 
C:\Windows\System32\drivers\etc
...ist richtig.

filename ist hosts (ohne irgendeine Endung)

Inhalt:
# Copyright (c) 1993-2009 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

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
 
Zuletzt bearbeitet: (...zu langsam...)
Zurück
Oben