16/09/2004, 13:59
|
| | | Fecha de Ingreso: mayo-2004
Mensajes: 972
Antigüedad: 20 años, 6 meses Puntos: 2 | |
ifconfig
link encap:local loopback
inet addr:127.0.0.1 mask: 255.0.0.0
up loopback running mtv:16436 metric:1
rx packets:144 errors :0 dropped:0 overruns:0
frame:0 tx packets:144 errors:0 dropped:0
overruns:0 carrier:0 collisions:0 txquevelen:0
rx bytes:9532 (9.3 kib) tx bytes:9532 (9.3 kib)
y en el fichero /etc/network/interfaces
etherconf defconf...
auto lo eth0
if face lo inet lookback
name interfaz de bucle local
ifface eth0 inet dhcp
hostname 10.11.0.10
name tarjeta de red ethernet
adress 10.11.0.16
netmask 255.255.0.0
broadkast 10.11.255.255
network 10.11.0.0
gateway 10.11.0.9 |