/usr/share/help/ru/gnome-help/net-fixed-ip-address.page is in gnome-user-docs-ru 3.28.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="net-fixed-ip-address" xml:lang="ru">
<info>
<link type="guide" xref="net-wired"/>
<link type="seealso" xref="net-findip"/>
<revision pkgversion="3.4.0" date="2012-03-13" status="final"/>
<revision pkgversion="3.15" date="2014-12-04" status="final"/>
<revision pkgversion="3.18" date="2015-09-28" status="final"/>
<revision pkgversion="3.24" date="2017-03-26" status="final"/>
<credit type="author">
<name>Джим Кэмпбелл (Jim Campbell)</name>
<email>jwcampbell@gmail.com</email>
</credit>
<credit type="author">
<name>Екатерина Герасимова (Ekaterina Gerasimova)</name>
<email>kittykat3756@gmail.com</email>
<years>2014</years>
</credit>
<credit type="editor">
<name>Майкл Хилл (Michael Hill)</name>
<email>mdhillca@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Использование статического IP-адреса может упростить предоставление компьютером некоторых сетевых услуг.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Александр Прокудин</mal:name>
<mal:email>alexandre.prokoudine@gmail.com</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Алексей Кабанов</mal:name>
<mal:email>ak099@mail.ru</mal:email>
<mal:years>2011-2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Станислав Соловей</mal:name>
<mal:email>whats_up@tut.by</mal:email>
<mal:years>2013-2014</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Юлия Дронова</mal:name>
<mal:email>juliette.tux@gmail.com</mal:email>
<mal:years>2013-2014</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Юрий Мясоедов</mal:name>
<mal:email>ymyasoedov@yandex.ru</mal:email>
<mal:years>2015</mal:years>
</mal:credit>
</info>
<title>Создание соединения с фиксированным IP-адресом</title>
<p>Большинство сетей автоматически назначает <link xref="net-what-is-ip-address">IP-адрес</link> и другие настройки вашему компьютеру при подключении к сети. Эти настройки могут периодически изменяться, но в некоторых случаях вам может понадобиться постоянный IP-адрес компьютера, чтобы вы всегда его знали (например, если компьютер используется в качестве файлового сервера).</p>
<steps>
<title>Чтобы присвоить компьютеру постоянный (статический) IP-адрес:</title>
<item>
<p>Open the <gui xref="shell-introduction#activities">Activities</gui> overview and
start typing <gui>Network</gui>.</p>
</item>
<item>
<p>Нажмите <gui>Сеть</gui> чтобы открыть этот раздел настроек.</p>
</item>
<item>
<p>In the left pane, select the network connection that you want to have
a fixed address. If you plug in to the network with a cable, click
<gui>Wired</gui>, then click the
<media its:translate="no" type="image" src="figures/emblem-system.png"><span its:translate="yes">settings</span></media> button in the lower right corner of
the panel. For a <gui>Wi-Fi</gui> connection, the
<media its:translate="no" type="image" src="figures/emblem-system.png"><span its:translate="yes">settings</span></media>
button will be located next to the active network.</p>
</item>
<item>
<p>Click on <gui>IPv4</gui> or <gui>IPv6</gui> in the left pane
and change the <gui>Addresses</gui> to <em>Manual</em>.</p>
</item>
<item>
<p>Type in the <gui xref="net-what-is-ip-address">IP Address</gui> and
<gui>Gateway</gui>, as well as the appropriate <gui>Netmask</gui>.</p>
</item>
<item>
<p>In the <gui>DNS</gui> section, switch <gui>Automatic</gui> to
<gui>OFF</gui>. Enter the IP address of a DNS server you want to use.
Enter additional DNS server addresses using the <gui>+</gui> button.</p>
</item>
<item>
<p>In the <gui>Routes</gui> section, switch <gui>Automatic</gui> to
<gui>OFF</gui>. Enter the <gui>Address</gui>, <gui>Netmask</gui>,
<gui>Gateway</gui> and <gui>Metric</gui> for a route you want to use.
Enter additional routes using the <gui>+</gui> button.</p>
</item>
<item>
<p>Click <gui>Apply</gui>. The network connection should now have a fixed
IP address.</p>
</item>
</steps>
</page>
|