Вход на сайт
IP Адресс
398 просмотров
Перейти к просмотру всей ветки
в ответ gendy 11.01.06 23:38
In Antwort auf:
A loop back address is any address of the form 127.x.x.x where x is a number from 0 to 255. The address of 127.0.0.1 is commonly used as a loopback address for historical reasons. This was the format in which the loopback address was specified in the /etc/hosts file on UNIX systems.
A loopback driver might have been created by the kernel during software installation, so check the /etc/hosts file for a line
The following command creates the necessary line in /etc/hosts
ifconfig lo 127.x.x.x
A loop back address is any address of the form 127.x.x.x where x is a number from 0 to 255. The address of 127.0.0.1 is commonly used as a loopback address for historical reasons. This was the format in which the loopback address was specified in the /etc/hosts file on UNIX systems.
A loopback driver might have been created by the kernel during software installation, so check the /etc/hosts file for a line
The following command creates the necessary line in /etc/hosts
ifconfig lo 127.x.x.x
http://www.samspublishing.com/articles/article.asp?p=25845&rl=1