Странности с DHCP

Linux, безопасность, сети и все что с этим связано
Аватара пользователя
Dark_Sarmat
Маньяк
Сообщения: 183
Зарегистрирован: 24 мар 2008, 08:26
Откуда: из Минска
Контактная информация:

Странности с DHCP

Сообщение Dark_Sarmat »

Проблема такова
Сначала в сети на серваке стояла 2003 винда, после очередного BSOD мои нервы не выдержали. Поставил Debian 4 r3. Поднял DHCP и тут началось интересное: Когда в сети стояла винда, IP получался шустро, а теперь бывает такое что на компах юзверей нужно пытаться обновить IP
Не выдается с первого раза.

На серваке поотключал все что не нужно, всеравно такие граблины.
Если Админу дать много-много денег, то он построит огромную компьютерную сеть и будет админить для души.

assd
Интересующийся
Сообщения: 70
Зарегистрирован: 28 май 2008, 20:27

Сообщение assd »

конфиг и логи раздачи адресов есть?=) а также tcpdump и debug mode.....=)))

Аватара пользователя
Dark_Sarmat
Маньяк
Сообщения: 183
Зарегистрирован: 24 мар 2008, 08:26
Откуда: из Минска
Контактная информация:

Сообщение Dark_Sarmat »

Файл конфига выглядит следующим образом:

Код: Выделить всё

#
# Sample configuration file for ISC dhcpd for Debian
#
# $Id: dhcpd.conf,v 1.1.1.1 2002/05/21 00:07:44 peloy Exp $
#

# The ddns-updates-style parameter controls whether or not the server will
# attempt to do a DNS update when a lease is confirmed. We default to the
# behavior of the version 2 packages ('none', since DHCP v2 didn't
# have support for DDNS.)
ddns-update-style none;

# option definitions common to all supported networks...
option domain-name "independent.lan";
option domain-name-servers ns1.independent.lan, ns2.independent.lan, 192.168.125.3, 192.168.125.10;

default-lease-time 60000;
max-lease-time 720000;

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
#authoritative;

# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;

# No service will be given on this subnet, but declaring it helps the 
# DHCP server to understand the network topology.

#subnet 10.152.187.0 netmask 255.255.255.0 {
#}

# This is a very basic subnet declaration.

#subnet 10.254.239.0 netmask 255.255.255.224 {
#  range 10.254.239.10 10.254.239.20;
#  option routers rtr-239-0-1.example.org, rtr-239-0-2.example.org;
#}

# This declaration allows BOOTP clients to get dynamic addresses,
# which we don't really recommend.

#subnet 10.254.239.32 netmask 255.255.255.224 {
#  range dynamic-bootp 10.254.239.40 10.254.239.60;
#  option broadcast-address 10.254.239.31;
#  option routers rtr-239-32-1.example.org;
#}

# A slightly different configuration for an internal subnet.
#subnet 10.5.5.0 netmask 255.255.255.224 {
#  range 10.5.5.26 10.5.5.30;
#  option domain-name-servers ns1.internal.example.org;
#  option domain-name "internal.example.org";
#  option routers 10.5.5.1;
#  option broadcast-address 10.5.5.31;
#  default-lease-time 600;
#  max-lease-time 7200;
#}

# Hosts which require special configuration options can be listed in
# host statements.   If no address is specified, the address will be
# allocated dynamically (if possible), but the host-specific information
# will still come from the host declaration.

#host passacaglia {
#  hardware ethernet 0:0:c0:5d:bd:95;
#  filename "vmunix.passacaglia";
#  server-name "toccata.fugue.com";
#}

# Fixed IP addresses can also be specified for hosts.   These addresses
# should not also be listed as being available for dynamic assignment.
# Hosts for which fixed IP addresses have been specified can boot using
# BOOTP or DHCP.   Hosts for which no fixed address is specified can only
# be booted with DHCP, unless there is an address range on the subnet
# to which a BOOTP client is connected which has the dynamic-bootp flag
# set.
#host fantasia {
#  hardware ethernet 08:00:07:26:c0:a5;
#  fixed-address fantasia.fugue.com;
#}

# You can declare a class of clients and then do address allocation
# based on that.   The example below shows a case where all clients
# in a certain class get addresses on the 10.17.224/24 subnet, and all
# other clients get addresses on the 10.0.29/24 subnet.

#class "foo" {
#  match if substring (option vendor-class-identifier, 0, 4) = "SUNW";
#}

