- Code: Select all
ifconfig
enp9s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::223:aeff:fe26:d8e7 prefixlen 64 scopeid 0x20<link>
ether 00:23:ae:26:d8:e7 txqueuelen 1000 (Ethernet)
RX packets 26 bytes 1560 (1.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1827 bytes 1083598 (1.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 5926 bytes 470300 (459.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 5926 bytes 470300 (459.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::224:2bff:feb1:1f4b prefixlen 64 scopeid 0x20<link>
ether 00:24:2b:b1:1f:4b txqueuelen 1000 (Ethernet)
RX packets 282352 bytes 403171943 (384.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 174263 bytes 19062658 (18.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
I see that enp9s0 and when I try run this command, I got error:
- Code: Select all
sudo dhcpcd enp9s0
Password:
dhcpcd[5254]: version 5.6.6 starting
dhcpcd[5254]: enp9s0: sending IPv6 Router Solicitation
dhcpcd[5254]: enp9s0: broadcasting for a lease
dhcpcd[5254]: enp9s0: sending IPv6 Router Solicitation
dhcpcd[5254]: enp9s0: sending IPv6 Router Solicitation
dhcpcd[5254]: enp9s0: sending IPv6 Router Solicitation
dhcpcd[5254]: enp9s0: no IPv6 Routers available
dhcpcd[5254]: timed out
dhcpcd[5254]: allowing 8 seconds for IPv4LL timeout
dhcpcd[5254]: enp9s0: probing for an IPv4LL address
dhcpcd[5254]: enp9s0: checking for 169.254.93.18
dhcpcd[5254]: enp9s0: using IPv4LL address 169.254.93.18
dhcpcd[5254]: forked to background, child pid 5415
I don't have IPV6 in my router and how can I do to going back eth0 with ipv4 only.
Thxs
