Hi,
I am running artix linux with runit as my init system, and have installed networkmanager for networking, along with the runit package for it.
I have been trying to connect to my uni's wifi and have 100% packet loss on pinging any server.
I am confident that this is not a dns resolving issue, as I can ping localhost, and when using
ping artixlinux.org
i see the right ip address printed on screen:
PING artixlinux.org (104.21.79.75) 56(84) bytes of data.
but I never get any packets back and when stopping the process with ^C i get:
16 packets transmitted, 0 received, 100% packet loss, time 15212ms
and pings to ip addresses get 100% packet loss as well.
Also, networkmanager shows the network as if it is succesfully connected to it, as
nmcli connection show
returns the network's name highlighted in green just like my other working networks when the system is connected to them.
One thing to note is that being very lazy, I used the configuration file in /etc/NetworkManager/system-connections/ALMAWIFI.nmconnection from another system I have on an usb key, from a fedora system with networkmanager as well, and have edited the file so as to correct the path for the usertrust certificate and the interface name. The file was generated on the same hardware, a macbook air from 2013, with all the correct drivers installed for the broadcom card. This is the configuration file:
[connection]
id=ALMAWIFI
uuid=8b1d7995-0363-4094-ad2d-e36ea01cde8e
type=wifi
interface-name=wlan0
[wifi]
mode=infrastructure
ssid=ALMAWIFI
[wifi-security]
key-mgmt=wpa-eap
[802-1x]
ca-cert=/home/mogus/downloads/certificate/SHA-2 Root USERTrust RSA Certification Authority.crt
eap=peap;
[email protected]
password=redacted
phase2-auth=mschapv2
[ipv4]
method=auto
[ipv6]
addr-gen-mode=default
method=auto
[proxy]
this configuration works on the fedora system, on the same hardware (the fedora system is from a usb drive).
Thanks in advance for the help!