El jue, 11-03-2004 a las 20:02, Pablo Bitreras escribió: > On Thu, 11 Mar 2004 19:17:49 -0300 > Germán Poó Caamaño <[EMAIL PROTECTED]> wrote: > [...] > > > > Con DHCP: > > auto eth0 > > iface eth0 inet dhcp > > > > IP fija: > > auto eth0 > > iface eth0 inet static > > address ... > > netmask ... > > network ... > > broadcast ... > > gateway ... > > > > Existe alguna forma para que tome una MAC determinada, para no estar agregado > cosas al /inid.d/networking y tampoco estar ejecutando ifconfig.
No entiendo tu pregunta. en /etc/init.d/networking no hay nada que tocar. Tampoco es necesario ejecutar ifconfig. Si colocas auto eth0, arrancara automaticamente al inicio. Si quieres asignacion automatica de direccion IP, debes elegir DHCP, pero en alguna parte debes definirlo (interfaces). -- Germán Poó Caamaño mailto:[EMAIL PROTECTED] http://www.ubiobio.cl/~gpoo/

