You are not logged in.

#1 2014-07-31 06:38:50

jancici
Member
From: svk
Registered: 2011-12-04
Posts: 192

[SOLVED] duplicated ip route

hi, I am not able to find answer.

I am using gnome and network manager.
here is output of ip ro

ip ro
default via 192.168.75.1 dev enp0s25  proto static  metric 1024 
192.168.75.0/24 dev enp0s25  proto kernel  scope link  src 192.168.75.11 
192.168.75.0/24 dev enp0s25  proto kernel  scope link  src 192.168.75.11  metric 202 

why there are two same route?? is it normal or ...
well, they have different metric, maybe I dont understand correctly but what I need two same route in simple network


thanks

Last edited by jancici (2014-11-20 20:54:55)

Offline

#2 2014-07-31 08:42:43

mar04
Member
From: Poland
Registered: 2010-02-08
Posts: 117

Re: [SOLVED] duplicated ip route

Must be some recent Network Manager weirdness. I see the same thing but with metric 303. I don't remember seeing that before recent NM update and I don't see that when connecting without NM.

Offline

#3 2014-08-04 09:09:09

jancici
Member
From: svk
Registered: 2011-12-04
Posts: 192

Re: [SOLVED] duplicated ip route

well, I did not have time to discover more about this
we will see ...

Offline

#4 2014-11-15 23:08:54

akira86
Member
Registered: 2009-01-16
Posts: 119

Re: [SOLVED] duplicated ip route

The route :

192.168.75.0/24 dev enp0s25  proto kernel  scope link  src 192.168.75.11  metric 202

comes from dhcpcd.
I switched to dhclient and got :

% ip ro
default via 192.168.1.254 dev enp3s0  proto static  metric 1024 
192.168.1.0/24 dev enp3s0  proto kernel  scope link  src 192.168.1.100

But currently I can't find how to have one "192.168.1.0/24" route WITH metric…

Offline

#5 2014-11-20 20:54:38

jancici
Member
From: svk
Registered: 2011-12-04
Posts: 192

Re: [SOLVED] duplicated ip route

yes, I did find out that too, I did switch from dhcpcd to dhclient ... and everything looks okay to me know

Offline

#6 2014-11-21 07:19:30

akira86
Member
Registered: 2009-01-16
Posts: 119

Re: [SOLVED] duplicated ip route

jancici wrote:

and everything looks okay to me know

You mean you one route, but with or without metric ?

Offline

Board footer

Powered by FluxBB