#21509: Error Message in 6in4 update
------------------------+---------------------------------------
Reporter: anonymous | Owner: developers
Type: defect | Status: new
Priority: low | Milestone: Designated Driver (Trunk)
Component: packages | Version: Trunk
Resolution: | Keywords:
------------------------+---------------------------------------
Comment (by anonymous):
OpenWrt Designated Driver r48072
{{{
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'XXXX:XXXX:XXXX::/48'
config interface 'lan'
option ifname 'eth1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6hint '1'
option ip6class 'wan6'
option ip6assign '64'
config interface 'wan'
option ifname 'eth0'
option proto 'dhcp'
option peerdns '0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 4'
config interface 'guest'
option proto 'static'
option ipaddr '192.168.2.1'
option netmask '255.255.255.0'
list ip6class 'wan6'
option ip6assign '64'
option ip6hint '2'
config interface 'wan6'
option proto '6in4'
option peeraddr 'XXX.XXX.XXX.XX'
option ip6addr '2001:XXX:XX:XX::X/64'
option ip6prefix '2001:XXX:XXXX::/48'
option tunnelid 'XXXXXX'
}}}
6in4 works only when /etc/init.d/firewall restart is issued.
Otherwise wan6 has ipv6 address, client has ipv6 address but client will
get
{{{
From xxxxx-xx-xxx.xxxxx.net icmp_seq=1 Destination unreachable: No route
}}}
when ping6 ipv6.google.com
See
https://dev.openwrt.org/ticket/20969
https://dev.openwrt.org/ticket/20924
--
Ticket URL: <https://dev.openwrt.org/ticket/21509#comment:3>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets