Advertisement
0x2264773426

Internet not working (Showing ethernet logo):

Jul 5th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Internet not working (Showing ethernet logo):
  2.  
  3. Problem:
  4. The Internet is not working, but the default server of the router or modem is working and showing the ethernet logo.
  5.  
  6. A common issue that is related to the problem:
  7. Using a VPN e.g.: Proton VPN and disconnecting from the native system option or removing the VPN information from the default settings app which causes an error.
  8.  
  9. Solution:
  10. 1) Open the terminal app
  11. 2) Type the network manager command line commands "nmcli connection show" and press enter button
  12. 3) It will present the connection names with UUID, types, and device
  13.  
  14. e.g.:
  15. NAME UUID TYPE DEVICE
  16. Consistent c04b967a-91b2-4714-845f-5eabb20fe843 wifi wlp18s0f0u5
  17. pvpn-ipv6leak-protection 9fa124f1-ebd0-4e44-8387-6343884d2a31 dummy ipv6leakintrf0
  18. lo f55060d1-9a6d-4765-8bfa-ab454889ae9f loopback lo
  19. Redmi 9i 55532e8d-58a4-4dcc-b7b7-4b2bed035224 wifi --
  20. Wired connection 1 e1a00b9c-c739-3d5b-bee2-063bdaf7b985 ethernet --
  21. Wired connection 2 218131ea-e7df-30ed-a993-bcf77659dd11 ethernet --
  22.  
  23. 4) Just check how many connections are real and how many are dummies and VPNs are listed in green color with the help of TYPE section
  24.  
  25. e.g.:
  26. pvpn-ipv6leak-protection 9fa124f1-ebd0-4e44-8387-6343884d2a31 dummy ipv6leakintrf0
  27.  
  28. 5) Copy and disconnect the dummy connections using this command
  29. nmcli con down id "CONNECTION_NAME"
  30.  
  31. e.g.:
  32. nmcli con down id "pvpn-ipv6leak-protection"
  33.  
  34. 6) Now open up the VPN application in my case the application is Proton VPN
  35. 7) Connect to the VPN and then disconnect the VPN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement