- allocate IP address according to client options

PDA

View Full Version : allocate IP address according to client options


Ask
07-25-2004, 01:36 AM
Here is a question about DHCP configuration.
My server on a box there are network cards. I want the server assigned
IP addresses (IP, Gateway, DNS) to the client accroding a option
field, let say "client tag" but not according to the inertafec it
receives the rquest.
Is that possible, can give a example?

Keep asking

Davide Bianchi
07-25-2004, 01:36 AM
Ask <ask8y@yahoo.com> wrote:
> IP addresses (IP, Gateway, DNS) to the client accroding a option
> field, let say "client tag"

You can fix information based on the macid of the client, but at
that point, isn't faster to dump the DHCP at all and go for static
IPs?

Davide

--
| Military rule of importance: if it's important you can do it next
| week, if it's really really important, you can do it next month, if is
| truly absolutely important, you can forget it because is not needed
| anymore.

Dan McDaid
07-25-2004, 01:36 AM
Like Davide says, you can bind this information to a specific requesting
interface by using the MAC address.

What exactly are you trying to accomplish?
Cheers
Dan

"Ask" <ask8y@yahoo.com> wrote in message
news:6a8918d.0406280658.11039a1d@posting.google.com...
> Here is a question about DHCP configuration.
> My server on a box there are network cards. I want the server assigned
> IP addresses (IP, Gateway, DNS) to the client accroding a option
> field, let say "client tag" but not according to the inertafec it
> receives the rquest.
> Is that possible, can give a example?
>
> Keep asking