my isp dont control this , when you have you own router .
when i put the isp router i get the good ip full stack 81........70 , but with dhcpv6 the ipv6 static are not the good and the ipv4 are not good
i want to update the static with another ipv6 of my PD
the wan6_4_ is the coresponding ipv6 of the 91. ip on wan6_4
but i need add or update this ipv6 no ? how to get my 81.xx.xxx.70 get working on it ?
il already received on wan packet ( tcdump ) destinated to my 85.xxx.xxx.70 full stack ip
Maybe we should have a look at the configuration first to see if everything is correct there.
Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have
ubus call system board; \
uci export network; uci export wireless; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ip -6 addr ; ip -6 ro li tab all ; ip -6 ru; \
ls -l /etc/resolv.* /tmp/resolv.*; head -n -0 /etc/resolv.* /tmp/resolv.*
lan interface is assigned to multiple firewall zones, it can be on one only.
I suppose the MTU 1700 was agreed with your ISP, right? It doesn't have any effect though.
Your rules are problematic, because there is no route for 192.168.1.0/24 in vpn table, but you seem to want the lan<->lan2 traffic from the lan2 zone including them both.
Other than that everything is regulated by your ISP, meaning the IPv6 and the IPv4 that you are getting. Maybe they are bound to the mac address of the ISP router, so a mac cloning could help you.
Other than that there should not be any limitation to the open ports of the public IPs, unless your ISP is blocking them for some reason.
So bottom line is that you can try the mac cloning and then discuss it with your ISP.
When you setup the wan6 interface as dhcpv6 client, then it will get the settings from the ISP.
If you want to edit the settings, you'll need to add a static wan6 and a map
For example: