![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 07:16 AM |
| error during run: St9bad_alloc - Getting this error while using some conversion progr | sathu_pec | Shell Programming and Scripting | 1 | 01-20-2008 10:38 PM |
| I got error like...syntax error on line 1, teletype | koti_rama | UNIX for Advanced & Expert Users | 2 | 07-07-2007 04:35 PM |
| error reading sections error at install | doelman | SUN Solaris | 2 | 02-05-2007 08:21 AM |
| Error: Internal system error: Unable to initialize standard output file | firkus | UNIX for Dummies Questions & Answers | 2 | 10-25-2005 12:23 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
DHCPDECLINE error
I have a dhcp server and I am am using fixed-address to specify fixed address for my machines like so:
subnet 1.2.3.0 netmask 255.255.255.0 { option routers 1.2.3.1; host myhost { hardware ethernet 00:00:00:00:00:11; fixed-address 1.2.3.4; } } In the dhcpd.log I get a whole bunch of DHCPDECLINE errors for all the fixed-address hosts like so: dhcpd: DHCPOFFER on 1.2.3.4 to 00:00:00:00:00:11 via 1.2.3.1 dhcpd: DHCPREQUEST for 1.2.3.4 (xx.xx.xx.xx) from 00:00:00:00:00:11 via 1.2.3.1 dhcpd: DHCPACK on 1.2.3.4 to 00:00:00:00:00:11 via 1.2.3.1 dhcpd: DHCPDECLINE of 1.2.3.4 from 00:00:00:00:00:11 via 1.2.3.1: not found There is no other device with the address of 1.2.3.4, why is the client refusing the IP address? More over, when I boot the client or restart its network, it does get the IP address offered by the dhcp, i.e. 1.2.3.4. Why does it produce those errors if it does in fact use the address? And those errors are produced every minute for every server with the fixed-address. I have changed the address to protect the innocent. Any help would be appreciated. |
| Forum Sponsor | ||
|
|