You are not logged in.

#1 2022-05-03 01:16:51

kyljmn
Member
Registered: 2022-05-03
Posts: 3

Internet connectivity keeps dropping but wifi is connected

My internet connectivity keeps dropping every few minutes and then I get reconnected again after a short while.
Output from

ping 8.8.8.8

when this happens is:

64 bytes from 8.8.8.8: icmp_seq=1348 ttl=117 time=50.4 ms
64 bytes from 8.8.8.8: icmp_seq=1349 ttl=117 time=49.5 ms
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
64 bytes from 8.8.8.8: icmp_seq=1350 ttl=117 time=29545 ms
64 bytes from 8.8.8.8: icmp_seq=1351 ttl=117 time=28533 ms
64 bytes from 8.8.8.8: icmp_seq=1352 ttl=117 time=27523 ms
64 bytes from 8.8.8.8: icmp_seq=1353 ttl=117 time=26509 ms
64 bytes from 8.8.8.8: icmp_seq=1354 ttl=117 time=25496 ms
64 bytes from 8.8.8.8: icmp_seq=1355 ttl=117 time=24483 ms
64 bytes from 8.8.8.8: icmp_seq=1356 ttl=117 time=23469 ms
64 bytes from 8.8.8.8: icmp_seq=1357 ttl=117 time=22456 ms
64 bytes from 8.8.8.8: icmp_seq=1361 ttl=117 time=49.4 ms

The output from

journalctl -f

is:

May 03 09:06:17 kyljmn dhcpcd[351]: wlp3s0: fe80::1 is unreachable
May 03 09:06:18 kyljmn dhcpcd[351]: wlp3s0: soliciting an IPv6 router
May 03 09:06:19 kyljmn dhcpcd[351]: wlp3s0: fe80::1 is reachable again

Last edited by kyljmn (2022-05-03 01:17:24)

Offline

#2 2022-05-03 02:37:56

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: Internet connectivity keeps dropping but wifi is connected

could you post the output of find /etc/systemd/system   ??


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2022-05-10 04:40:07

kyljmn
Member
Registered: 2022-05-03
Posts: 3

Re: Internet connectivity keeps dropping but wifi is connected

ewaller wrote:

could you post the output of find /etc/systemd/system   ??

Here the output:

/etc/systemd/system
/etc/systemd/system/getty.target.wants
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/dbus-org.freedesktop.timesync1.service
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/multi-user.target.wants/docker.service
/etc/systemd/system/multi-user.target.wants/sshd.service
/etc/systemd/system/display-manager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
/etc/systemd/system/network-online.target.wants
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service

I've tried reinstalling Arch already and I still have the same problem. Doesn't happen when I'm on windows (same machine).

Offline

#4 2022-05-10 05:52:26

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: Internet connectivity keeps dropping but wifi is connected

I've tried reinstalling Arch

Please avoid that - it's not going to magically fix stuff and you're creating a moving target.

Doesn't happen when I'm on windows (same machine).

3rd link below. Mandatory. Reboot windows (and linux) properly twice (voodoo reasons) - possibly (if you can) also the access point (router)

If that's not the cause, please post a complete system journal of an affected boot ("sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st" for the previous one)

Offline

#5 2022-05-21 06:14:19

kyljmn
Member
Registered: 2022-05-03
Posts: 3

Re: Internet connectivity keeps dropping but wifi is connected

seth wrote:

I've tried reinstalling Arch

Please avoid that - it's not going to magically fix stuff and you're creating a moving target.

Doesn't happen when I'm on windows (same machine).

3rd link below. Mandatory. Reboot windows (and linux) properly twice (voodoo reasons) - possibly (if you can) also the access point (router)

If that's not the cause, please post a complete system journal of an affected boot ("sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st" for the previous one)

Hi heres the link to the result of "sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st"

Offline

#6 2022-05-21 07:01:57

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: Internet connectivity keeps dropping but wifi is connected

May 21 12:36:04 kyljmn NetworkManager[365]: <info>  [1653107764.1664] manager: NetworkManager state is now CONNECTED_GLOBAL
May 21 12:36:59 kyljmn systemd[1]: Stopped target Network.

The only but very suspicious thing inbetween is the docker0 NIC and resulting iptables.
=> Disable docker, the wifi looks unsuspicious but I guess docker derails the netfilter (firewall)

Offline

#7 2022-07-27 20:30:54

jerryDaBaaws
Member
Registered: 2020-06-08
Posts: 101

Re: Internet connectivity keeps dropping but wifi is connected

`

Last edited by jerryDaBaaws (2022-07-27 20:31:35)

Offline

Board footer

Powered by FluxBB