Skip to main content
Topic: Cant connect to any ipv4 (Read 484 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Cant connect to any ipv4

fresh install or artix-base-runit and i cant connect to any ipv4, im using connman and dhcpcd
/etc/resolv.conf
Code: [Select]
# Generated by resolvconf
domain Home
nameserver 192.168.0.1
nameserver 2800:810:100:2:190:55:60:129
nameserver 2800:810:100:1:200:115:192:28
nameserver 2800:810:100:1:200:115:192:30
output ifconfig/ip addr
Code: [Select]
[swaipy@skynet ~]$ 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 fe80::10a5:ae9b:1332:5294/64 scope link
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 4c:cc:6a:4b:25:1c brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.109/24 brd 192.168.0.255 scope global dynamic eth0
       valid_lft 86244sec preferred_lft 75444sec
    inet6 2800:810:443:85c::1002/128 scope global dynamic noprefixroute
       valid_lft 3885908sec preferred_lft 3885908sec
    inet6 2800:810:443:85c:d3e6:a128:e09c:6cf1/64 scope global dynamic mngtmpaddr noprefixroute
       valid_lft 3886041sec preferred_lft 3886041sec
    inet6 fe80::491a:17da:9afc:ee32/64 scope link
       valid_lft forever preferred_lft forever
[swaipy@skynet ~]$ ifconfig
eth0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC>  mtu 1500
        inet 192.168.0.109  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 2800:810:443:85c:d3e6:a128:e09c:6cf1  prefixlen 64  scopeid 0x0<global>
        inet6 2800:810:443:85c::1002  prefixlen 128  scopeid 0x0<global>
        inet6 fe80::491a:17da:9afc:ee32  prefixlen 64  scopeid 0x20<link>
        ether 4c:cc:6a:4b:25:1c  txqueuelen 1000  (Ethernet)
        RX packets 4843  bytes 3706016 (3.5 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4203  bytes 1029307 (1005.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 fe80::10a5:ae9b:1332:5294  prefixlen 64  scopeid 0x20<link>
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 710  bytes 44080 (43.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 710  bytes 44080 (43.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

the issue still exists with NetworkManager
also output from route -n and route -6 -n
Code: [Select]
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth0
0.0.0.0         192.168.0.1     0.0.0.0         UG    1002   0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     1001   0        0 lo
192.168.0.0     0.0.0.0         255.255.255.0   U     1002   0        0 eth0
192.168.0.1     0.0.0.0         255.255.255.255 UH    0      0        0 eth0
[swaipy@skynet ~]$ route -6 -n
Kernel IPv6 routing table
Destination                    Next Hop                   Flag Met Ref  Use If
2800:810:443:85c::/64          ::                         U    1002 1      0 eth0
fe80::/64                      ::                         !n   256 1      0 lo
fe80::/64                      ::                         U    256 1      0 eth0
::/0                           fe80::5a90:43ff:fe5c:3d43  UG   1002 5      0 eth0
::1/128                        ::                         Un   0   7      0 lo
2800:810:443:85c::1002/128     ::                         Un   0   3      0 eth0
2800:810:443:85c:d3e6:a128:e09c:6cf1/128 ::                         Un   0   3      0 eth0
fe80::10a5:ae9b:1332:5294/128  ::                         Un   0   4      0 lo
fe80::491a:17da:9afc:ee32/128  ::                         Un   0   3      0 eth0
ff00::/8                       ::                         U    256 5      0 eth0
::/0                           ::                         !n   -1  1      0 lo