I find at least there are two start mode of an ethernet interface, on boot and auto. What is the difference between the two? Where I can find a formal document that covers this topic?

link|improve this question

33% accept rate
You missed some things. – Ignacio Vazquez-Abrams Oct 25 '11 at 10:22
Please explain which distribution you're using and where you set this mode. I believe you're referring to initialization scripts which are not standardized across distros. – Kristof Provost Oct 25 '11 at 10:27
I'm using SUSE11, and you can find STARTMODE in /etc/sysconfig/network/ifcg-eth0, for example – HaiYuan Zhang Oct 25 '11 at 10:53
feedback

1 Answer

As other comments have stated, network configuration differs between Linux distribution, but normally onboot or static in the configuration file is used for setting up a static interface configuration whereas auto defers the configuration which will then be performed by a DHCP client program like dhclient or NetworkManager.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.