Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] bogus default routes (dhcpcd)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
jamapii
l33t
l33t


Joined: 16 Sep 2004
Posts: 637

PostPosted: Fri Aug 23, 2019 4:32 pm    Post subject: [solved] bogus default routes (dhcpcd) Reply with quote

Hello,

I found that when dhcpcd creates an IPv4 LL ip address (169.*), it also creates its own default route to nowhere.

That means internet connectivity goes down whenever an additional temporary interface is connected to do some work.

Networkmanager is not involved, i don't use it. netifrc is probably niot involved, as dhcpcd logs everything and seems to do this on its own.

The -L option can turn off IPv4LL, it's ok but overkill. -G prevents setting default routes.

Is there a way to just prevent setting bogus default routes, without turning off ipv4ll or default routes altogether?

thanks


Last edited by jamapii on Sat Dec 07, 2019 10:14 am; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54232
Location: 56N 3W

PostPosted: Fri Aug 23, 2019 6:54 pm    Post subject: Reply with quote

jamapii,

The net scripts allow you to define several functions of your own choosing.
They always run but do nothing

You could use postup () to check for the IP address being Link Local and if so, delete the default route.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Sat Aug 24, 2019 7:30 pm    Post subject: Reply with quote

The route is not bogus:
https://tools.ietf.org/html/rfc3927#page-20

There is currently no means of disabling the default route only for IPv4LL while keeping it for DHCP.
_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Back to top
View user's profile Send private message
jamapii
l33t
l33t


Joined: 16 Sep 2004
Posts: 637

PostPosted: Sat Dec 07, 2019 10:14 am    Post subject: Reply with quote

I think then it is better to avoid ipv4ll when it is not really needed (that is, for me, basically always). And I think the most safe way here is to add

Code:
noipv4ll


to /etc/dhcpcd.conf.

Thanks a lot
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum