On Wed, 2005-10-12 at 15:27, Christian Marillat wrote:
> Patrice Karatchentzeff <patrice.karatchentzeff@???> writes:
>
> > Le 11/10/05, Olivier Allard-Jacquin<olivieraj@???> a écrit :
> >> Patrice Karatchentzeff a écrit :
>
> [...]
>
> > # route
> > Kernel IP routing table
> > Destination Gateway Genmask Flags Metric Ref Use Iface
> > acina.croissy.s * 255.255.255.255 UH 0 0 0 eth1
> > 192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
> > 82.240.19.0 * 255.255.255.0 U 0 0 0 eth0
> > default 82.240.19.254 0.0.0.0 UG 0 0 0 eth0
> > default acina.croissy.s 0.0.0.0 UG 0 0 0 eth1
>
> Les route avec "acina.croissy.s" comme nom me semble pas normal. Comment
> router des paquets si on ne connait que le nom de la machine ?
En fait, c'est route qui convertit ses adresses IP en noms juste pour
l'affichage. Tu peux utiliser route -n pour éviter ça.
Xav