Matt,
I flashed a CPE-2 with the AP firmware. I noticed that the device kept its existing configuration. In other words, it kept working, and things I configured with its CPE firmware showed up in the expert page's config file (including bandwidth control).
However, the network configuration, including DHCP modes does not show up in the GUI (but is correctly shown in the config file)
So, while the ocnfig file shows:
#
# Section: netconf
netconf.1.devname=ath0
netconf.1.ip=0.0.0.0
netconf.1.mode=wan
netconf.1.netmask=255.255.255.255
netconf.1.status=enabled
netconf.1.type=wireless
netconf.1.up=enabled
netconf.2.devname=eth0
netconf.2.ip=192.168.2.1
netconf.2.mode=lan
netconf.2.netmask=255.255.255.0
netconf.2.status=enabled
netconf.2.type=ethernet
netconf.2.up=enabled
netconf.status=enabled
AND
#
# Section: dhcpc
dhcpc.1.devname=ath0
dhcpc.1.status=enabled
dhcpc.status=enabled
#
# Section: dhcpd
dhcpd.1.devname=eth0
dhcpd.1.dns.1.server=192.168.2.1
dhcpd.1.dns.1.status=enabled
dhcpd.1.end=192.168.2.199
dhcpd.1.gateway=192.168.2.1
dhcpd.1.lease_time=43200
dhcpd.1.netmask=255.255.255.0
dhcpd.1.start=192.168.2.100
dhcpd.1.status=enabled
dhcpd.status=enabled
The Configuration / Network GUI page settings are blank (with the excption of):
Operating Mode: Router Mode
WAN interface: eth0
DHCP mode: disable
WAN mode: Static IP
I tired the "Read active" and "Save" buttons on the expert page, but no change.
button the expert page,
Do I need to reset to factory defaults after I flash? Or should the configurations be comapatable?
Are there synchronization issues if one changes things in the config file, then the GUI? (Note that I did not change the config file in this case.)
Thanks,
-chip