[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

DHCP nao distribui



Amigos, li tudo o que eu podia mas ainda não consegui fazer funcionar o
meu dhcp,
tenho as 4 eths
eth0 ipvalido
eth1 rede1
eth2 rede2
eth3 rede3

ele so distribui ips na rede 3 nas outras redes ele nao distribui.
______________________________________________________________________________
dhcpd.conf

default-lease-time 86400;
max-lease-time 864000;
ddns-update-style none;
option domain-name "uniamerica";
option domain-name-servers 200.195.137.106, 200.195.137.107;
option netbios-node-type 1;
option netbios-scope "";
log-facility local7;

shared-network Redelocal {

        subnet 200.195.137.104 netmask 255.255.255.248 {}

        subnet 192.168.1.0 netmask 255.255.255.0 {
                option broadcast-address 192.168.1.255;
                option routers 192.168.1.5;
                range 192.168.1.10 192.168.1.100;
        }

        subnet 192.168.2.0 netmask 255.255.255.0 {
                option broadcast-address 192.168.2.255;
                option routers 192.168.2.5;
                range 192.168.2.10 192.168.2.100;
        }

        subnet 192.168.3.0 netmask 255.255.255.0 {
                option broadcast-address 192.168.3.255;
                option routers 192.168.3.5;
                range 192.168.3.10 192.168.3.100;
        }
}
______________________________________________________________________________
interfaces

auto lo
iface lo inet loopback

auto eth0 eth1 eth2 eth3

iface eth0 inet static
        address 200.195.137.110
        netmask 255.255.255.248
        network 200.195.137.104
        broadcast 200.195.137.111
        gateway 200.195.137.105
        dns-nameservers 200.195.137.110
iface eth1 inet static
        address 192.168.1.5
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
iface eth2 inet static
        address 192.168.2.5
        netmask 255.255.255.0
        network 192.168.2.0
        broadcast 192.168.2.255
iface eth3 inet static
        address 192.168.3.5
        netmask 255.255.255.0
        netword 192.168.3.0


sera que alguem pode me dar uma luz...

Atenciosamente

Paulo



Reply to: