DHCP a MAC adresy
Vaclav Rehak
vasek at openbsd.cz
Thu Nov 21 02:51:53 CET 2002
On Thu, Nov 21, 2002 at 01:10:02AM +0100, Pentium wrote:
>
> ANO ja objevil soubor do ktereho si pise i mac adresu a ip kterou ji dal a
> pri pristim pripojeni pouziva stejnou adresu z toho souboru. Ale pokud jsem
> v tom souboru zadal ze xxx mac adresa bude mit cislo misto 99 sem to smazal
> a napsal tam 5 tak stejne mel priste 99 Pokud jsem editoval DHCP config a
> napsal tam:
restartoval jste dhcpd, aby znovu nacetl konfiguraci ?
> > Nejak nejsem z toho vseho moudry, co vlastne mate za problem,
> > ale v isc-dhcpd se navazuje domenova adresa na hardwarovou
> > pomoci
> Udelal jsem si fiktivni domenu martin-network.cz
> server je server.martin-network.cz a ip je 192.168.1.1 maska 255.255.255.0
> >
> > host martin {
> > hardware ethernet aa:bb:cc:dd:ee:ff;
> > fixed-address martin.martin-network.cz;
> > }
> Tak ale nechapu jak to pozna jmeno uzivatele z win 98 ten {host} a jak pozna
> podle tohoto zapisu ze mu ma dat adresu 192.168.1.5 ?
Ne, tohle prideli stroji s MAC adresou aa:bb:cc:dd:ee:ff
IP adresu, kterou ma DNS nastaveny martin.martin-network.cz.
dhcpd.conf(5):
Host declarations are matched to actual DHCP or BOOTP
clients by matching the dhcp-client-identifier option
specified in the host declaration to the one supplied by
the client, or, if the host declaration or the client does
not provide a dhcp-client-identifier option, by matching
the hardware parameter in the host declaration to the net-
work hardware address supplied by the client. BOOTP
clients do not normally provide a dhcp-client-identifier,
so the hardware address must be used for all clients that
may boot using the BOOTP protocol.
Takze byste musel donutit windows, aby posilali dhcp-client-identifier,
ale priznam se, ze jsem to v praxi nikde nevidel.
Vaclav Rehak
More information about the Users-l
mailing list