You are not logged in.
Hello,
Since a few days I can't connect over ipv4 anymore, but ipv6 still works. In my dual booted windows everything works fine, so it is probably not a problem with my home network.
When I run networkctl I get
DX LINK TYPE OPERATIONAL SETUP
1 lo loopback carrier unmanaged
2 enp7s0 ether routable configuring
3 wlp5s0 wlan off unmanaged
3 links listed.
When I run ip link I get
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether a8:a1:59:2d:2c:4c brd ff:ff:ff:ff:ff:ff
3: wlp5s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether e8:94:f6:a6:19:24 brd ff:ff:ff:ff:ff:ff
When I run ip route I get an empty output but when I run ip -6 route I get
2a02:a45b:6687:1::/64 dev enp7s0 proto ra metric 1024 expires 249394sec pref medium
fe80::/64 dev enp7s0 proto kernel metric 256 pref medium
default via fe80::36da:b7ff:fede:4420 dev enp7s0 proto ra metric 1024 expires 1518sec pref medium
Does anyone know how I can fix this? Any help is appreciated
Just let me know if you need more info
Last edited by UnknownError (2023-02-18 18:10:30)
Offline
As a sanity check, what is the output of ip a ?
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
In my dual booted windows
3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
When I run ip link I get
"ip a" would be way more interesting.
And obligatory:
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
And in case that doesn't lead anywere either:
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
(requires you to be online)
Online
probably the same issue? https://bbs.archlinux.org/viewtopic.php … 5#p2085455
´
Offline
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
I did this, but did not fix.
"ip a" would be way more interesting.
I ran "ip a" and got
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: enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether a8:a1:59:2d:2c:4c brd ff:ff:ff:ff:ff:ff
inet 192.168.1.80/32 scope global enp7s0
valid_lft forever preferred_lft forever
inet6 2a02:a45b:6687:1:aaa1:59ff:fe2d:2c4c/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 242322sec preferred_lft 155922sec
inet6 fe80::aaa1:59ff:fe2d:2c4c/64 scope link
valid_lft forever preferred_lft forever
3: wlp5s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether e8:94:f6:a6:19:24 brd ff:ff:ff:ff:ff:ff
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
I ran this command and got
cups.path | multi-user.target.wants
cups.service | multi-user.target.wants
cups.service | printer.target.wants
cups.socket | sockets.target.wants
dbus-org.freedesktop.network1.service | system
dbus-org.freedesktop.resolve1.service | system
dbus-org.freedesktop.timesync1.service | system
getty@tty1.service | getty.target.wants
p11-kit-server.socket | sockets.target.wants
pipewire-media-session.service | pipewire.service.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
powertop.service | multi-user.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
systemd-networkd.service | multi-user.target.wants
systemd-networkd.socket | sockets.target.wants
systemd-networkd-wait-online.service | network-online.target.wants
systemd-network-generator.service | sysinit.target.wants
systemd-resolved.service | multi-user.target.wants
systemd-timesyncd.service | sysinit.target.wants
xdg-user-dirs-update.service | default.target.wants
The system journal for boot can be found here https://0x0.st/HsoT.txt.
Offline
probably the same issue? https://bbs.archlinux.org/viewtopic.php … 5#p2085455
´
I just tried that fix and yeah that worked! Thank you!
Offline