Difference between pages "Install/ru/Overview" and "Hostname"

From Funtoo
< Install‎ | ru(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<noinclude>
w.i.p
{{InstallPart|начальный обзор процесса установки, включая скачивние LiveCD и инструкцию по загрузке.}}
==Introduction==
</noinclude>
A hostname is a unique name created to identify a machine on a network. In computer networking, a hostname is a label that is assigned to a device connected to a computer network and that is used to identify the device in various forms of electronic communication such as the World Wide Web, e-mail or Usenet. Hostnames may be simple names consisting of a single word or phrase, or they may be structured.
== Обзор Установки ==
==Configuration==
 
In Funtoo Linux <code>/etc/conf.d/hostname</code> is the only configuration file for setting a hostname. In OpenRC framework <code>/etc/conf.d/foo</code> is the configuration file for a corresponding Init script <code>/etc/init.d/foo</code>. With the case of hostname, default value in <code>/etc/conf.d/hostname</code> is set to ''localhost'', means when system boots and OpenRC's <code>/etc/init.d/hostname</code> script started a hostname getting only ''localhost'' name. How it looks?  In your shell promt this will look in following way, an example for root:
Общий обзор по установке Funtoo:
<console>
 
localhost ~ # ##i## Hello :)
# [[#Live CD|Скачивание и загрузка живого диска]].
</console>
# [[#Подготовка жесткого диска|Подготовка диска]].
Let's play a bit with a configuration. Open <code>/etc/conf.d/hostname</code> with your favorite editor and set a hostname of your choice.  Below, I will use a real examples  from one of my working test boxes.
# [[#Создание файловой системы|Создание]] и [[#Монтирование файловых систем|монтирование]] файловых систем.
<console>
# [[#Установка архива Stage 3|Установка архива Funtoo stage]] по Вашему выбору.
localhost ~ # ##i## nano /etc/conf.d/hostname
# [[#Изменение корневого каталога в Funtoo|Изменение корневого каталога в новую систему]].
</console>
# [[#Скачивание дерева Portage |Скачивние дерева Portage]].
Let's set it to hostname="oleg-stable.host.funtoo.org". Save the file and restart  a hostname service:
# [[#Настройка Вашей системы|Настройка вашей системы]] и [[#Настройка сети|сети]].
<console>
# [[#Конфигурация и установка ядра Линукс|Установка ядра]].
localhost ~ # ##i## service hostname restart
# [[#Установка загрузчика|Установка загрузчика]].
</console>
# [[#Заключительные Шаги|Заключительные шаги]].
Now, let's examine our changes, after a restarting a hostname
# [[#Перегрузка системы|Перегрузка системы]].
 
=== Загрузочный Диск ===
 
Funtoo не предоставляет оффициального загрузочного диска Funtoo Live CD. Мы рекомендуем основанный на Gentoo- [http://www.sysresccd.org/ System Rescue CD]. Он содержит множество полезных программ и утилит и поддерживает 32-битные и 64-битные системы соответственно. Скачайте диск по следующей ссылке:
 
http://www.sysresccd.org/Download
 
{{Note|Если Вы используете старую версию System Rescue CD, '''убедитесь, что Вы выбрали <code>rescue64</code> ядро в меню загрузки, если Вы устанавливаете 64-битную систему'''. По-умолчанию, System Rescue CD ранее загружался в 32-битном режиме, хотя последние версии пытаются автоматически распознать 64-битные процессоры.}}
 
==== Доступ к интернету ====
 
Загрузившись с System Rescue CD, проверьте если доступ к Интернет. Доступ к Интернет необходим для установки Funtoo Linux:
 
<console>
<console>
# ##i##ping www.google.com
oleg-stable ~ # ##i## Hello :)
PING www.google.com (216.58.217.36) 56(84) bytes of data.
64 bytes from den03s10-in-f4.1e100.net (216.58.217.36): icmp_seq=1 ttl=57 time=30.1 ms
</console>
</console>
 
== Diving deeper==
Если пинг успешен ( Вы видите <code>64 bytes</code> сообщения как показано выше) значит Ваша сеть настроена. Нажмите Control-C для остановки комманды ping.  
Notice, that in above output we seeing a shortened hostname and not a FQDN (Fully Qualified Domain Name). Don't be frustrated. This is  how  default bash promt <code>PS1</code> set. To get nice promts, please, follow http://www.funtoo.org/Prompt_Magic
 
Another way to test our settings is using a '''hostname''' command. Here we will show only  some of it's features. Let's try to execute '''hostname''' command:
Если Вам необходимо настроить Wi-Fi для доступа к Интернет, то необходимо включить графический интерфейс System Rescue CD. Для этого запустите <code>startx</code>
 
<console>
<console>
# ##i##startx
oleg-stable ~ # ##i## hostname
oleg-stable.host.funtoo.org
</console>
</console>
 
Now we see our fully qualified domain name hostname just how we configured it in <code>/etc/conf.d/hostname</code> in above paragraph. To get a short hostname we need to set '''-s ''' (short) argument to hostname command.  
Далее, используйте NetworkManager апплет (иконка в правом нижнем углу) для подключения к доступной сети Wi-Fi. Затем, откройте консоль для осуществления последующих шагов по установке.
 
==== Удаленная установка ====
 
Как вариант, Вы можете использовать System Rescue CD удаленно по сети посредством SSH и осуществить установку используя другой компютер,  и это может быть более удобным способом установки Funtoo Linux.
 
Если Вы желаете провести установку удаленно примите во внимание следующие шаги. Во-первых, Вы должны убедиться что System Rescue CD имеет настроенную сеть. Во-вторых, Вам необходимо создать пароль суперпользователя для System Rescue CD:
 
<console>
<console>
# ##i##passwd
oleg-stable ~ # ##i## hostname -s
New password: ##i##********
oleg-stable
Retype new password: ##i##********
passwd: password updated successfully
#
</console>
</console>
 
Good! Hostname offers more then just displaying a system host name but can also set one. Let's try:
После введения пароля, Вам необходимо определить ай-пи адрес System Rescue CD, далее Вы можете ипользовать <code>ssh</code> для коннекта. Определить ай-пи используемый System Rescue CD,  можно коммандой <code>ifconfig</code>:
 
<console>
<console>
# ##i##ifconfig
oleg-stable ~ # ##i## hostname foo.bar.baz
oleg-stable ~ # ##i## hostname
foo.bar.baz
</console>
</console>
As you can see, we changed a hostname on-the-fly. This is not recommended way.
{{fancywarning|Please, notice that using '''hostname''' command to configure will work temporary for a current session and will be reverted back to a value set in <code>/etc/conf.d/hostname</code> file with next system restart.}}


Один из сетевых интерфейсов должен иметь ай-пи адрес (перечисленый как <code>inet addr:</code>) в Вашей сети. Вы можете законнектиться удаленно, из другого компютера в Вашей сети к  System Rescue CD, и осуществить шаги по установке пользуясь комфортабельным окружением уже рабочей операционной системы. На удаленной системе , напишите следующее , заменив <code>1.2.3.4</code> ай-пи адресом живого диска . Коннект из рабочей системы Linux или MacOS выглядит следующим образом:
Now that we got a brief description of a hostname and basic configuration steps, its time to reflect another important case which is directly related to a Funtoo Linux hostname generation, a hosts.


==Hosts case==
As per man page <code>hosts</code> stands for static table lookup for hostnames and it's configuration file is <code>/etc/hosts</code>. Here is how it looks
{{file|name=/etc/hosts|body=
# Auto-generated hostname. Please do not remove this comment.
127.0.0.1      oleg-stable.host.funtoo.org oleg-stable localhost localhost.localdomain
::1            oleg-stable.host.funtoo.org oleg-stable localhost localhost.localdomain
}}
As you can see it has entries from our <code>/etc/conf.d/hostname</code>. As you may have guessed, in Funtoo Linux <code>/etc/hosts</code> file entries are auto-generated, when OpenRC hostname service starts. Previously, it is used to edit <code>/etc/hosts</code> manually. In Funtoo Linux there is no such need.
What about custom hosts entries? This can be easily configured with 'aliases'. For example you want to have a hosts for your remote router or a computer in home LAN. Let's try to modify <code>/etc/conf.d/hostname with adding following - my remote computer oleg.distant.home has an IP 10.1.1.2:
<console>
oleg-stable ~ # ##i## echo 'aliases="10.1.12 oleg.distant.home"' >> /etc/conf.d/hostname
oleg-stable ~ # ##i## service hostname restart
</console>
Examine our changes:
<console>
<console>
(remote system) $ ##i##ssh root@1.2.3.4
oleg-stable ~ # ##i## cat /etc/hosts
Password: ##i##**********
</console>
</console>
 
{{file|name=/etc/hosts|body=
{{Note|Если Вы хотите войти удаленно из рабочей системы Microsoft Windows,  Вам необходимо загрузить SSH клиент для Windows, например [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY].}}
# Auto-generated hostname. Please do not remove this comment.
 
10.1.1.2        oleg.distant.home
Вы можете продолжить установку после входа посредством  SSH.
127.0.0.1      oleg-stable.host.funtoo.org oleg-stable localhost localhost.localdomain
::1            oleg-stable.host.funtoo.org oleg-stable localhost localhost.localdomain
}}

Revision as of 16:04, February 24, 2015

w.i.p

Introduction

A hostname is a unique name created to identify a machine on a network. In computer networking, a hostname is a label that is assigned to a device connected to a computer network and that is used to identify the device in various forms of electronic communication such as the World Wide Web, e-mail or Usenet. Hostnames may be simple names consisting of a single word or phrase, or they may be structured.

Configuration

In Funtoo Linux /etc/conf.d/hostname is the only configuration file for setting a hostname. In OpenRC framework /etc/conf.d/foo is the configuration file for a corresponding Init script /etc/init.d/foo. With the case of hostname, default value in /etc/conf.d/hostname is set to localhost, means when system boots and OpenRC's /etc/init.d/hostname script started a hostname getting only localhost name. How it looks? In your shell promt this will look in following way, an example for root:

localhost ~ #  Hello :)

Let's play a bit with a configuration. Open /etc/conf.d/hostname with your favorite editor and set a hostname of your choice. Below, I will use a real examples from one of my working test boxes.

localhost ~ #  nano /etc/conf.d/hostname

Let's set it to hostname="oleg-stable.host.funtoo.org". Save the file and restart a hostname service:

localhost ~ #  service hostname restart

Now, let's examine our changes, after a restarting a hostname

oleg-stable ~ #  Hello :)

Diving deeper

Notice, that in above output we seeing a shortened hostname and not a FQDN (Fully Qualified Domain Name). Don't be frustrated. This is how default bash promt PS1 set. To get nice promts, please, follow http://www.funtoo.org/Prompt_Magic Another way to test our settings is using a hostname command. Here we will show only some of it's features. Let's try to execute hostname command:

oleg-stable ~ #  hostname
oleg-stable.host.funtoo.org

Now we see our fully qualified domain name hostname just how we configured it in /etc/conf.d/hostname in above paragraph. To get a short hostname we need to set -s (short) argument to hostname command.

oleg-stable ~ #  hostname -s
oleg-stable

Good! Hostname offers more then just displaying a system host name but can also set one. Let's try:

oleg-stable ~ #  hostname foo.bar.baz
oleg-stable ~ #  hostname 
foo.bar.baz

As you can see, we changed a hostname on-the-fly. This is not recommended way.

   Warning

Please, notice that using hostname command to configure will work temporary for a current session and will be reverted back to a value set in /etc/conf.d/hostname file with next system restart.

Now that we got a brief description of a hostname and basic configuration steps, its time to reflect another important case which is directly related to a Funtoo Linux hostname generation, a hosts.

Hosts case

As per man page hosts stands for static table lookup for hostnames and it's configuration file is /etc/hosts. Here is how it looks

   /etc/hosts
# Auto-generated hostname. Please do not remove this comment.
127.0.0.1       oleg-stable.host.funtoo.org oleg-stable localhost localhost.localdomain
::1             oleg-stable.host.funtoo.org oleg-stable localhost localhost.localdomain

As you can see it has entries from our /etc/conf.d/hostname. As you may have guessed, in Funtoo Linux /etc/hosts file entries are auto-generated, when OpenRC hostname service starts. Previously, it is used to edit /etc/hosts manually. In Funtoo Linux there is no such need.

What about custom hosts entries? This can be easily configured with 'aliases'. For example you want to have a hosts for your remote router or a computer in home LAN. Let's try to modify /etc/conf.d/hostname with adding following - my remote computer oleg.distant.home has an IP 10.1.1.2:

oleg-stable ~ #  echo 'aliases="10.1.12 oleg.distant.home"' >> /etc/conf.d/hostname
oleg-stable ~ #  service hostname restart
Examine our changes:
oleg-stable ~ #  cat /etc/hosts
   /etc/hosts
# Auto-generated hostname. Please do not remove this comment.
10.1.1.2        oleg.distant.home
127.0.0.1       oleg-stable.host.funtoo.org oleg-stable localhost localhost.localdomain
::1             oleg-stable.host.funtoo.org oleg-stable localhost localhost.localdomain