|
Typically, LAN ports are open. Some
things to check:
1) is ntp running? "ps | grep ntp" 2) does netstat show anybody listening on the LAN ip? "netstat -a | grep ntp" 3) on the remote host (ntp client), try "ntpdate -d $LANIP" 4) what client are you using and what error are you getting? 5) quick check of the firewall: "iptables -L zone_lan" should end in a rule "zone_lan_ACCEPT" (not REJECT). 5b) You should not need to accept lan/udp/123 since lan is accept by default On 8/5/13 8:46 AM, James Allsopp wrote:
-- -Justin [email protected] |
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
