LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Exclude a mac Address in Dhcp server (https://www.linuxquestions.org/questions/linux-networking-3/exclude-a-mac-address-in-dhcp-server-514839/)

alnmostafa 12-30-2006 07:30 AM

Exclude a mac Address in Dhcp server
 
How could I exclude a mac address in Dhcp server so that the special client could not assigned ip address?

namit 12-30-2006 07:50 AM

how are you assigning your ips? router server and what are you using to assign your ips?

alnmostafa 12-30-2006 08:10 AM

I assign ips by configuring Dhcp.conf

namit 12-30-2006 09:20 AM

host smallfry {
hardware ethernet 08:00:2b:4c:59:23;
fixed-address 192.168.1.222;
}

you might just be able to set this to 0.0.0.0 or something outside your range


All times are GMT -5. The time now is 04:13 PM.