(In reply to Pawel Wieczorkiewicz from comment #3) > > enp9s0 is set to 'Connect automatically on cable connection'. If I unplug > > the cable and reboot, I have to restart the network 3-4 times after > > conncecting the cable before I get a connection > > This can be fixed by enabling nanny. Which is supposed to deal with hotplug > scenarios like the one above. > > In order to do so edit /etc/wicked/common.xml > > - <use-nanny>false</use-nanny> > + <use-nanny>true</use-nanny> > > and call: > systemctl restart wickedd > wicked ifup enp9s0 > > you should be able to plug in and unplug the cable and the network should be > configured automatically for you. The only text in my /etc/wicked/common.xml is 'false'. I also have /etc/wicked/nanny.xml but it is blank. Should I change false to true in the common.xml file?