The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM
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

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-04-2008
Registered User
 

Join Date: May 2008
Posts: 2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
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.
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 05-05-2008
Registered User
 

Join Date: May 2008
Posts: 2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Anybody with any insight on this?
Reply With Quote
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 08:27 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102