|
Re: problem in connecting to internet
Problem is probably that your wifi wan't to connect using IPv6.
Try this:
Start your Terminal and execute:
# nm-connection-editor
Go to wireless and edit your wireless connection. Go to IPv6 Settings and make sure 'Method' is 'Ignore'.
After that restart Network Manager.
# sudo NetworkManager
Now you should be back online.
|