[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.8

Centos 5.2 DHCPD Issue with certain MAC's

Asked by tmcarter3 in Unix Networking, CentOS, Network Operations

Tags: ISC DHCPD

I have a Arris CMTS 1000; with a new Centos 5.2 DHCPD (3.04) server.  I am trying despirately to hand out IP's to cable modems and there are three different MAC subsets that refuse to bind.  There was on the old server (which crashed) some type of "wildcard" and I can not figure this out...
The MAC's starting with 00:10:95, 00:90:64 and 00:11:e3; get the DHCP lease from the server but will not bind; however the 00:50:da, and some others have no problem.
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:
CMTS OUTPUT---------------------------START
 1    2   00:0f:9f:57:8a:2a DHCP OFFER                    0.0.0.0         1729
 2    2   00:10:95:5c:c3:06 DHCP ACK                      0.0.0.0         1730
 3    2   00:10:95:5e:1f:7e DHCP ACK                      0.0.0.0         1744
 5    2   00:90:64:98:0f:6a DHCP OFFER                    0.0.0.0         1752
 6    2   00:10:95:28:99:f3 DHCP ACK                      0.0.0.0         1745
 9    2   00:50:04:a5:3f:32 Registered                    172.17.5.247    1737
 10   2   00:50:da:9d:29:92 Registered                    172.17.5.246    1738
 12   2   00:90:64:ee:4a:17 DHCP OFFER                    0.0.0.0         1748
 13   2   00:50:da:9c:83:74 Registered                    172.17.5.243    1749
 14   2   00:50:da:9e:64:e8 Registered                    172.17.5.242    1750
 15   2   00:11:e3:7f:20:66 DHCP OFFER                    0.0.0.0         1751
 16   2   00:50:04:a6:4e:28 Registered                    172.17.5.240    1753
 17   2   00:50:da:9c:88:bc Registered                    172.17.5.239    1754
 18   2   00:50:da:a0:1e:58 Registered                    172.17.5.238    1755
 19   2   00:90:64:95:b3:da DHCP OFFER                    0.0.0.0         1756
CMTS OUTPUT----------------------------END
 
filename "15.bin";
authoritative;
allow unknown-clients;
option domain-name "domain.com";
option domain-name-servers 208.67.222.222, 208.67.220.220;
option subnet-mask 255.255.255.0;
option broadcast-address 172.17.5.255;
default-lease-time 14400;
max-lease-time 172800;
ddns-update-style none;
allow client-updates;
# file for the cable modems
# filename "/LCN_DATA/15.bin";
shared-network Inside {
	allow client-updates;
	allow unknown-clients;
	authoritative;
	filename "15.bin";
	subnet 64.207.54.0 netmask 255.255.255.248 {
		authoritative;
		filename "15.bin";
		}
	# Cable Modems
	subnet 172.17.0.0 netmask 255.255.0.0 {
		allow client-updates;
		allow unknown-clients;
		authoritative;
		filename "15.bin";
		option routers 172.17.0.1;
		range 172.17.5.128 172.17.5.254;
		pool {
			allow unknown-clients;
			filename "15.bin";
			range dynamic-bootp 172.17.5.128 172.17.5.150;
			}
		}
	# test1
	host test1 {
		allow unknown-clients;
		filename "15.bin";
		hardware ethernet 00:10:95:5e:1f:7e;
		fixed-address 172.17.5.99;
		}
	}
[+][-]04/27/09 05:09 AM, ID: 24240846Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/27/09 05:13 AM, ID: 24240876Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/27/09 05:49 AM, ID: 24241111Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/27/09 05:55 AM, ID: 24241147Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/27/09 06:26 AM, ID: 24241393Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/28/09 09:35 AM, ID: 24252501Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/28/09 09:40 AM, ID: 24252536Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/28/09 12:57 PM, ID: 24254591Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/28/09 01:47 PM, ID: 24254981Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Unix Networking, CentOS, Network Operations
Tags: ISC DHCPD
Sign Up Now!
Solution Provided By: tmcarter3
Participating Experts: 2
Solution Grade: A
 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625