Modify DHCPV6 auto route of wan

First of all stop posting screenshots. They occupy too much space and don't show all the details.
Your LAN interface has IP 192.168.1.1/24, so your lan hosts have IPs in that subnet. If you don't translate that to a routeable IP, e.g the ds-wan IP, they won't be able to connect to the internet.

You need to translate, as I explained earlier.

Judging by the colour of the interface, they both don't belong to wan zone, so better look into that first.

default         *               0.0.0.0         U     0      0        0 ds-wan
10.8.3.0        *               255.255.255.0   U     0      0        0 tun0
192.0.0.1       *               255.255.255.255 UH    0      0        0 ds-wan
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
192.168.4.0     *               255.255.255.0   U     0      0        0 br-lan2
root@MoHome:~# 

route add -net 192.168.11.0 netmask 255.255.255.0 dev ds-wan

not working

Which is no surprise, given that you tried to route an internal subnet over the ds-wan interface.
Still, not what I told you to check.

for u its simple , if one are understanding please translate

Courtesy of Google Translate:

À en juger par la couleur de l'interface, ils n'appartiennent pas tous les deux à la zone wan, alors mieux vaut regarder cela en premier.

i allready tried to make one on wan zone , two , all situation , but without issue

I am out of ideas then.

1 Like

ok thanks friend :frowning:

1 Like

I'm not sure if this helps, but you can assign devices to the firewall zone:

uci add_list firewall.@zone[1].device="ds-wan"
uci commit firewall
/etc/init.d/firewall restart

hey thanks for u advise i trying i get this :

Warning: Warning: ubus nat (ubus:wan[dslite] nat 0) does not specify a protocol, assuming all
Warning: Warning: ubus nat (ubus:wan[dslite] nat 0) does not specify a protocol, assuming all

no issues with ipv4

This warning seems to notify you that NAT applies for all protocols, which includes TCP, UDP, ICMP, etc.

Okay but ds-lite dont route all xd route nothing

if have this another logs for ds-wan =
[ 15.708457] ip6_tunnel: ds-wan xmit: Local address not yet configured!