[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "recordar" configuracion tarj red



Mon, 25 Nov 2002 21:52:43 -0400 an
millern <millern@telesurf.com.py>  idatzi zenuen:

> Hola que tal
> bueno no tengo problemas instalando mi tarjeta, ni asignando
> mi ip netmask etc en forma manual, sin embargo tengo que
> hacerlo cada vez que boteo... en que archivo tendria que
> poner todo esto?

fichero:
$ cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8),
# ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback

# The first network card - this entry was created during the
# Debian installation(network, broadcast and gateway are
# optional) automatically added when upgrading
auto eth0
iface eth0 inet static
        address xxx.xxx.xxx.xxx
        netmask 255.255.255.0
        network xxx.xxx.xxx.0
        broadcast xxx.xxx.xxx.255

auto eth1
iface eth1 inet static
        address 192.168.1.1
        netmask 255.255.255.0
        network 192.168.1.0  
        broadcast 192.168.1.255



La opcion auto eth0 es la q "obliga" a levantar la interface
en el arranque... y ifup es llamado por el servicio (o como se
llame, los enlaces q estan en el dir /etc/rdx.d/) llamado
network, q seguramente tendras creado....

Q tengas suerte....



Reply to: