[successivo] [precedente] [inizio] [fine] [indice generale] [violazione GPL] [translators] [docinfo] [indice analitico] [volume] [parte]


Capitolo 448, diapositiva
Instradamento senza router 1

Instradamento in una rete locale tipica.

           .---------------------.
           |                     |
           |     Elaboratore     |
           |                     |
           |    127.0.0.1  lo    |
           |                     |
           `---------------------'
          192.168.1.1 | eth0
                      |
                      |
                      |          rete 192.168.1.0
- - - - - - - - - - - * - - - - - - - - - - - - - 

route add -host 127.0.0.1 dev lo

route add -net 192.168.1.0 netmask 255.255.255.0 dev eth0

route -n[Invio]

Kernel IP routing table
Destination  Gateway  Genmask        Flags Metric Ref Use Iface
192.168.1.0  *        255.255.255.0  U     0      0   0   eth0
127.0.0.0    *        255.0.0.0      U     0      0   0   lo

Destinazione Maschera di rete Router Interfaccia di rete
192.168.1.0 255.255.255.0 -- eth0
127.0.0.0 255.0.0.0 -- lo
Appunti di informatica libera 2003.01.01 --- Copyright © 2000-2003 Daniele Giacomini -- daniele @ swlibero.org

Dovrebbe essere possibile fare riferimento a questa pagina anche con il nome instradamento_senza_router_1.html

[successivo] [precedente] [inizio] [fine] [indice generale] [violazione GPL] [translators] [docinfo] [indice analitico]