Sorry for my lack of knowledge,
I would like to configure openwrt to get the NTP server using DHCP.
I am using Backfire (10.03.1, r29592) AR71xx in a Nanostation Loco M2. Default DHCP client is udhcpc.
I'm trying the following settings:
root@OpenWrt:~# cat /etc/config/network
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname eth0
option type bridge
option proto dhcp
option hostname ap0009
option reqopts 42
root@OpenWrt:~# cat /etc/config/system
config system
option timezone 'BRT3BRST,M10.3.0/0,M2.3.0/0'
option log_ip '10.0.0.2'
option log_port '514'
option log_size '16'
log_type 'circular'
config timeserver 'ntp'
option enable_server '0'
/etc/init.d/sysntpd is enable.
When I do a "ps | grep ntp" I see no ntp server service running.
Could someone help me please?
thanks,