From: "Cristiano Chiucchiolo" <cristiano.chiucchiolo@gmail.com>
To: gentoo-docs-it@lists.gentoo.org
Subject: [gentoo-docs-it] Aggiornato home-router-howto.xml
Date: Wed, 29 Mar 2006 13:23:13 +0200 [thread overview]
Message-ID: <a2bfe4570603290323l74949b37ufff5a120a80edba@mail.gmail.com> (raw)
--- home-router-howto.xml 2006-03-29 13:08:46.000000000 +0200
+++ home-router-howto.xml 2006-03-29 13:11:51.000000000 +0200
@@ -29,8 +29,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.25</version>
-<date>2006-03-17</date>
+<version>1.26</version>
+<date>2006-03-28</date>
<chapter>
<title>Introduzione</title>
@@ -264,7 +264,7 @@
<comment>IP Statico:</comment>
# <i>nano /etc/conf.d/net</i>
<comment>Dovrete inserire righe simili a queste:</comment>
-ifconfig_eth1=( "66.92.78.102 broadcast 66.92.78.255 netmask 255.255.255.0" )
+config_eth1=( "66.92.78.102 broadcast 66.92.78.255 netmask 255.255.255.0" )
routes_eth1=( "default gw 66.92.78.1" )
# <i>nano /etc/resolv.conf</i>
<comment>Aggiungere una riga per il server DNS:</comment>
@@ -296,7 +296,7 @@
<pre caption="Configurare eth0">
# <i>nano /etc/conf.d/net</i>
<comment>Aggiungere una riga come questa:</comment>
-ifconfig_eth0=( "192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0" )
+config_eth0=( "192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0" )
# <i>rc-update add net.eth0 default</i>
# <i>/etc/init.d/net.eth0 start</i>
</pre>
@@ -344,11 +344,11 @@
<pre caption="Installare un server DHCP">
# <i>emerge dnsmasq</i>
# <i>nano /etc/dnsmasq.conf</i>
-<comment>Dovete solo aggiungere questa riga</comment>
+<comment>Aggiungete questa riga per attivare dhcp:</comment>
dhcp-range=192.168.0.100,192.168.0.250,72h
+<comment>Restringete dnsmasq alla sola interfaccia LAN</comment>
+interface=eth0
-# <i>nano /etc/conf.d/dnsmasq</i>
-<comment>Aggiungere "-i eth0" a DNSMASQ_OPTS</comment>
# <i>rc-update add dnsmasq default</i>
# <i>/etc/init.d/dnsmasq start</i>
</pre>
--
gentoo-docs-it@gentoo.org mailing list
next reply other threads:[~2006-03-29 11:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-29 11:23 Cristiano Chiucchiolo [this message]
2006-03-30 8:58 ` [gentoo-docs-it] Aggiornato home-router-howto.xml Stefano Rossi
-- strict thread matches above, loose matches on Subject: below --
2006-04-09 20:07 Cristiano Chiucchiolo
2006-04-12 12:49 ` Stefano Rossi
2006-03-17 12:29 Cristiano Chiucchiolo
2006-03-23 20:09 ` Stefano Rossi
2006-02-18 11:23 Cristiano Chiucchiolo
2006-02-18 14:01 ` Marco Mascherpa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a2bfe4570603290323l74949b37ufff5a120a80edba@mail.gmail.com \
--to=cristiano.chiucchiolo@gmail.com \
--cc=gentoo-docs-it@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox