#17605: Incorrect display wan status in luci
------------------------------+--------------------------------------
  Reporter:  levshinovsky@…   |      Owner:
      Type:  defect           |     Status:  closed
  Priority:  response-needed  |  Milestone:  Barrier Breaker 14.07
 Component:  luci             |    Version:  Barrier Breaker 14.07
Resolution:  not_a_bug        |   Keywords:  wrong WAN status display
------------------------------+--------------------------------------
Changes (by jow):

 * status:  reopened => closed
 * resolution:   => not_a_bug


Comment:

 As I already expected, your lan interface has a default route declared:
 {{{
 "route": [
         {
                 "target": "0.0.0.0",
                 "mask": 0,
                 "nexthop": "192.168.51.1",
                 "source": "0.0.0.0\/0"
         }
 ],
 }}}

 This is likely due to a wrong "option gateway 192.168.51.1" in "config
 interface lan" of /etc/config/network.

--
Ticket URL: <https://dev.openwrt.org/ticket/17605#comment:5>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to