#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):
i mean, did you have check yor Firewall settings, you posted also DHCP
settings for wan6, that are normaly not are default settings, or your
build may be required it.
what you can do:
1. try to remove the dhcp settings for "wan6"... im do not have this by
default... for any type of wan access, openwrt will create specified
interfaces, like "6in4-wan"
im also append my config... so that you can compare yours with mine...
my config:
{{{
root@WNDR3700:~# cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option expandhosts '1'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option filterwin2k '1'
option nonegcache '1'
option strictorder '1'
config dhcp 'lan'
option interface 'lan'
option start '11'
option limit '254'
option leasetime 'infinite'
option dhcpv6 'server'
option ra 'server'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
config dhcp
option leasetime '6h'
option interface 'WLAN'
option start '2'
option limit '20'
option force '1'
config dhcp
option leasetime '12h'
option interface 'bat0'
option start '2'
option limit '900'
option ra 'server'
option dhcpv6 'server'
option ra_default '1'
option ra_management '1'
config dhcp
option leasetime '12h'
option interface 'pptp0'
option start '2'
option limit '15'
option force '1'
config dhcp
option interface 'VPN'
option start '2'
option limit '10'
option leasetime 'infinite'
option ra 'server'
option dhcpv6 'server'
option ra_default '1'
option ra_management '1'
root@WNDR3700:~#
}}}
also you can check your settings for "wan6" on /'''etc/config/network'''
--
Ticket URL: <https://dev.openwrt.org/ticket/17788#comment:4>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets