Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Sisyphe

#1
It worked, thank you!

Still this strange issue about my Wireguard VPNV6 which is not coming up automatically after reboot.
#2
Yes, it stopped working after reboot.
#3
Same issue after installing 24.1.10_1, unfortunately.

Thanks
#4
fe80::ba0:bab.

Any clue on why the Wireguard IPv6 VPN does not come up automatically at reboot? Can it be related?
#5
It worked!

Note: IPv6 connection for my Wireguard VPN does not come up automatically after reboot, I have to restart the Wireguard service (tested twice).
#6
Locked dhcp6c to 20230530, but same issue after upgrade.
#7
ok, how can I do that?

EDIT: found it, upgrade in progress
#8
I get an IPv4, but Orange FR ISP does not work if there is no valid IPv6 set if I remember well.

EDIT: I'm not getting an IPv6 from DHCP on 24.1.10.
#9
After updating to 24.1.10 and rebooting the system, my connection to Orange FR ISP stopped working. It seems there is no traffic on the WAN interface.

It was working fine till 24.1.8 at least (24.1.9 as well but I did not reboot after the update).

Rollback to 24.1.5 (my last snapshot) restored the connection.

Any suggestion on where to look?
#10
The latest patch worked also for me. I have the dhcp6c error in my logs.

Thank you Franco!
#11
Nice!

I've removed vlan-pcp in "Option modifiers" and set "Use VLAN priority" in the UI, now waiting 24h. Thanks!
#12
Looking at Franco's code it seems that the prio on DHCPv4 will be set from the prio configured for DHCPv6 with the proposed patch:

if (isset($intfinfo['dhcp6vlanprio'])) {
                     $dhcpv4_opts['set-prio'] = $intfinfo['dhcp6vlanprio'];
                }


If that works, it will be good to have a prio field in the UI like the "Use VLAN priority" drop-down for DHCPv6. Alternatively it should be possible to parse the DHCPv4 "Option Modifiers" field as we used it to set prio with value 'vlan-pcp 6' for Orange FR.

Thanks.
#13
Same issue for me, it seems the dhclient is not renewing the IPv4 once the lease has expired.
#14
Thank you for the confirmation and explanation, it makes sense.

Cheers
#15
Thank you Franco, it works!

   Speedtest by Ookla

     Server: ORANGE FRANCE - Paris (id = 24215)
        ISP: Orange
    Latency:     2.16 ms   (0.44 ms jitter)
   Download:  1804.37 Mbps (data used: 1.9 GB )                               
     Upload:   595.86 Mbps (data used: 269.2 MB )                               
Packet Loss:     0.0%


Is this change permanent or will the 21.7 behavior be restored in coming versions?