• [^] # Re: A quoi correspond la route vers link-local ?

    Posté par . En réponse au message Défaut d'accès réseau filaire en changeant de LAN. Évalué à 1.

    Chez moi c'est un peu pareil :
    route
    Table de routage IP du noyau
    Destination Passerelle Genmask Indic Metric Ref Use Iface
    192.168.50.0 * 255.255.255.0 U 0 0 0 eth0
    link-local * 255.255.0.0 U 1000 0 0 eth0
    default 192.168.50.1 0.0.0.0 UG 0 0 0 eth0

    route -n
    Table de routage IP du noyau
    Destination Passerelle Genmask Indic Metric Ref Use Iface
    192.168.50.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
    0.0.0.0 192.168.50.1 0.0.0.0 UG 0 0 0 eth0

    /etc/hosts
    127.0.0.1 cf51.[...].homeip.net localhost.[...].homeip.net cf51 localhost
    #127.0.1.1 cf51.[...].homeip.net cf51
    192.168.50.12 cf51.[...].homeip.net cf51

    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts

    #Local network
    192.168.50.1 tux-server