LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-13-2013, 02:21 PM   #1
ra93013
LQ Newbie
 
Registered: Oct 2013
Posts: 2

Rep: Reputation: Disabled
DHCP MAC address assignment in conflict with range option


If I want to setup DHCP to allocate some address based on MAC address with the range I specified prevent that asssignmet?

ddns-update-style interim;
allow client-updates;

# if you have fixed-address entries you want
update-static-leases on;

key dhcpupdate {
algorithm hmac-md5;
secret mysecretkey==;
}

zone tse.boeing.com {
primary 10.46.70.2;
key dhcpupdate ;
}

zone 70.46.10.in-addr.arpa {
primary 10.46.70.2;
key dhcpupdate ;
}

subnet 10.46.70.0 netmask 255.255.255.0 {

option routers 10.46.70.1;
option subnet-mask 255.255.255.0;

option domain-name "tse.boeing.com";
option domain-name-servers 10.46.70.2;

option time-offset -5; # Eastern Standard Time
option ntp-servers 10.46.70.6;
default-lease-time 259200;
max-lease-time 259200;


group {
option domain-name "tse.boeing.com";
ddns-domainname "tse.boeing.com";

host tm-stnd {
hardware ethernet 00:A0:69:0B:AF:A2;
fixed-address 10.46.70.6;
option host-name "tm-stnd";
ddns-hostname "tm-stnd";
}
}

range 10.46.70.15 10.46.70.49;
 
Old 11-15-2013, 12:45 PM   #2
gknetw
LQ Newbie
 
Registered: Mar 2012
Posts: 6

Rep: Reputation: Disabled
No , it will not prevent.
host tm-stnd will get ip address as 10.46.70.6
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
information dynamic MAC address assignment data link layer ( patent holder qualcomm ) aux General 1 05-07-2008 02:22 AM
Force DHCP To Refuse Clients A DHCP Lease Depending On Client MAC Address blackfish Linux - Server 3 08-17-2007 12:54 AM
Single DHCP server ,to provide the ip address to a MAC address in two different subne alix123 Linux - Software 5 05-08-2007 11:16 PM
mac address spoofing and conflict zzyborg Linux - Hardware 1 12-08-2006 05:20 AM
DHCP Server MAC Address found, IP address not assigned wmburke Linux - Wireless Networking 17 11-17-2004 10:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration