Ok I edited that gpg.conf and it works but only if I use the ip of the keyserver, which is not ideal obviously.
Ran grep, returned nothing. Pretty sure you're right about that command though, so I think I have no nameservers set up?
Logged into the router, it says it's using the ISP provided dns, and it could be that but I'd really like to verify that that's actually the issue. I've been using arch based linux on this network for 3 years now and have had no similar issues. I feel like it's probably my system and I'd rather my system be resilient to any network rather than tailoring the network to my system because it's a laptop.
contents below:
# Generated by Connection Manager
nameserver ::1
nameserver 127.0.0.1
cat /etc/conf.d/net | grep -v '^[[:space:]]*#'
returns nothing, so that file isn't doing anything
what specifically do you want from dmesg? I'm not just going to send that entire dump here.
ip ro:
default via 172.16.0.1 dev wlan0
127.0.0.0/8 via 127.0.0.1 dev lo
172.16.0.0/24 dev wlan0 proto kernel scope link src 172.16.0.81
172.16.0.1 dev wlan0 scope link
ip -4 add
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
inet 172.16.0.81/24 brd 172.16.0.255 scope global wlan0
valid_lft forever preferred_lft forever
Please let me know what else to provide.