| View previous topic :: View next topic |
| Author |
Message |
stream Guru


Joined: 04 Jan 2003 Posts: 401
|
Posted: Sun Mar 16, 2003 1:29 pm Post subject: dhcp |
|
|
Hallo
wenn ich mit /etc/init.d/dhcp start den dhcp Server starten will wird mir angezeigt:
* Starting dhcpd...
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
Address range 192.169.1.10 to 192.168.1.50, netmask 255.255.255.0 spans multiple subnets!
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.
If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.
Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.
exiting.
Meine /etc/dhcp/dhcpd.conf
subnet 192.168.1.0 netmask 255.255.255.0
{
range dynamic-bootp 192.169.1.10 192.168.1.50;
default-lease-time 600;
max-lease-time 7200;
#dsl gateway
option routers 192.168.1.1;
option broadcast-address 192.168.1.255;
#domain settings
#option domain-name "balddf.at";
option domain-name-servers 195.3.96.67, 195.3.96.68;
} |
|
| Back to top |
|
 |
_desta_ Tux's lil' helper

Joined: 22 Feb 2003 Posts: 114
|
Posted: Sun Mar 16, 2003 5:49 pm Post subject: |
|
|
range dynamic-bootp 192.169.1.10 192.168.1.50;
default-lease-time 600;
max-lease-time 7200;
im ersten Satz steht als 2. Zahl 169 ...
sonst fällt mir im Moment nichts ein ... bessere es mal auf 168 aus... |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|