problema al asignar ip fija
Publicado por sam (4 intervenciones) el 21/08/2017 03:26:47
hola soy novato en debian tengo instalado strech y virtualvox con debian strech igual pero ahora mi idea era otorgarles una direccion ip fija primero ami pc real pero al entrar a /etc/network/interfaces y agregar lo siguiente
y de pues querer reiniciar los servicios con sudo /etc/init.d/networking restart
....] Restarting networking (via systemctl): networking.serviceJob for networking.service failed because the control process exited with error code.
See "systemctl status networking.service" and "journalctl -xe" for details.
failed!
a que se debe si me pueden ayudar soy novato en linux debian y quiero hacignarle ip fija tanto a mi pc real como a la virtualizada pero empezando no me va gracias por su ayuda saludos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
#mi interfaces estatic
auto eth0
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.0.1
broadcast 192.168.1.255
gateway 192.168.0.1
y de pues querer reiniciar los servicios con sudo /etc/init.d/networking restart
....] Restarting networking (via systemctl): networking.serviceJob for networking.service failed because the control process exited with error code.
See "systemctl status networking.service" and "journalctl -xe" for details.
failed!
a que se debe si me pueden ayudar soy novato en linux debian y quiero hacignarle ip fija tanto a mi pc real como a la virtualizada pero empezando no me va gracias por su ayuda saludos
Valora esta pregunta


0