Results 1 to 2 of 2

Thread: Wired internet loses connection every 24 hours

  1. #1
    Join Date
    Aug 2005
    Beans
    49
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Wired internet loses connection every 24 hours

    I recently updated my office PC from 19.10 to 20.04. It went smoothly except now the system drops its internet connection at about the same time every day. I'm telecommuting so I'm locked out once it goes offline. Someone on site found that unplugging and re-plugging the ethernet cable fixes it so we figured resetting the network would also work. I set up a service to ping a local system once a minute and do this when the ping fails:

    Code:
    nmcli networking off; nmcli networking on
    That works to get it back online when the drop happens so I'm not getting locked out every day. But I'd rather get to the root of the problem and I'm not sure where to start. We're guessing it's an issue with dhcp/the 24 hour ip address reservation timeout but I don't know how to test that or address it if it is the case. I don't see anything in /var/log/syslog that seems like it might be the cause (just other services complaining they can't get online). Any ideas how to proceed? I'm happy to provide logs or other info but I'm not sure what would be useful.

  2. #2
    Join Date
    Mar 2010
    Location
    Been there, meh.
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Wired internet loses connection every 24 hours

    Just set a static IP on the system. Keep the dhcp stuff out of it. Try that for a few days.
    That's the first test.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •