Network Connection Management Solution bug in Linux

Source: Internet
Author: User

In Linux, there are two sets of network connection management solutions:

1./etc/Network/interfaces (/etc/init. d/networking)

2. NetworkManager

The two solutions conflict and cannot coexist at the same time.

The first solution is applicable to environments without X, such as servers, or connections that do not need to be changed at all.

The second solution is to use a desktop environment, especially a notebook, to change the network connection conditions at any time.

-------------

To avoid conflicts and share configurations, the two of them have the following solutions:

1. When NetworkManager finds that/etc/Network/interfaces has been changed, it will close itself (shown as unhosted) unless the managed settings come true.

2. When managed is set to true,/etc/Network/interfaces does not take effect.

Note: managed refers/Etc/NetworkManager. confThe last value in

Solution:

If you manually set the network, you can uninstall the network manager for convenience (with caution)

Sudo apt-Get remove Network Manager

You can modify the network settings only by modifying the/etc/Network/interfaces document.

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.