Unable to connect wifi in lfs 8.4
by SINISTER750 from LinuxQuestions.org on (#57Y0A)
Tried almost everything
cat /etc/sysconfig/ifconfig.enp3s0
ONBOOT=yes
IFACE=enp3s0
SERVICE=ipv4-static
IP=192.168.1.213
GATEWAY=192.168.1.1
PREFIX=24
BROADCAST=192.168.1.255
I assigned a new ip in my router with 192.168.1.213 and bind it with the MAC address of my laptop.
According to me the /etc/resolv.config and /etc/hosts is also correct.
The Error is "Destination Host Unreachable" whenever I ping to any ip.


cat /etc/sysconfig/ifconfig.enp3s0
ONBOOT=yes
IFACE=enp3s0
SERVICE=ipv4-static
IP=192.168.1.213
GATEWAY=192.168.1.1
PREFIX=24
BROADCAST=192.168.1.255
I assigned a new ip in my router with 192.168.1.213 and bind it with the MAC address of my laptop.
According to me the /etc/resolv.config and /etc/hosts is also correct.
The Error is "Destination Host Unreachable" whenever I ping to any ip.