I saw some days ago in the forums the answer for this but i can´t find it where is now, so can someone help me. I want to know how could i give DHCP IPs only for those mac address that are authorizated.
Thanks
Andres
I saw some days ago in the forums the answer for this but i can´t find it where is now, so can someone help me. I want to know how could i give DHCP IPs only for those mac address that are authorizated.
Thanks
Andres
DHCP via Radius?
arp=read-only + only static leases?
firewalls?
Those are the only ones coming to mind at the moment.
How you tell to the DHCP to do only static leases or to give access only for those people that have statics IPs
Users don’t have static IP addresses,
but DHCP server always assigns them the same IP address (for the same MAC-address).
‘ip dhcp-server set 0 address-pool=static-only’ allows only users with static leases.