{"id":749,"date":"2009-04-23T08:49:49","date_gmt":"2009-04-23T12:49:49","guid":{"rendered":"http:\/\/www.databook.bz\/?page_id=749"},"modified":"2016-06-14T07:31:13","modified_gmt":"2016-06-14T11:31:13","slug":"disable-network-manager","status":"publish","type":"page","link":"http:\/\/www.linux-databook.info\/?page_id=749","title":{"rendered":"Disable NetworkManager"},"content":{"rendered":"<p>As discussed on the page, <a title=\"Network Manager\" href=\"http:\/\/www.linux-databook.info\/?page_id=537\">NetworkManager<\/a>, the NetworkManager makes setup and configuration of network connections very easy for non-technical users. It can be very useful in a mobile environment where a laptop may move from being connected by hard wired Ethernet cable, to a connection via wireless, to being connected over a WiMax connection. Those types of dynamic transitions are made extremely easy by the NetworkManager.<\/p>\n<p>That easy transition can cause issues when using multiple NICs in a more static environment. I have found that NetworkManager cannot always determine the correct NICs to bring up on a\u00a0 couple of my systems that I use for routers and which have four NICs each. In fact, sometimes no connectivity at all is extant after a reboot. This is not such a good thing in the event that a remote reboot is required. Under such conditions it may be desirable to disable the Network Manager and return control of network initialization to the older network init scripts.<\/p>\n<p>Both the NetworkManager and the older network init scripts are controlled by the chkconfig command. Be sure to both turn off the NetworkManager and turn on network using the commands:<\/p>\n<blockquote>\n<pre style=\"padding-left: 30px;\">chkconfig NetworkManager off\r\nservice NetworkManager stop\r\nchkconfig network on\r\nservice network restart<\/pre>\n<\/blockquote>\n<p>These commands transfer network startup control back to the older init scripts and turn off the dynamic NetworkManager. And yes, the commands for NetworkManager do contain capital letters.<\/p>\n<p>You must also be sure that the network configuration files, \/etc\/sysconfig\/network-scripts\/ifcfg-&lt;NIC Name&gt; are properly configured. See the sample on the <a title=\"Network Manager\" href=\"http:\/\/www.linux-databook.info\/?page_id=537\">NetworkManager<\/a> page and a more complete explanation of these files on the Configuring Network Interface Cards (NIC) page.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As discussed on the page, NetworkManager, the NetworkManager makes setup and configuration of network connections very easy for non-technical users. It can be very useful in a mobile environment where a laptop may move from being connected by hard wired&hellip;<\/p>\n<p class=\"more-link-p\"><a class=\"more-link\" href=\"http:\/\/www.linux-databook.info\/?page_id=749\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":537,"menu_order":3,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-749","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/www.linux-databook.info\/index.php?rest_route=\/wp\/v2\/pages\/749","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.linux-databook.info\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.linux-databook.info\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.linux-databook.info\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.linux-databook.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=749"}],"version-history":[{"count":8,"href":"http:\/\/www.linux-databook.info\/index.php?rest_route=\/wp\/v2\/pages\/749\/revisions"}],"predecessor-version":[{"id":4755,"href":"http:\/\/www.linux-databook.info\/index.php?rest_route=\/wp\/v2\/pages\/749\/revisions\/4755"}],"up":[{"embeddable":true,"href":"http:\/\/www.linux-databook.info\/index.php?rest_route=\/wp\/v2\/pages\/537"}],"wp:attachment":[{"href":"http:\/\/www.linux-databook.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=749"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}