[successivo] [precedente] [inizio] [fine] [indice generale] [violazione GPL] [translators] [docinfo] [indice analitico] [volume] [parte]
Instradamento in una rete locale tipica.
|
#
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 |
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]