13/08/2011, 12:31
|
| | Fecha de Ingreso: junio-2008
Mensajes: 59
Antigüedad: 16 años, 4 meses Puntos: 0 | |
Problema al reiniciar /etc/init.d/networking He modificado el interfaces para tener una ip estática
iface lo inet loopback
auto eth0
iface eth0 static
address 192.168.0.45
netmask 255.255.255.0
gategay 192.168.0.1
Después he ejecutado
sudo /etc/init.d/networking restart
y me ha salido este error:
running etc init.d networking restart is deprecated because it may not enable again some interfaces
Reconfiguring network interfaces ...
ssh stop/waiting
ssh start/running, proces 1565 ( el numero va variando ) [OK]
No tengo mucha idea de servidores y estoy siguiendo un manual ... pero me he quedado en este paso y no se que hacer
Muchas gracias de antemano |