#17788: icmp6_send errors on boot
------------------------+------------------------
  Reporter:  anonymous  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:
------------------------+------------------------

Comment (by anonymous):

 try to remove the settings for "wan6" (by commenting it out) in your DHCP-
 Settings... :

 from:
 {{{
 config dhcp 'wan6'
         option dhcpv6 'hybrid'
         option ra 'hybrid'
         option ndp 'hybrid'
         option master '1'
 }}}

 to


 {{{
 #config dhcp 'wan6'
 #       option dhcpv6 'hybrid'
 #       option ra 'hybrid'
 #       option ndp 'hybrid'
 #       option master '1'
 }}}

 after that run:

 {{{
 uci commit && /etc/init.d/network reload
 }}}
 and look at your sytem logs... and report back :)



 DO NOT REMOVE only comment it out!, you maybe need to rollback this
 settings later... when you need it!

--
Ticket URL: <https://dev.openwrt.org/ticket/17788#comment:6>
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