[FS#656] IPv6 relay mode does not work

LEDE Bugs lede-bugs at lists.infradead.org
Sun Nov 12 08:48:08 PST 2017


The following task has a new comment added:

FS#656 - IPv6 relay mode does not work
User who did this - Hans Dedecker (dedeckeh)

----------
The dhcpv6/ra/ndp uci parameters for the wan interface need to be set; they need to have similar values as the wan6 interface has :

config dhcp 'wan'
	option interface 'wan'
	option ignore '1'
        option dhcpv6 'relay'
        option ra 'relay'
	option ndp 'relay'
	option master '1'

config dhcp 'wan6'
	option dhcpv6 'relay'
	option ra 'relay'
	option ndp 'relay'
	option master '1'

Can you change the uci parameters accordingly and report back ?
----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=656#comment3825



More information about the lede-bugs mailing list