AnonCatalyst / kali-netfix

Having network issues with Kali Linux? Well I put together some commands that should help you fix your problem 9x10.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUN THIS ON YOUR TERMINAL

 systemctl enable systemd-networkd
 systemctl enable systemd-resolved
 systemctl start systemd-networkd
 systemctl start systemd-resolved
 ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
 
 -------------------------------
 service resolvconf restart
 service network-manager restart
 -------------------------------
 
IF ERROR USE BELLOW COMMANDS 
 --------------------------------
 systemctl restart NetworkManager
 systemctl enable NetworkManager
 --------------------------------

STILL NOT WORKING? TRY THIS!
 ----------------------------
 sudo rm -rf /etc/resolv.conf
 sudo echo 'nameserver 8.8.8.8' >/etc/resolv.conf
 ____________________________
 
 ping google.com

Restart your pc (recommended) 

About

Having network issues with Kali Linux? Well I put together some commands that should help you fix your problem 9x10.