Salu2 colegas.

Tengo un server dhcp en debian 9 y quiero saber si es posible que trabaje con redes virtuales por ejemplo:


enp4s0:1, enp4s0:2,  enp4s0:3 etc y cada una por supuesto tiene redes diferentes x.x.x.x/28 y x.x.x.x/27

si solo le doy a la red enp4s0:1 pincha perfecto, pero cuando le agrego otra subred es donde se forma la ............ espero entiendan la palabra

##################
#--LABORATORIOS--#
##################

#--Laboratorio-2--#
subnet x.x.x.x netmask 255.255.255.240 {
    log-facility local7;
    interface "enp4s0:1";
    range x.x.x.1 x.x.x.11;
    option domain-name "ipi.cm.rimed.cu";
    option domain-name-servers x.x.x.x;
    option routers x.x.x.x;
    option broadcast-address x.x.x.x;
    default-lease-time 720;
    max-lease-time 7200;
}
    authoritative;

host Lab2-Maq-1 {
  hardware ethernet 00:00:00:00:00:01;
  fixed-address x.x.x.1;
  option host-name "Lab2-Maq-1";
}

hasta ahi me pincha bien pero cuando ago esto, pero cuado le agrego la otra, ya saben...

##################
#--DEPARTAMENTOS--#
##################

subnet y.y.y.y netmask 255.255.255.192 {
    log-facility local7;
    interface "enp4s0:2";
    range y.y.y.8 y.y.y.10;
    option domain-name "ipi.cm.rimed.cu";
    option domain-name-servers y.y.y.y;
    option routers y.y.y.y;
    option broadcast-address y.y.y.y;
    default-lease-time 720;
    max-lease-time 7200;
}
    authoritative;

host Maria {
  hardware ethernet 00:00:00:00:00:02;
  fixed-address y.y.y.8;
  option host-name "Maria";
}

alguna solucion.. Gracias de antemano colegas un Abrazo

------------------------------------------------------ EL MINISTERIO DE EDUCACION SE PREPARA PARA CELEBRAR EL 500 ANIVERSARIO DE LA HABANA, LA CAPITAL DE TODOS LOS CUBANOS

16 de noviembre del 2019 www.mined.gob.cu ---------------------------------------------------

_______________________________________________
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu

Responder a