Re: Double route

トップ ページ

このメッセージに返信
著者: Olivier Allard-Jacquin
日付:  
To: guilde
題目: Re: Double route
    Bonsoir

Le 07/06/2017 à 18:24, Frédéric a écrit :
> Hello,
>
> J'ai un truc bizarre sur mon RPi :
>
> pi@raspberrypi:~ $ route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> default         mobrouter.gbilo 0.0.0.0         UG    0      0        0 eth0
> default         mobrouter.gbilo 0.0.0.0         UG    202    0        0 eth0
> 192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
> 192.168.0.0     *               255.255.255.0   U     202    0        0 eth0

>
> Pourquoi les routes sont-elles doublées ? Ça fait le même merdier lorsque
> je monte l'interface wifi...
>
> Merci de vos lumières.


    J'ai déjà vu cela, avec NetworkManager, lorsque tu as une connexion
filaire et que tu actives le wifi.


    Sinon, regardes si:
- tu n'as pas une configuration IP statique :
# cat /etc/network/interfaces
auto eth0
iface eth0 inet static
        address 192.168.0.xx
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.yy
        dns-search zzzzzzzzz



- ET que tu actives NetworkManager par dessus :

    Cordialement,


                        Olivier


-- 
~~~~~~~  _____/\_____  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Phoenix /   _ \/ _   \    Olivier Allard-Jacquin
       /   / \  / \   \   Web:  http://olivieraj.free.fr/
      /___/  /  \  \___\  Mail: olivieraj@???
~~~~ /////  ///\\\  \\\\\ ~~~~~~~~~~~~~~~~~~~~~~~ Linux Powered !!