Вход на сайт
IP Адресс
NEW 11.01.06 23:31
если хочешь отключить 127.0.0.1, это можно сделать файерволом. И будет он мертвее мертвого. Хотя в принципе он конечно останется, но уже не совсем действующий
Продвижение сайтов, реклама: https://www.pro33.net
NEW 12.01.06 00:02
вопрос топика не конкретезирован, о его истинном смысле можно только гадать. А отключить монитор можно, так же как и loopback, это ответ на совсем другой вопрос.
Продвижение сайтов, реклама: https://www.pro33.net
12.01.06 00:32
http://www.samspublishing.com/articles/article.asp?p=25845&rl=1
в ответ 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