- Joined
- Mar 6, 2009
- Messages
- 2
- Reaction score
- 0
I did a new installation on my local machine connected with Wifi (Wireless Lan). Every time i tried to install, the wizard didn't started.
After looked into the logs, i saw that localhost is not reachable. So i did a ping localhost and it was true - localhost wasn't there :shock:
Now the solution: under win/system32/drivers/etc the file hosts had an entry:
::1 localhost
I changed this to:
127.0.0.1 localhost
and everything works fine
After looked into the logs, i saw that localhost is not reachable. So i did a ping localhost and it was true - localhost wasn't there :shock:
Now the solution: under win/system32/drivers/etc the file hosts had an entry:
::1 localhost
I changed this to:
127.0.0.1 localhost
and everything works fine