Tengo un router
Código:
auto eth1
iface eth1 inet static
address 192.168.1.64
netmask 255.255.255.224
auto eth3
iface eth3 inet static
address 192.168.1.32
netmask 255.255.255.224
Ahore quiero conectarle un router para la subred 192.168.1.32
Código:
auto eth0
iface eth0 inet static
address 192.168.1.33
netmask 255.255.255.224
gateway 192.168.1.32
Cuando reinicio el servicio
Código:
root@usuadmin-virtual-machine:/home/usuadmin# /etc/init.d/networking restart
* Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
* Reconfiguring network interfaces... RTNETLINK answers: File exists
Failed to bring up eth0.
[ OK ]