Eduroam limited connectivity

Hello,after a while i cannot get out on internet when i use eduroam on my campus. It works on windows and it has worked on linux before i did a reinstall. I have tested the internet booting into a live boot on usb and i have the same issue. Sadly i do not remember what i should post to help troubleshooting but i would appreciate support as its driving me crazy that i cannot use linux properly on campus

UPDATE:
ran networkctl and got:

IDX LINK      TYPE     OPERATIONAL SETUP    
  1 lo        loopback carrier     unmanaged
  2 wlp0s20f3 wlan     degraded    unmanaged

journalctl -b | grep networkd >journal.txt:

nov 05 09:41:39 philipslaptop systemd-networkd[269]: Enumeration completed
nov 05 09:41:39 philipslaptop audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 05 09:41:39 philipslaptop kernel: audit: type=1130 audit(1604565699.684:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 05 09:41:40 philipslaptop systemd-networkd[269]: wlan0: Interface name change detected, wlan0 has been renamed to wlp0s20f3.
nov 05 09:41:41 philipslaptop systemd-networkd[269]: wlp0s20f3: Link UP
nov 05 09:41:41 philipslaptop systemd-networkd[269]: wlp0s20f3: Link DOWN
nov 05 09:41:41 philipslaptop systemd-networkd[269]: wlp0s20f3: Link UP
nov 05 09:42:09 philipslaptop systemd-networkd[269]: wlp0s20f3: Link DOWN
nov 05 09:42:09 philipslaptop systemd-networkd[269]: wlp0s20f3: Link UP
nov 05 09:43:01 philipslaptop systemd-networkd[269]: wlp0s20f3: Gained carrier
nov 05 09:43:01 philipslaptop systemd-networkd[269]: wlp0s20f3: Connected WiFi access point: eduroam (00:fc:ba:7b:be:4f)
nov 05 09:43:02 philipslaptop systemd-networkd[269]: wlp0s20f3: Gained IPv6LL
❯ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: wlp0s20f3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 3c:f0:11:05:a5:aa brd ff:ff:ff:ff:ff:ff
    inet6 fe80::c59:ce1f:6e2d:bdad/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

Hello,

AFAIK Network Manager supports eduroam, but you might contact your campus tech support and they will give specific instructions for their configuration.

The same thing is with me.

I have tested that but it still doesnt work, i just am connected to the network but no internet access

Can you ping the default gateway?

pinging gateway

❯ ping 192.168.224.1
ping: connect: Network is unreachable

i was worried i did it on the wrong network so i did it again and got:

❯ ping 192.168.224.1
PING 192.168.224.1 (192.168.224.1) 56(84) bytes of data.
From 192.168.233.147 icmp_seq=1 Destination Host Unreachable

Something i had in a note from the archived forum:
Try removing and re-adding your WiFi connection in Network Manager.
Leave the the BSSID entry blank.
https://wiki.archlinux.org/index.php/Network_configuration/Wireless#eduroam
Maybe switch instead of NM to ConnMan - ArchWiki

If you have dhcpcd.service running, might want to stop it and masc it. Then run:
sudo systemctl daemon-reload
sudo systemctl restart NetworkManager.service

Tried checking if it was on with:

❯ sudo systemctl status dhcpd.service
[sudo] password for philip: 
Unit dhcpd.service could not be found.

also how does one masc?

Okay I walked around and sat at different spots and tested my internet connectivity and to my suprise it worked as normal at these other places so i went back to my normal spot and tested to lock to different BSSIDs and one with bad signal strength seems to be stable while the ones with better signal strength seemed to give me the same problem so i will do some more investigation into this problem