Results 1 to 5 of 5

Thread: Wifi but no internet

  1. #1
    Join Date
    2019-Dec
    Posts
    1

    Question Wifi but no internet

    I installed Kali 19.4 on my computer. internet was all find. I have a vpn installed. All find. Then, after I did some manipulation to enable sound, I cannot access internet. But the wifi is connected. I cannot connect my vpn true terminal needer. What should I do now???

  2. #2
    Join Date
    2019-Dec
    Posts
    4
    Start at the basics. When you are connected to your wifi can you ping the gateway?

    Use route -n to find your gateway. Then ping your gateway. You can't connect to a VPN if you cant get to your gateway.

    Also check your /etc/resolv.conf . It might be worth adding nameserver 1.1.1.1 to the end of it.

  3. #3
    Join Date
    2020-Jan
    Location
    New panama
    Posts
    1
    I have same problem, wifi only works without wifi adapter

  4. #4
    Join Date
    2019-Dec
    Posts
    4
    Quote Originally Posted by Luckimages View Post
    I have same problem, wifi only works without wifi adapter
    That makes no sense. How can wifi only work without a wifi adapter.

    Can you please re-elaborate and include the exact steps you are using, and what steps you have gone to in order to identify the routes, default gateways etc.

  5. #5
    Join Date
    2020-Jan
    Posts
    1
    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
    # ping google.com

    Restart your pc (recommended)

Similar Threads

  1. Using internet on 2nd wifi adapter
    By bharas91 in forum General Archive
    Replies: 7
    Last Post: 2015-12-03, 22:04

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •