User login

Poll

Window manager/desktop favorit?
KDE
10%
Gnome
45%
XFCE
30%
Enlightenment
0%
Blackbox, Fluxbox
15%
Windowmaker
0%
Altceva
0%
Total votes: 20

Partners

[banner]

[banner]

[banner]

Dhcpd log

am facut server dhcpd, dr primesc un log "remove host declaration ... or remove x.x.x.x(ip)from the dynamic adress pool for x.x.x.x(ip)". Este normal, sau am gresit cumva ? In rest totul merge ok. Multumesc.

Salut ! Incerci cumva sa

Salut !

Incerci cumva sa aloci ceeasi adresa in doua locuri ? Ai putea sa postezi dhcp.conf aici ?

dhcpd.conf

Mai jos configul dhcp:

########################################################
ddns-update-style ad-hoc;

option domain-name "cozmo.net";


option domain-name-servers  82.77.185.128, 212.93.136.2, 212.93.137.18;
option netbios-name-servers 82.77.185.128, 212.93.136.2, 212.93.137.18;
default-lease-time 14400;
max-lease-time 86400;
authoritative;
log-facility local7;

subnet 82.77.185.0 netmask 255.255.255.0 {
  range 82.77.185.130 82.77.185.254;
  option routers 82.77.185.128;
}


host shinobi {
  hardware ethernet 00:E0:4C:70:A8:06;
  fixed-address 82.77.185.152;
          filename "/dhcpd/shinobi.boot";
          option domain-name "cozmo.net";

}
......
################################################################

Si mesajul pe care-l primesc:

Dynamic and static leases present for 82.77.185.152.
Remove host declaration shinobi or remove 82.77.185.152 from the dynamic address pool for 82.77.185/24

In cazul asta ai rezolvat

In cazul asta ai rezolvat problema. Sterge host shinobi sau pune-i un IP in afara range-ului specificat in subnet :)

multumesc

Multumesc mult Sergiu.
Am scos declaratia de range IP cu totul :D