News: This forum is now permanently frozen.
Pages: [1]
Topic: 1.3b16 dhcp configuration  (Read 7663 times)
« on: April 15, 2009, 07:09:57 »
thuety *
Posts: 34

Hi,

I upgraded from 1.3b15 to 1.3b16 ("Enable IPv6 support" is not active on my setup)
I wanted to update a static IPv4 dhcp mapping.
I get the error msg:

The following input errors were detected:

    * The field 'IPv6 Range begin' is required.
    * The field 'IPv6 Range end' is required.
« Reply #1 on: April 15, 2009, 07:39:27 »
Manuel Kasper
Administrator
*****
Posts: 364

This is a known bug in 1.3b16 and will be fixed in the next release.
« Reply #2 on: April 16, 2009, 23:14:59 »
roger *
Posts: 1

I've a workaround for all these who need the DHCP functionality in the current beta release.

Use the Backup function to fetch the configuration, edit the DHCP part, and upload it again.
The configuration changes will be applied when the device has rebooted.
« Reply #3 on: April 17, 2009, 23:40:11 »
microbill *
Posts: 2

Ok call me a noob but..

my dhcp config now looks like this:

   <dhcpd>
      <lan>
         <range>
            <from>10.0.0.50</from>
            <to>10.0.0.80</to>
         </range>
      </lan>
   </dhcpd>

and it feels like im missing some thing here... any one feel like pointing it out to me?

and flame away

Micro
« Reply #4 on: April 17, 2009, 23:45:42 »
Fred Grayson *****
Posts: 994

Mine looks like:

<dhcpd>
      <lan>
         <range>
            <from>192.168.1.200</from>
            <to>192.168.1.205</to>
         </range>
         <defaultleasetime/>
         <maxleasetime/>
         <enable/>
      </lan>
</dhcpd>

--
Google is your friend and Bob's your uncle.
« Reply #5 on: April 17, 2009, 23:51:37 »
microbill *
Posts: 2

thnx

The <enable/> part got the work done:)

Micro
« Reply #6 on: April 18, 2009, 15:57:56 »
dave *
Posts: 2

Ive worked out an even easter way.....
Make the nessary changes and restart the router...... Your changes are then saved!!

Dave
« Reply #7 on: April 27, 2009, 18:24:57 »
mwhities *
Posts: 16

I've a workaround for all these who need the DHCP functionality in the current beta release.

Use the Backup function to fetch the configuration, edit the DHCP part, and upload it again.
The configuration changes will be applied when the device has rebooted.

Thanks, this worked.

Michael
« Reply #8 on: May 07, 2009, 15:52:32 »
only_problems *
Posts: 3

Hi,
how can I setup 2 dhcp Server (one for LAN, one for WLAN(opt1)) ?
I try workaround with backup xml file an add a few more lines:
<dhcpd>
      <lan>
         <range>
            <from>192.168.2.100</from>
            <to>192.168.2.150</to>
         </range>
         <enable/>
      </lan>
      <opt1>
         <range>
            <from>192.168.3.100</from>
            <to>192.168.3.150</to>
         </range>
                          <defaultleasetime/>
                          <maxleasetim/>
         <enable/>
      </opt1>
   </dhcpd>

But if I restore this backup, the dhcp will not work for LAN and for WLAN  Huh
Any ideas ?
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines