SilverTip257 wrote: > On Fri, Feb 15, 2013 at 1:35 PM, Les Mikesell <lesmikesell at gmail.com> > wrote: >> On Fri, Feb 15, 2013 at 12:26 PM, Robert Moskowitz <rgm at htt-consult.com> >> wrote: >> >> > And when you edit ifcfg-eth0 what command restarts the interface? >> > I generally throw in the following to ifcfg-___ just to be safe: > NM_CONTROLLED="no" You forgot: service NetworkManager stop chkconfig NetworkManager off > >> ifdown eth0 >> ifup eth0 > > or > service network restart That's considered better around here. <snip> mark