On Mon, Apr 23, 2001 at 06:26:41PM +0200, Mykola Golub wrote: > Mikhail Sobolev wrote: > > > > On Mon, Apr 23, 2001 at 05:18:46PM +0200, Mykola Golub wrote: > > > В /etc/network/interfces прорисано > > > iface eth0 inet dhcp > > может, нужно еще словечке auto где-нибудь написать? > > > > > > Net is configured by script /etc/rcS.d/S40networking, wich starts before > S41portmap. The script use 'ifup -a' , i.e. all interfaces described in > /etc/network/interfaces must start. Or I am not right? i do not know for sure. :)) according to the man page (ifup (8)):
-a, --all Affect all interfaces marked auto. and to interfaces(5): Stanzas beginning with the word "auto" are used to identify interfaces that should be brought up automatically on system boot. Interface names should follow the word "auto" on the same line. Multiple "auto" stanzas may be used, or they may be combined into a single line. -- Misha