RE: automatically restart ethernet ?

2017-02-27 Thread J.Witvliet
From: Greg Woods [mailto:wo...@ucar.edu] Sent: zaterdag 25 februari 2017 20:45 To: Community support for Fedora users Subject: Re: automatically restart ethernet ? On Sat, Feb 25, 2017 at 11:39 AM, fred roller mailto:fredrolle...@gmail.com>> wrote: Look into "heartbeat". &quo

Re: automatically restart ethernet ?

2017-02-25 Thread Greg Woods
On Sat, Feb 25, 2017 at 11:39 AM, fred roller wrote: > Look into "heartbeat". "heartbeat" has been deprecated for several years now and is no longer supported. There are no longer heartbeat packages in the F25 repos. The supported way to do HA on Linux is now corosync with pacemaker. But this i

Re: automatically restart ethernet ?

2017-02-25 Thread fred roller
Look into "heartbeat". It keeps in touch with another server and if the connection is lost you can define action i.e. restart network. On Sat, Feb 25, 2017 at 10:53 AM, sean darcy wrote: > On F25, a server keeps losing its internet connection. I've now added a > cron.hourly script to restart Ne

automatically restart ethernet ?

2017-02-25 Thread sean darcy
On F25, a server keeps losing its internet connection. I've now added a cron.hourly script to restart NetworkManager. Is there a better way ? Some way to tell NetworkManager that if the connection goes down, it should try to bring it up every ___ seconds ? sean