Solution to the problem of wired connection but no Internet access in ubuntu (ubuntu does not connect to the Internet)

Source: Internet
Author: User
This article mainly introduces how to solve the problem of wired connection but no Internet access in ubuntu (ubuntu does not connect to the Internet). If you need it, refer to the following tag: Ubuntu

Ubuntu has a wired connection but cannot access the internet. execute the following command to solve the problem:


Copy codeThe code is as follows:
Sudo sysctl net. ipv4.conf. default. rp_filter = 0
Sudo sysctl net. ipv4.conf. all. rp_filter = 0
Sudo sysctl net. ipv4.ip _ forward = 1
Sudo sysctl net. ipv6.conf. all. forwarding = 1

Or directly append it to/etc/sysctl. conf.

If a device is not hosted, the network is usually disabled after the desktop's default mobile IP address.

Modify/etc/NetworkManager. conf and set managed to true and reboot.

Sometimes, even if the above four items cannot connect to the network, it is caused by managed = true and then changed to false to connect to the webpage.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.