RE: Pb de traceroute avec 3 interfaces

Page principale

Répondre à ce message
Auteur: guilde
Date:  
À: guilde
Sujet: RE: Pb de traceroute avec 3 interfaces
At 14:05 02/08/99 +0100, you wrote:
> > [letanou@io letanou]$ /bin/netstat -rn
> > Kernel IP routing table
> > Destination     Gateway         Genmask         Flags   MSS Window  irtt
> > Iface
> > 193.193.193.0  0.0.0.0         255.255.255.0   U      1500 0          0 
> eth0
> > 192.168.1.0     0.0.0.0         255.255.255.0   U      1500 
> 0          0 eth1
> > 192.168.2.0     0.0.0.0         255.255.255.0   U      1500 
> 0          0 eth2
> > 127.0.0.0         0.0.0.0         255.0.0.0       U      3584 
> 0          0 lo
> > 0.0.0.0         193.193.193.254    0.0.0.0         UG     1500 
> 0          0
> > eth0

>
>Je ne comprends pas pourquoi les 3 reseaux vont sur 0.0.0.0 ??
>Il me semble que tu devrais avoir des IP de passerelles non ?


0.0.0.0 en gateway signifie l'interface elle-même.

[letanou@io letanou]$ /bin/netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
193.193.193.0  *         255.255.255.0   U      1500 0          0 eth0
192.168.1.0     *         255.255.255.0   U      1500 0          0 eth1
192.168.2.0     *         255.255.255.0   U      1500 0          0 eth2
127.0.0.0         *         255.0.0.0       U      3584 0          0 lo
0.0.0.0         193.193.193.254    0.0.0.0         UG     1500 0          0 
eth0