[linux-help] Re: DHCPD question
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
I think it would go something like:
subnet 192.168.1.0 netmask 255.255.254.0{
range 192.168.1.10 192.168.1.254;
range 192.168.2.1 192.168.2.254;
default-lease-time 1200;
max-lease-time 2400;
}
ja
J T wrote:
> I have a technical question involving linux
> networking. I am attempting to undertake the dhcp
> configuration for a linux network. I am trying to
> have it allocate static IP's to some computers and
> have a general pool for dynamic allocation.
>
> Making the static IP's is simple enough. I was able
> to answer most of my questions about this from the
> dhcpd man page. I was also able to figure out how to
> make dynamic ranges within a particular subnet.
>
> (ex. dynamic from 192.168.1.xxx to 192.168.1.xxx)
>
> However, I am curious exactly how to set up a block of
> Dynamic IP's from several subnets.
>
> (ex. dynamic from 192.168.xxx.xxx to 192.168.xxx.xxx)
>
> I have looked in several subnets and have been unable
> to find an answer. If it makes a difference the
> network computers are all running either redhat 6.1 or
> redhat 6.2.
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail ? Free email you can access from anywhere!
> http://mail.yahoo.com/
>
> -- This is the linux-help@xxxxxxxxx list. To unsubscribe,
> visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
-- This is the linux-help@xxxxxxxxx list. To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
|
|