Re: Need to send the dhclient6 to background in Centos 8

2019-10-08 Thread Thomas Haller via networkmanager-list
On Tue, 2019-10-08 at 16:14 +, Jorge Perez Higuera via networkmanager-list wrote: > So that is not working here. The machine gets the Ipv4 address > quickly and the dhclient ipv6 process starts getting an ip. 30 > seconds later the NetworkManager-wait-online service waits until it > fails. >

RE: Need to send the dhclient6 to background in Centos 8

2019-10-08 Thread Jorge Perez Higuera via networkmanager-list
If the dhcp server does not send an ipv6 lease IP, dhclient ipv6 process tries to get that ip during 30 seconds. That causes (i can see that via systemd-analyze blame) the startup of the NetworkManager-wait-online service is delayed, delaying the network-online.target I have services depending

Re: Retries after secrets reject in 4-way handshake

2019-10-08 Thread Thomas Haller via networkmanager-list
On Fri, 2019-09-13 at 09:47 +0200, Alfonso Sanchez-Beato via networkmanager-list wrote: > Hi, Hi, > We have found a problem by which a buggy access point rejects a valid > passphrase in the 4-Way Handshake phase. This happens just after the > AP has rebooted - a few seconds later the AP accepts

Re: Need to send the dhclient6 to background in Centos 8

2019-10-08 Thread Thomas Haller via networkmanager-list
On Tue, 2019-10-08 at 11:37 +, Jorge Perez Higuera via networkmanager-list wrote: > Hi all. I need some help > > I need to send the dhclient ipv6 process to background (I use > dhcp=dhclient) > I know it can be done passing the –nw parameter via dhclient but i > don’t know how to pass this

Need to send the dhclient6 to background in Centos 8

2019-10-08 Thread Jorge Perez Higuera via networkmanager-list
Hi all. I need some help I need to send the dhclient ipv6 process to background (I use dhcp=dhclient) I know it can be done passing the -nw parameter via dhclient but i don't know how to pass this to dhclient via NetworkManager Also in Centos 8 it start in foreground (-d parameter) Is there any