[ SlackList ] [ WkikiSlack ] |
Witam
Próbuje uruchomić DHCP na eth1 i jakoś nie mogę.
polecenie dhcpd eth1 zwraca mi to:
--------------------------
Internet Software Consortium DHCP Server V3.0pl2
Copyright 1995-2003 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Wrote 0 leases to leases file.
No subnet declaration for eth1 (0.0.0.0).
** Ignoring requests on eth1. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth1 is attached. **
Not configured to listen on any interfaces!
--------------------------
a ifconfig eth1 - cos takiego:
--------------------------
eth1 Link encap:Ethernet HWaddr 00:02:55:21:42:1F
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:2
carrier:0 collisions:0 txqueuelen:100
RX bytes:1534 (1.4 Kb) TX bytes:1180 (1.1 Kb)
Interrupt:5 Base address:0x5000
--------------------------
Mój dhcpd.conf
--------------------------
ddns-update-style ad-hoc;
option domain-name "localhost.localdomain";
option domain-name-servers 217.30.129.149, 217.30.137.200;
option subnet-mask 255.255.255.0;
default-lease-time 21600;
max-lease-time 86400;
subnet 10.10.10.0 netmask 255.255.255.0 {
range 10.10.10.16 10.10.10.127;
option broadcast-address 10.10.10.255;
option routers 10.10.10.1;
}
--------------------------
Gdzie może być błąd?
--
Pozdrawiam
Stanisław Król
Received on Mon Mar 22 14:30:47 2004