Translation status
382 | Strings | 75% | Translate |
---|---|---|---|
10,602 | Words | 56% |
Other components
Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
70_conclusion
|
0% | 24 | 723 | ||||
|
|||||||
15_debian-packaging
|
6% | 176 | 6,243 | 5 | |||
|
|||||||
00a_preface
|
33% | 6 | 283 | ||||
|
|||||||
06_apt
|
51% | 294 | 8,347 | 177 | 1 | ||
|
|||||||
13_workstation
|
55% | 142 | 3,894 | 92 | |||
|
|||||||
11_network-services
|
58% | 388 | 7,337 | 267 | |||
|
|||||||
Book_Info
|
60% | 6 | 118 | ||||
|
|||||||
90_derivative-distributions
|
62% | 28 | 1,162 | 10 | |||
|
|||||||
05_packaging-system
|
67% | 115 | 4,516 | 79 | |||
|
|||||||
07_solving-problems
|
67% | 52 | 1,454 | 40 | |||
|
Translation Information
Project website | debian-handbook.info |
---|---|
Instructions for translators | https://debian-handbook.info/contribute/ Mailing list for translators: <<debian-handbook-translators@lists.alioth.debian.org> |
Project maintainers |
![]() ![]() |
Translation process |
|
Translation license | GNU General Public License v2.0 or later |
Source code repository |
https://salsa.debian.org/hertzog/debian-handbook.git
|
Repository branch | buster/master |
Last remote commit |
fr-FR: Translated using Weblate.
109bba20
![]() |
Weblate repository |
https://hosted.weblate.org/git/debian-handbook/12_advanced-administration/
|
Filemask | */10_network-infrastructure.po |
Translation file |
fa-IR/10_network-infrastructure.po
|
<computeroutput># </computeroutput><userinput>nmap mirtuel</userinput>
<computeroutput>
Starting Nmap
Nmap scan report for mirtuel (192.168.1.242)
Host is up (0.000013s latency).
rDNS record for 192.168.1.242: mirtuel.internal.placard.fr.eu.org
Not shown: 998 closed ports
PORT STATE SERVICE
22/tcp open ssh
111/tcp open rpcbind
Nmap done: 1 IP address (1 host up) scanned in 2.41 seconds
# </computeroutput><userinput>nmap -A localhost</userinput>
<computeroutput>
Starting Nmap
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000
Other addresses for localhost (not scanned):
Not shown: 997 closed ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH
|
| 2048 33:a1:d8:b1:e5:5b:b2:0d:15:1b:8e:76:7f:e4:d7:3d (RSA)
| 256 8f:83:cf:fa:b3:58:54:9a:1d:1b:4c:db:b1:e2:58:76 (ECDSA)
|_ 256 fa:3d:58:62:49:92:93:90:52:fe:f4:26:ca:dc:4c:40 (ED25519)
25/tcp open smtp Exim smtpd 4.
| smtp-commands: mirtuel Hello localhost [127.0.0.1], SIZE 52428800, 8BITMIME, PIPELINING, CHUNKING, PRDR, HELP,
|_ Commands supported: AUTH HELO EHLO MAIL RCPT DATA BDAT NOOP QUIT RSET HELP
| rpcinfo
| http-methods:
|_
| 100000 2,3,4 111/tcp rpcbind
| 100000 2,3,4 111/udp rpcbind
| 100024 1 36568/tcp status
|_ 100024 1 39172/udp status
| http-robots.txt: 1 disallowed entry
|_/
|_http-server-header: CUPS/2.2 IPP/2.1
|_http-title: Home - CUPS 2.2.10
Device type: general purpose
Running: Linux 3.X
OS CPE: cpe:/o:linux:linux_kernel:3
OS details: Linux 3.7 - 3.1
Network Distance: 0 hops
Service Info: Host:
OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 1
</computeroutput>
In the <command>bind</command> case (see <xref linkend="sect.dns-software" />), the <literal>allow-update</literal> directive needs to be added to each of the zones that the DHCP server is to edit (the one for the <literal>internal.falcot.com</literal> domain, and the reverse zone). This directive lists the IP addresses allowed to perform these updates; it should therefore contain the possible addresses of the DHCP server (both the local address and the public address, if appropriate).
The first elements that need to be edited in the DHCP server configuration files (<filename>/etc/dhcp/dhcpd.conf</filename>, and <filename>/etc/dhcp/dhcpd6.conf</filename> for IPv6) are the domain name and the DNS servers. If this server is alone on the local network (as defined by the broadcast propagation), the <literal>authoritative</literal> directive must also be enabled (or uncommented). One also needs to create a <literal>subnet</literal> section describing the local network and the configuration information to be provided. The following example fits a <literal>192.168.0.0/24</literal> local network with a router at <literal>192.168.0.1</literal> serving as the gateway. Available IP addresses are in the range <literal>192.168.0.128</literal> to <literal>192.168.0.254</literal>.
Statistics
Percent | Strings | Words | Chars | ||
---|---|---|---|---|---|
Total | 382 | 10,602 | 86,072 | ||
Translated | 75% | 290 | 6,016 | 50,880 | |
Needs editing | 16% | 62 | 2,464 | 19,399 | |
Failing checks | 23% | 88 | 2,678 | 23,778 |
Last activity
Last change | April 9, 2018, 10:16 a.m. | |||
---|---|---|---|---|
Last author | Galina Anikina |