|
||||||||
Rick I just read something in another post that looks like what you are trying to acomplish. post: hidden DHCP parameters (next-server, filename) howto? in the xml config file there is: <dhcpd> > <lan> > <enable/> > <range> > <from>192.168.1.100</from> > <to>192.168.1.199</to> > </range> > <defaultleasetime>300</defaultleasetime> > <maxleasetime>600</maxleasetime> > </lan> > </dhcpd> -Don On Mon, 7 Mar 2005 13:08:49 -0500, Robert C. Sheets <rcsheets at picosecond dot org> wrote: > On Mon, Mar 07, 2005 at 08:29:54AM -0800, RICK H. NHAN wrote: > > Would it be possible to include something in mOnOwall DHCP server > > services to lease out address starting from a lower IP address to > > higher IP address to clients? > > "e.g." Scope range (192.168.1.150-192.168.1.254), DHCP server leases > > out address starting at 192.168.1.150, 151,152...etc. > > Just out of curiosity, what problem would this solve? > > Robert > > --------------------------------------------------------------------- > To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch > For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch > > |