|
Re: ethernet class and subclass: msg#00355network.dhcp.isc.dhcp-server
*** From dhcp-server -- To unsubscribe, see the end of this message. *** Sorgho Lamoussa Daouda wrote: > I am going to implement dhcp on my network and I want to >authentificate my network client trough their MAC address. Is it >possible to use an option yo implement it.? Bear in mind that you CANNOT prevent someone using your network with this. They can either spoof their MAC address, or they can manually code their IP address. > I have receive certain mail talking about class and subclass but I >dont know if this solution swit to my problem. It depends on what you want to do. If your ONLY concern is to give IP addresses only to MAC addresses which you know about, then you can put "deny unknown clients ;" in your global scope, and list each device in a host statement : host host1 { hardware ethernet xx:xx:xx:xx:xx:xx ; } ; If you want anything else then I suggest you read man dhcpd.conf and look at the section on subclassing. You can then do different things based on what class (or classes) a device is a member of. Simon -- Simon Hobson, Technical Services Engineer Colony Gift Corporation Limited Lindal in Furness, Ulverston, Cumbria, LA12 0LD Tel 01229 461100, Fax 01229 461101 Registered in England No. 1499611 Regd. Office : 100 New Bridge Street, London, EC4V 6JA. ----------------------------------------------------------------------- List Archives : http://www.isc.org/ml-archives/dhcp-server/ Unsubscribe : http://www.isc.org/dhcp-lists.html -or- : mailto:dhcp-server-request@xxxxxxx?Subject=unsubscribe ----------------------------------------------------------------------- |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: beginner (stop at Sending on Socket...): 00355, Simon Hobson |
|---|---|
| Next by Date: | Re: Routers lose the ip lease and must be reset?: 00355, Mike |
| Previous by Thread: | beginner (stop at Sending on Socket...)i: 00355, Jorris Graad |
| Next by Thread: | RE: ethernet class and subclass: 00355, King, Michael |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |