[FUG-BR] DHCP
Ronan Lucio
listas em tiper.com.br
Segunda Julho 13 17:42:09 BRT 2009
Anderson,
Digita aí (para isc-dhcpd):
# man dhcpd.conf
Tem uma seção falando especificamento sobre DHCP Failover:
/"The failover protocol allows two DHCP servers (and no more than two) to
share a common address pool. Each server will have about half of the
available IP addresses in the pool at any given time for allocation.
If one server fails, the other server will continue to renew leases out
of the pool, and will allocate new addresses out of the roughly half of
available addresses that it had when communications with the other
server were lost.
It is possible during a prolonged failure to tell the remaining server
that the other server is down, in which case the remaining server will
(over time) reclaim all the addresses the other server had available
for allocation, and begin to reuse them. This is called putting the
server into the PARTNER-DOWN state."
/
Com exemplo e tudo:
/"failover peer "foo" {
primary;
address anthrax.rc.vix.com;
port 519;
peer address trantor.rc.vix.com;
peer port 520;
max-response-delay 60;
max-unacked-updates 10;
mclt 3600;
split 128;
load balance max seconds 3;
}"
/
[]s
Ronan
Anderson Alves de Albuquerque escreveu:
> Para aumentar a tolerância a falha no serviço de DHCP, qual a melhor
> solução?
>
> Alguns falam em utilizar dois DHCPs na rede com range de IPs diferentes.
> Alguém recomenda isto ou outra solução?
>
>
>
> Outra pergunta:
>
> - recebi uma rede que distribui IPs por DHCP e queria garantir IP para as
> estação. POrém não quero configurá-las manualmente e nem ter o trabalho de
> cadastrar os MACs no DHCP server. Existe algum parâmetro que fixa o IP para
> a os cliente durante tempo infinito?
>
> Os parâmtros que achei fixam o IP por tempos limitados apenas.
>
>
>
Mais detalhes sobre a lista de discussão freebsd