#shared-network 224-29 {
#  subnet 10.17.224.0 netmask 255.255.255.0 {
#    option routers rtr-224.example.org;
#  }
#  subnet 10.0.29.0 netmask 255.255.255.0 {
#    option routers rtr-29.example.org;
#  }
#  pool {
#    allow members of "foo";
#    range 10.17.224.10 10.17.224.250;
#  }
#  pool {
#    deny members of "foo";
#    range 10.0.29.10 10.0.29.230;
#  }
#}
# Independent.LAN
subnet 192.168.125.0 netmask 255.255.255.0 {
	authoritative;
	allow client-updates;
	allow unknown-clients;
	ddns-updates off;
	ddns-hostname "host.independent.lan";
	ddns-domainname "independent.lan";
	server-name "ns1.independent.lan, ns2.independent.lan";
	range 192.168.125.1 192.168.125.254;
		}
# MS routes: adds extras to supplement routers option
option ms-classless-static-routes code 249 = array of unsigned integer 8;
# RFC3442 routes: overrides routers option
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
#Anitex routes
option ms-classless-static-routes 24, 81,25,32, 192,168,125,5, 32,172,17,222,1, 192,168,125,3, 32, 172,17,222,2, 192,168,125,3, 32, 10,1,46,1, 192,168,125,6, 32, 68,178,211,79, 192,168,125,5;
option rfc3442-classless-static-routes 24, 81,25,32, 192,168,125,5, 32,172,17,222,1, 192,168,125,3, 32, 172,17,222,2, 192,168,125,3, 32, 10,1,46,1, 192,168,125,6, 32, 68,178,211,79, 192,168,125,5;

Список арендованных

Код: Выделить всё

# All times in this file are in UTC (GMT), not your local timezone.   This is
# not a bug, so please don't ask about it.   There is no portable way to
# store leases in the local timezone, so please don't request this as a
# feature.   If this is inconvenient or confusing to you, we sincerely
# apologize.   Seriously, though - don't ask.
# The format of this file is documented in the dhcpd.leases(5) manual page.
# This lease file was written by isc-dhcp-V3.0.4

