Hi

I changed my router, the Windows host got the IP and can connect to Internet (that's how I can write in here)
Now, my Kali VM (on Virtualbox) doesn't ping anuthing.

My settings:
Windows host 10.88.111.4

Kali in VM with Bridged Adaptater:
Code:
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 10.88.111.10
netmask 255.255.255.0
broadcast 10.88.111.254
gateway 10.88.111.1
Kali (10.88.111.10) cannot ping Windows (10.88.111.4) and cannot ping others in LAN and cannot go to internet
Windows (10.88.111.4) cannot ping Kali (10.88.111.10) but can ping others in LAN and reach internet

in /etc/resolv.conf I have put:
Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
I have added : sudo route add default via 10.88.111.1 dev eth0 proto static metric 100

I have edited /etc/NetworkManager/conf.d/10-globally-managed-devices.conf with
Code:
unmanaged-devices=*,except:type:wifi,except:type:wwan,except:type:ethernet
I am using a wifi from Windows which appears to be a eth0 in Kali, was the same with the last router (192.168....) and worked.

Now I tried during many hours lost of things, lots of reboots, lots of
Code:
sudo service networking restart
, checked its active, but still not working
That's why I post here because I need internet in kali

Thank you very much for your help