#18150: additional route6 on interface 'lan': several issues
-------------------------+-----------------------------------
  Reporter:  big_cache   |      Owner:  developers
      Type:  defect      |     Status:  closed
  Priority:  normal      |  Milestone:
 Component:  packages    |    Version:  Barrier Breaker 14.07
Resolution:  worksforme  |   Keywords:
-------------------------+-----------------------------------
Changes (by cyrus):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 This is not a bug but a configuration issue.


 Regarding 1
 is there an on-link route anywhere matching the gateway i.e. does the
 router know how to reach the global address of host X itself?

 Regarding 2
 the router probably doesn't recognize the source address of host Y, i.e.
 doesn't know to which uplink it should send the packets to, that's why it
 answers with code 5 = ingress/egress policy failed. You may want to add
 another route like this.

 {{{
 config route6
     option interface wan6 #or other name of IPv6 uplink interface
     option source xxxx:xxxx:xxxx:xxxx::/64 #subnet B
     option target ::/0
     option gateway 2001:db8::1 #gateway address of your ipv6 uplink

 }}}

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