lease 192.168.125.245 {
  starts 4 2008/06/05 17:39:37;
  ends 4 2008/06/05 17:39:37;
  tstp 4 2008/06/05 17:39:37;
  binding state free;
  hardware ethernet 00:13:8f:6f:7d:4a;
  uid "\001RAS \000\023\217o}J\000\000\000\000\000\000";
}
lease 192.168.125.132 {
  starts 4 2008/06/05 09:41:33;
  ends 4 2008/06/05 18:01:21;
  tstp 4 2008/06/05 18:01:21;
  binding state free;
  hardware ethernet 00:80:48:45:c2:c1;
  uid "\001\000\200HE\302\301";
}
lease 192.168.125.239 {
  starts 4 2008/06/05 20:04:04;
  ends 4 2008/06/05 20:06:04;
  tstp 4 2008/06/05 20:06:04;
  binding state free;
  hardware ethernet 00:11:95:66:9b:41;
  uid "\001\000\021\225f\233A";
}
lease 192.168.125.111 {
  starts 4 2008/06/05 14:26:02;
  ends 5 2008/06/06 07:06:02;
  tstp 5 2008/06/06 07:06:02;
  binding state free;
  hardware ethernet 00:14:85:2f:ad:3f;
  uid "\001\000\024\205/\255?";
}
lease 192.168.125.251 {
  starts 5 2008/06/06 14:59:39;
  ends 5 2008/06/06 16:54:56;
  tstp 5 2008/06/06 16:54:56;
  binding state free;
  hardware ethernet 00:c0:9f:5b:25:85;
  uid "\001\000\300\237[%\205";
}
lease 192.168.125.236 {
  starts 6 2008/06/07 14:57:57;
  ends 6 2008/06/07 14:59:38;
  tstp 6 2008/06/07 14:59:38;
  binding state free;
  hardware ethernet 00:1c:f0:f9:8d:f4;
}
lease 192.168.125.250 {
  starts 6 2008/06/07 15:39:25;
  ends 0 2008/06/08 08:16:03;
  tstp 0 2008/06/08 08:16:03;
  binding state free;
  hardware ethernet 00:15:58:b0:db:b3;
  uid "\001\000\025X\260\333\263";
}
lease 192.168.125.247 {
  starts 6 2008/06/07 16:21:47;
  ends 0 2008/06/08 09:01:47;
  tstp 0 2008/06/08 09:01:47;
  binding state free;
  hardware ethernet 00:15:58:61:4e:d5;
  uid "\001\000\025XaN\325";
}
lease 192.168.125.72 {
  starts 0 2008/06/08 12:47:09;
  ends 1 2008/06/09 05:27:09;
  tstp 1 2008/06/09 05:27:09;
  binding state free;
  hardware ethernet 00:13:8f:c8:af:bb;
  uid "\001\000\023\217\310\257\273";
}
lease 192.168.125.234 {
  starts 0 2008/06/08 17:52:25;
  ends 1 2008/06/09 10:32:25;
  tstp 1 2008/06/09 10:32:25;
  binding state free;
  hardware ethernet 00:1b:38:c9:54:bc;
  uid "\001\000\0338\311T\274";
}
lease 192.168.125.235 {
  starts 0 2008/06/08 20:08:45;
  ends 1 2008/06/09 12:48:45;
  tstp 1 2008/06/09 12:48:45;
  binding state free;
  hardware ethernet 00:19:5b:68:fe:94;
  uid "\001\000\031[h\376\224";
}
lease 192.168.125.116 {
  starts 1 2008/06/09 17:02:49;
  ends 2 2008/06/10 09:42:49;
  tstp 2 2008/06/10 09:42:49;
  binding state free;
  hardware ethernet 00:04:61:7a:5a:15;
  uid "\001\000\004azZ\025";
}
lease 192.168.125.68 {
  starts 1 2008/06/09 17:35:00;
  ends 2 2008/06/10 10:15:00;
  tstp 2 2008/06/10 10:15:00;
  binding state free;
  hardware ethernet 00:13:d4:7e:bd:6d;
  uid "\001\000\023\324~\275m";
}
lease 192.168.125.151 {
  starts 1 2008/06/09 18:26:20;
  ends 2 2008/06/10 11:06:20;
  tstp 2 2008/06/10 11:06:20;
  binding state free;
  hardware ethernet 00:1a:4b:5a:8c:da;
  uid "\001\000\032KZ\214\332";
}
lease 192.168.125.177 {
  starts 1 2008/06/09 18:45:03;
  ends 2 2008/06/10 11:25:03;
  tstp 2 2008/06/10 11:25:03;
  binding state free;
  hardware ethernet 00:1b:fc:ee:70:b5;
  uid "\001\000\033\374\356p\265";
}
lease 192.168.125.121 {
  starts 2 2008/06/10 11:35:06;
  ends 3 2008/06/11 04:15:06;
  tstp 3 2008/06/11 04:15:06;
  binding state free;
  hardware ethernet 00:11:2f:b9:04:53;
  uid "\001\000\021/\271\004S";
}
lease 192.168.125.134 {
  starts 2 2008/06/10 17:25:45;
  ends 3 2008/06/11 10:05:45;
  tstp 3 2008/06/11 10:05:45;
  binding state free;
  hardware ethernet 00:13:8f:6f:7d:4a;
  uid "\001\000\023\217o}J";
}
lease 192.168.125.237 {
  starts 2 2008/06/10 20:37:41;
  ends 3 2008/06/11 13:17:41;
  tstp 3 2008/06/11 13:17:41;
  binding state free;
  hardware ethernet 00:16:d4:bb:6d:d2;
  uid "\001\000\026\324\273m\322";
}
lease 192.168.125.238 {
  starts 3 2008/06/11 20:02:03;
  ends 3 2008/06/11 20:04:03;
  tstp 3 2008/06/11 20:04:03;
  binding state free;
  hardware ethernet 00:e0:4c:35:10:d1;
  uid "\001\000\340L5\020\321";
  client-hostname "alexey";
}
lease 192.168.125.113 {
  starts 3 2008/06/11 22:04:10;
  ends 3 2008/06/11 22:13:37;
  tstp 3 2008/06/11 22:13:37;
  binding state free;
  hardware ethernet 00:1a:92:b6:de:43;
  uid "\001\000\032\222\266\336C";
}
lease 192.168.125.126 {
  starts 3 2008/06/11 08:03:33;
  ends 4 2008/06/12 00:43:33;
  tstp 4 2008/06/12 00:43:33;
  binding state free;
  hardware ethernet 00:05:5d:c8:a9:f5;
  uid "\001\000\005]\310\251\365";
}
lease 192.168.125.248 {
  starts 3 2008/06/11 22:42:15;
  ends 4 2008/06/12 15:22:15;
  tstp 4 2008/06/12 15:22:15;
  binding state free;
  hardware ethernet 00:17:9a:c2:0d:03;
  uid "\001\000\027\232\302\015\003";
}
lease 192.168.125.253 {
  starts 4 2008/06/12 04:22:04;
  ends 4 2008/06/12 21:02:04;
  tstp 4 2008/06/12 21:02:04;
  binding state free;
  hardware ethernet 00:0d:87:26:b2:2e;
  uid "\001\000\015\207&\262.";
}
lease 192.168.125.189 {
  starts 4 2008/06/12 04:56:21;
  ends 4 2008/06/12 21:36:21;
  tstp 4 2008/06/12 21:36:21;
  binding state free;
  hardware ethernet 00:0f:ea:4f:b5:c5;
  uid "\001\000\017\352O\265\305";
}
lease 192.168.125.240 {
  starts 4 2008/06/12 05:21:42;
  ends 4 2008/06/12 22:01:42;
  tstp 4 2008/06/12 22:01:42;
  binding state free;
  hardware ethernet 00:40:ca:c0:d4:0f;
  uid "\001\000@\312\300\324\017";
}
lease 192.168.125.99 {
  starts 4 2008/06/12 12:45:32;
  ends 5 2008/06/13 05:25:32;
  tstp 5 2008/06/13 05:25:32;
  binding state free;
  hardware ethernet 00:19:21:01:1c:94;
  uid "\001\000\031!\001\034\224";
}
lease 192.168.125.150 {
  starts 4 2008/06/12 13:00:18;
  ends 5 2008/06/13 05:40:18;
  tstp 5 2008/06/13 05:40:18;
  binding state free;
  hardware ethernet 00:e0:4c:c4:18:ea;
  uid "\001\000\340L\304\030\352";
}
lease 192.168.125.137 {
  starts 4 2008/06/12 14:05:04;
  ends 5 2008/06/13 06:45:04;
  tstp 5 2008/06/13 06:45:04;
  binding state active;
  next binding state free;
  hardware ethernet 00:0f:ea:38:db:ed;
  uid "\001\000\017\3528\333\355";
  client-hostname "kruzenshtern";
}
lease 192.168.125.200 {
  starts 4 2008/06/12 15:41:50;
  ends 5 2008/06/13 08:21:50;
  tstp 5 2008/06/13 08:21:50;
  binding state active;
  next binding state free;
  hardware ethernet 00:d0:09:fc:dd:b5;
  uid "\001\000\320\011\374\335\265";
  client-hostname "murka";
}
lease 192.168.125.210 {
  starts 4 2008/06/12 15:47:43;
  ends 5 2008/06/13 08:27:43;
  tstp 5 2008/06/13 08:27:43;
  binding state active;
  next binding state free;
  hardware ethernet 00:c0:9f:5b:25:85;
  uid "\001\000\300\237[%\205";
  client-hostname "homerdig";
}
lease 192.168.125.142 {
  starts 4 2008/06/12 15:47:43;
  ends 5 2008/06/13 08:27:43;
  tstp 5 2008/06/13 08:27:43;
  binding state active;
  next binding state free;
  hardware ethernet 00:04:61:a9:16:e2;
  uid "\001\000\004a\251\026\342";
  client-hostname "leon";
}
lease 192.168.125.105 {
  starts 4 2008/06/12 15:49:22;
  ends 5 2008/06/13 08:29:22;
  tstp 5 2008/06/13 08:29:22;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4d:23:8f:8b;
  uid "\001\000\340M#\217\213";
  client-hostname "4bb64711315b495";
}
lease 192.168.125.107 {
  starts 4 2008/06/12 16:09:44;
  ends 5 2008/06/13 08:49:44;
  tstp 5 2008/06/13 08:49:44;
  binding state active;
  next binding state free;
  hardware ethernet 00:16:ec:f5:08:f3;
  uid "\001\000\026\354\365\010\363";
  client-hostname "ANGEL";
}
lease 192.168.125.124 {
  starts 4 2008/06/12 16:12:47;
  ends 5 2008/06/13 08:52:47;
  tstp 5 2008/06/13 08:52:47;
  binding state active;
  next binding state free;
  hardware ethernet 00:15:58:90:bb:9a;
  uid "\001\000\025X\220\273\232";
  client-hostname "comp12345";
}
lease 192.168.125.201 {
  starts 4 2008/06/12 16:30:17;
  ends 5 2008/06/13 09:10:17;
  tstp 5 2008/06/13 09:10:17;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4c:67:15:f4;
  uid "\001\000\340Lg\025\364";
  client-hostname "aleksand-6edaa9";
}
lease 192.168.125.159 {
  starts 4 2008/06/12 16:33:52;
  ends 5 2008/06/13 09:13:52;
  tstp 5 2008/06/13 09:13:52;
  binding state active;
  next binding state free;
  hardware ethernet 00:1d:60:1e:11:3f;
  uid "\001\000\035`\036\021?";
  client-hostname "qwerty-b94bb69d";
}
lease 192.168.125.78 {
  starts 4 2008/06/12 16:35:02;
  ends 5 2008/06/13 09:15:02;
  tstp 5 2008/06/13 09:15:02;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4d:35:74:ec;
  uid "\001\000\340M5t\354";
  client-hostname "vm10-p2-kv41";
}
lease 192.168.125.241 {
  starts 4 2008/06/12 16:53:39;
  ends 5 2008/06/13 09:33:39;
  tstp 5 2008/06/13 09:33:39;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4c:48:2f:e7;
  uid "\001\000\340LH/\347";
  client-hostname "dad-aace8e5aad6";
}
lease 192.168.125.207 {
  starts 4 2008/06/12 17:13:28;
  ends 5 2008/06/13 09:53:28;
  tstp 5 2008/06/13 09:53:28;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:06:09:55:66;
  uid "\001\000\340\006\011Uf";
  client-hostname "Olya";
}
lease 192.168.125.148 {
  starts 4 2008/06/12 17:21:35;
  ends 5 2008/06/13 10:01:35;
  tstp 5 2008/06/13 10:01:35;
  binding state active;
  next binding state free;
  hardware ethernet 00:1d:60:67:43:06;
  uid "\001\000\035`gC\006";
  client-hostname "vm12-147";
}
lease 192.168.125.100 {
  starts 4 2008/06/12 17:30:24;
  ends 5 2008/06/13 10:10:24;
  tstp 5 2008/06/13 10:10:24;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4d:05:c9:66;
  uid "\001\000\340M\005\311f";
  client-hostname "Maximus";
}
lease 192.168.125.175 {
  starts 4 2008/06/12 17:39:52;
  ends 5 2008/06/13 10:19:52;
  tstp 5 2008/06/13 10:19:52;
  binding state active;
  next binding state free;
  hardware ethernet 00:0d:61:ea:a8:bc;
  uid "\001\000\015a\352\250\274";
  client-hostname "my";
}
lease 192.168.125.206 {
  starts 4 2008/06/12 17:53:32;
  ends 5 2008/06/13 10:33:32;
  tstp 5 2008/06/13 10:33:32;
  binding state active;
  next binding state free;
  hardware ethernet 00:0d:9d:47:da:15;
  uid "\001\000\015\235G\332\025";
  client-hostname "gur";
}
lease 192.168.125.182 {
  starts 4 2008/06/12 18:02:43;
  ends 5 2008/06/13 10:42:43;
  tstp 5 2008/06/13 10:42:43;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4d:70:d6:35;
  uid "\001\000\340Mp\3265";
  client-hostname "home-7c54e8b044";
}
lease 192.168.125.127 {
  starts 4 2008/06/12 18:35:49;
  ends 5 2008/06/13 11:15:49;
  tstp 5 2008/06/13 11:15:49;
  binding state active;
  next binding state free;
  hardware ethernet 00:14:2a:7d:a2:cd;
  uid "\001\000\024*}\242\315";
  client-hostname "vm12-kv130";
}
lease 192.168.125.187 {
  starts 4 2008/06/12 18:56:10;
  ends 5 2008/06/13 11:36:10;
  tstp 5 2008/06/13 11:36:10;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4c:a4:1e:20;
  uid "\001\000\340L\244\036 ";
  client-hostname "home";
}
lease 192.168.125.232 {
  starts 4 2008/06/12 19:04:48;
  ends 5 2008/06/13 11:44:48;
  tstp 5 2008/06/13 11:44:48;
  binding state active;
  next binding state free;
  hardware ethernet 00:13:8f:f7:33:06;
  uid "\001\000\023\217\3673\006";
  client-hostname "7-f11a00dbb4804";
}
lease 192.168.125.98 {
  starts 4 2008/06/12 19:14:06;
  ends 5 2008/06/13 11:54:06;
  tstp 5 2008/06/13 11:54:06;
  binding state active;
  next binding state free;
  hardware ethernet 00:0f:ea:08:f4:02;
  uid "\001\000\017\352\010\364\002";
  client-hostname "necroser";
}
lease 192.168.125.75 {
  starts 4 2008/06/12 19:18:48;
  ends 5 2008/06/13 11:58:48;
  tstp 5 2008/06/13 11:58:48;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4c:d4:aa:1d;
  uid "\001\000\340L\324\252\035";
  client-hostname "ek6yfy77zxahuev";
}
lease 192.168.125.88 {
  starts 4 2008/06/12 19:24:11;
  ends 5 2008/06/13 12:04:11;
  tstp 5 2008/06/13 12:04:11;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4d:24:48:4a;
  uid "\001\000\340M$HJ";
  client-hostname "user";
}
lease 192.168.125.163 {
  starts 4 2008/06/12 19:27:16;
  ends 5 2008/06/13 12:07:16;
  tstp 5 2008/06/13 12:07:16;
  binding state active;
  next binding state free;
  hardware ethernet 00:13:8f:f4:82:1a;
  uid "\001\000\023\217\364\202\032";
  client-hostname "larisa";
}
lease 192.168.125.67 {
  starts 4 2008/06/12 19:48:14;
  ends 5 2008/06/13 12:28:14;
  tstp 5 2008/06/13 12:28:14;
  binding state active;
  next binding state free;
  hardware ethernet 00:04:61:a4:50:a4;
  uid "\001\000\004a\244P\244";
  client-hostname "Markiz";
}
lease 192.168.125.168 {
  starts 4 2008/06/12 19:51:09;
  ends 5 2008/06/13 12:31:09;
  tstp 5 2008/06/13 12:31:09;
  binding state active;
  next binding state free;
  hardware ethernet 00:16:e6:df:0b:b2;
  uid "\001\000\026\346\337\013\262";
  client-hostname "k31-55";
}
lease 192.168.125.97 {
  starts 4 2008/06/12 19:52:20;
  ends 5 2008/06/13 12:32:20;
  tstp 5 2008/06/13 12:32:20;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4c:f2:e4:25;
  uid "\001\000\340L\362\344%";
  client-hostname "Katerina";
}
lease 192.168.125.95 {
  starts 4 2008/06/12 19:53:48;
  ends 5 2008/06/13 12:33:48;
  tstp 5 2008/06/13 12:33:48;
  binding state active;
  next binding state free;
  hardware ethernet 00:1b:fc:37:81:72;
  uid "\001\000\033\3747\201r";
  client-hostname "microsof-e6ba97";
}
lease 192.168.125.231 {
  starts 4 2008/06/12 20:01:14;
  ends 5 2008/06/13 12:41:14;
  tstp 5 2008/06/13 12:41:14;
  binding state active;
  next binding state free;
  hardware ethernet 00:11:95:03:6e:03;
  uid "\001\000\021\225\003n\003";
  client-hostname "DI-624+";
}
lease 192.168.125.157 {
  starts 4 2008/06/12 20:01:21;
  ends 5 2008/06/13 12:41:21;
  tstp 5 2008/06/13 12:41:21;
  binding state active;
  next binding state free;
  hardware ethernet 00:16:d4:bf:6d:f2;
  uid "\001\000\026\324\277m\362";
  client-hostname "comp";
}
lease 192.168.125.246 {
  starts 4 2008/06/12 20:19:54;
  ends 5 2008/06/13 12:59:54;
  tstp 5 2008/06/13 12:59:54;
  binding state active;
  next binding state free;
  hardware ethernet 00:16:d4:b4:66:c3;
  uid "\001\000\026\324\264f\303";
  client-hostname "vm12-44";
}
lease 192.168.125.202 {
  starts 4 2008/06/12 20:24:04;
  ends 5 2008/06/13 13:04:04;
  tstp 5 2008/06/13 13:04:04;
  binding state active;
  next binding state free;
  hardware ethernet 00:1d:60:74:9c:ab;
  uid "\001\000\035`t\234\253";
  client-hostname "a-f97442102c434";
}
lease 192.168.125.249 {
  starts 4 2008/06/12 20:26:22;
  ends 5 2008/06/13 13:06:22;
  tstp 5 2008/06/13 13:06:22;
  binding state active;
  next binding state free;
  hardware ethernet 00:18:f3:8a:25:ac;
  uid "\001\000\030\363\212%\254";
  client-hostname "Alex";
}
lease 192.168.125.49 {
  starts 4 2008/06/12 21:05:01;
  ends 5 2008/06/13 13:45:01;
  tstp 5 2008/06/13 13:45:01;
  binding state active;
  next binding state free;
  hardware ethernet 00:1a:92:b6:de:43;
  uid "\001\000\032\222\266\336C";
  client-hostname "i-pc";
}
lease 192.168.125.233 {
  starts 4 2008/06/12 21:26:54;
  ends 5 2008/06/13 14:06:54;
  tstp 5 2008/06/13 14:06:54;
  binding state active;
  next binding state free;
  hardware ethernet 00:1b:38:ef:b7:21;
  uid "\001\000\0338\357\267!";
  client-hostname "anna";
}
lease 192.168.125.190 {
  starts 4 2008/06/12 21:57:28;
  ends 5 2008/06/13 14:37:28;
  tstp 5 2008/06/13 14:37:28;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4d:5d:b4:1a;
  uid "\001\000\340M]\264\032";
}
lease 192.168.125.92 {
  starts 4 2008/06/12 22:13:04;
  ends 5 2008/06/13 14:53:04;
  tstp 5 2008/06/13 14:53:04;
  binding state active;
  next binding state free;
  hardware ethernet 00:0c:76:16:b6:96;
  uid "\001\000\014v\026\266\226";
  client-hostname "Mihail";
}
lease 192.168.125.254 {
  starts 5 2008/06/13 00:13:15;
  ends 5 2008/06/13 16:52:54;
  tstp 5 2008/06/13 16:52:54;
  binding state active;
  next binding state free;
  hardware ethernet 00:11:43:6a:d7:88;
  uid "\001\000\021Cj\327\210";
  client-hostname "805_4";
}
lease 192.168.125.79 {
  starts 5 2008/06/13 01:22:02;
  ends 5 2008/06/13 18:02:02;
  tstp 5 2008/06/13 18:02:02;
  binding state active;
  next binding state free;
  hardware ethernet 00:14:85:e6:d5:db;
  uid "\001\000\024\205\346\325\333";
  client-hostname "kosmonavt";
}
lease 192.168.125.252 {
  starts 5 2008/06/13 03:24:33;
  ends 5 2008/06/13 20:04:33;
  tstp 5 2008/06/13 20:04:33;
  binding state active;
  next binding state free;
  hardware ethernet 00:0d:61:95:0c:82;
  uid "\001\000\015a\225\014\202";
  client-hostname "WATANABE";
}
lease 192.168.125.154 {
  starts 5 2008/06/13 03:37:42;
  ends 5 2008/06/13 20:17:42;
  tstp 5 2008/06/13 20:17:42;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4c:4c:11:4c;
  uid "\001\000\340LL\021L";
  client-hostname "3style";
}
lease 192.168.125.135 {
  starts 5 2008/06/13 03:55:42;
  ends 5 2008/06/13 20:35:42;
  tstp 5 2008/06/13 20:35:42;
  binding state active;
  next binding state free;
  hardware ethernet 00:1d:60:67:38:eb;
  uid "\001\000\035`g8\353";
  client-hostname "vm12-p5-146";
}
lease 192.168.125.203 {
  starts 5 2008/06/13 04:05:22;
  ends 5 2008/06/13 20:45:22;
  tstp 5 2008/06/13 20:45:22;
  binding state active;
  next binding state free;
  hardware ethernet 00:11:d8:2a:90:92;
  uid "\001\000\021\330*\220\222";
  client-hostname "Anry";
}
lease 192.168.125.69 {
  starts 5 2008/06/13 04:12:12;
  ends 5 2008/06/13 20:52:12;
  tstp 5 2008/06/13 20:52:12;
  binding state active;
  next binding state free;
  hardware ethernet 00:01:6c:27:45:bc;
  uid "\001\000\001l'E\274";
  client-hostname "manu";
}
lease 192.168.125.138 {
  starts 5 2008/06/13 04:21:24;
  ends 5 2008/06/13 21:01:24;
  tstp 5 2008/06/13 21:01:24;
  binding state active;
  next binding state free;
  hardware ethernet 00:19:db:6d:24:59;
  uid "\001\000\031\333m$Y";
}
lease 192.168.125.244 {
  starts 5 2008/06/13 05:01:58;
  ends 5 2008/06/13 21:41:58;
  tstp 5 2008/06/13 21:41:58;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4c:48:2f:e9;
  uid "\001\000\340LH/\351";
  client-hostname "vm12-87";
}
lease 192.168.125.186 {
  starts 5 2008/06/13 05:06:57;
  ends 5 2008/06/13 21:46:57;
  tstp 5 2008/06/13 21:46:57;
  binding state active;
  next binding state free;
  hardware ethernet 00:03:0d:3a:0c:95;
  uid "\001\000\003\015:\014\225";
  client-hostname "Z-HA-DUM";
}
lease 192.168.125.117 {
  starts 5 2008/06/13 05:09:34;
  ends 5 2008/06/13 21:49:34;
  tstp 5 2008/06/13 21:49:34;
  binding state active;
  next binding state free;
  hardware ethernet 00:14:2a:9b:5d:ef;
  uid "\001\000\024*\233]\357";
  client-hostname "Comp";
}
lease 192.168.125.243 {
  starts 5 2008/06/13 05:11:23;
  ends 5 2008/06/13 21:51:23;
  tstp 5 2008/06/13 21:51:23;
  binding state active;
  next binding state free;
  hardware ethernet 00:0b:6a:ad:4c:9a;
  uid "\001\000\013j\255L\232";
  client-hostname "andrei";
}
lease 192.168.125.104 {
  starts 5 2008/06/13 05:21:48;
  ends 5 2008/06/13 22:01:48;
  tstp 5 2008/06/13 22:01:48;
  binding state active;
  next binding state free;
  hardware ethernet 00:e0:4c:d0:01:51;
  uid "\001\000\340L\320\001Q";
  client-hostname "landish";
}
lease 192.168.125.146 {
  starts 5 2008/06/13 05:26:21;
  ends 5 2008/06/13 22:06:21;
  tstp 5 2008/06/13 22:06:21;
  binding state active;
  next binding state free;
  hardware ethernet 00:0d:87:46:e1:c6;
  uid "\001\000\015\207F\341\306";
  client-hostname "home-kosty";
}
lease 192.168.125.2 {
  starts 5 2008/06/13 05:38:53;
  ends 5 2008/06/13 22:18:53;
  tstp 5 2008/06/13 22:18:53;
  binding state active;
  next binding state free;
  hardware ethernet 00:1e:8c:07:45:7f;
  uid "\001\000\036\214\007E\177";
  client-hostname "k33-28";
}
lease 192.168.125.85 {
  starts 5 2008/06/13 05:47:22;
  ends 5 2008/06/13 22:27:22;
  tstp 5 2008/06/13 22:27:22;
  binding state active;
  next binding state free;
  hardware ethernet 00:02:44:44:1f:db;
  uid "\001\000\002DD\037\333";
  client-hostname "philka";
}
lease 192.168.125.149 {
  starts 5 2008/06/13 05:58:01;
  ends 5 2008/06/13 22:38:01;
  tstp 5 2008/06/13 22:38:01;
  binding state active;
  next binding state free;
  hardware ethernet 00:1b:11:c3:a3:9f;
  uid "\001\000\033\021\303\243\237";
  client-hostname "Nadezda-Home";
}
lease 192.168.125.110 {
  starts 5 2008/06/13 05:59:09;
  ends 5 2008/06/13 22:39:09;
  tstp 5 2008/06/13 22:39:09;
  binding state active;
  next binding state free;
  hardware ethernet 00:0f:b0:d8:18:18;
  uid "\001\000\017\260\330\030\030";
  client-hostname "dark_sarmat-nou";
}
lease 192.168.125.156 {
  starts 5 2008/06/13 06:20:35;
  ends 5 2008/06/13 23:00:35;
  tstp 5 2008/06/13 23:00:35;
  binding state active;
  next binding state free;
  hardware ethernet 00:14:78:02:c0:f7;
  uid "\001\000\024x\002\300\367";
  client-hostname "schatz";
}
lease 192.168.125.109 {
  starts 5 2008/06/13 06:22:38;
  ends 5 2008/06/13 23:02:38;
  tstp 5 2008/06/13 23:02:38;
  binding state active;
  next binding state free;
  hardware ethernet 00:16:d3:e7:64:0f;
  uid "\001\000\026\323\347d\017";
  client-hostname "comp";
}
lease 192.168.125.147 {
  starts 5 2008/06/13 06:22:39;
  ends 5 2008/06/13 23:02:39;
  tstp 5 2008/06/13 23:02:39;
  binding state active;
  next binding state free;
  hardware ethernet 00:04:61:4c:f7:63;
  uid "\001\000\004aL\367c";
}
lease 192.168.125.242 {
  starts 5 2008/06/13 06:36:22;
  ends 5 2008/06/13 23:16:22;
  tstp 5 2008/06/13 23:16:22;
  binding state active;
  next binding state free;
  hardware ethernet 00:16:d4:c7:86:eb;
  uid "\001\000\026\324\307\206\353";
  client-hostname "vm12-94";
}
lease 192.168.125.127 {
  starts 5 2008/06/13 06:40:19;
  ends 5 2008/06/13 23:20:19;
  binding state active;
  next binding state free;
  hardware ethernet 00:14:2a:7d:a2:cd;
  uid "\001\000\024*}\242\315";
  client-hostname "vm12-kv130";
}
lease 192.168.125.137 {
  starts 4 2008/06/12 14:05:04;
  ends 5 2008/06/13 06:45:04;
  tstp 5 2008/06/13 06:45:04;
  binding state free;
  hardware ethernet 00:0f:ea:38:db:ed;
  uid "\001\000\017\3528\333\355";
}
Вот только проблема, не знаю как дебаг сделать.
Если Админу дать много-много денег, то он построит огромную компьютерную сеть и будет админить для души.

