Damir Galič wrote:
>
> "James Knott" <(E-Mail Removed)> wrote in message
> news:NJGdncVO7aKMXpHeRVn-(E-Mail Removed)...
>> Damir Gali wrote:
>>
>>> how can I assign more than 1 ip to other computers. I want to assign ips
>>> that are in different subnets for example: 10.38.111.111 and
>>> 192.168.0.11 dhcpd will choose only the one to which network is computer
>>> booting.
>>
>> ????
>>
>> You either assign an address to an interface or you use dhcp, not both.
>>
>> As for adding more addresses to a NIC, you can use ifconfig.
>>
> no, I am talking about clients connecting to computer with linux. I am
> using dhcpd to assign ips to those computers which use automatic settings.
> so is it possible to assign more than 1 ip to 1 computer which is
> connecting to the computer with linux?
Think about this for a minute.
The DHCP server normally knows the client only by the MAC address.
The client requests an IP address and the server assigns one, to the
client's MAC.
Then the client asks for another, using the same MAC. What does the server
do, when it has already assigned an IP address to that MAC? How does it
know that a different address is required? Does it assume that the
previous offer was lost? How is the server to know what a client wants?
|