assd
Интересующийся
Сообщения: 70
Зарегистрирован: 28 май 2008, 20:27

Сообщение assd »

Код: Выделить всё

option domain-name-servers ns1.independent.lan, ns2.independent.lan, 192.168.125.3, 192.168.125.10; 
я бы рекомендовал, для начала, не использовать доменные имена, а только ip-адреса. Представьте себе картину. Система посылает дхцп запрос, ей приходят данные в которых в качестве нс-сервера буквенное "бла-бла-бла". Логично предположить, что система пытается отресолвить эти имена, т.е. спросить у DNS. Вот тут самое интересное: у кого спросить, если настройки еще в систему на записались? нету DNS известных системе. - это кстати, возможно, и есть причина тормозов. Надеюсь в resolv.conf - ip-адреса, а не доменные имена? =)
Последний раз редактировалось assd 13 июн 2008, 12:43, всего редактировалось 3 раза.

assd
Интересующийся
Сообщения: 70
Зарегистрирован: 28 май 2008, 20:27

Сообщение assd »

Далее

Код: Выделить всё

   ddns-updates off;
   ddns-hostname "host.independent.lan";
   ddns-domainname "independent.lan"; 
Если "ddns-updates off", то все отстальное с префиксом "ddns" лишнее.

Код: Выделить всё

server-name "ns1.independent.lan, ns2.independent.lan"; 
Параметр server-name используется, что бы сообщить клиенту имя сервера который его обслуживает. Имя_сервера - имя сервера, сообщаемое клиенту.

Аватара пользователя
Dark_Sarmat
Маньяк
Сообщения: 183
Зарегистрирован: 24 мар 2008, 08:26
Откуда: из Минска
Контактная информация:

Сообщение Dark_Sarmat »

Благодарю
Судя по всему в этом и был затык.
Пошустрее работать начал.
Если Админу дать много-много денег, то он построит огромную компьютерную сеть и будет админить для души.

Ответить