Hi,

I installed wireguard on the server and routers with openwrt OpenWrt 24.10.0.
If I go to network it tells me to migrate....
What do I do?


   OpenWISP Version: 24.11.1


   Installed OpenWISP Modules

 * openwisp-controller: 1.1.1
 * openwisp-firmware-upgrader: 1.1.1
 * openwisp-ipam: 1.1
 * openwisp-monitoring: 1.1.2
 * openwisp-network-topology: 1.1.1
 * openwisp-notifications: 1.1
 * openwisp-radius: 1.1.1
 * openwisp-users: 1.1.0
 * openwisp-utils: 1.1.1
 * netdiff: 1.1
 * netjsonconfig: 1.1.2



On OpenWisp the preview template WireGuard is:

package network

config interface 'wg0'
        list addresses '{{ip_address_f84b678191bd4ad4bd8d743aa1e41ecf}}/32'
        option listen_port '51820'
        option mtu '1420'
        option nohostroute '0'
        option private_key '{{pvt_key_f84b678191bd4ad4bd8d743aa1e41ecf}}'
        option proto 'wireguard'

config interface 'vxlan'
        option enabled '1'
        option ifname 'vxlan'
        option mtu '1280'
        option peeraddr '10.27.252.1'
        option port '4789'
        option proto 'vxlan'
        option rxcsum '1'
        option ttl '64'
        option tunlink 'wg0'
        option txcsum '1'
        option vid '{{vni_f84b678191bd4ad4bd8d743aa1e41ecf}}'

config wireguard_wg0 'wgpeer_wg0'
        list allowed_ips '10.27.252.1/32'
        option endpoint_host 'vpn.nnxx.ninux.org'
        option endpoint_port '51820'
        option persistent_keepalive '60'
        option public_key 'KYjqwh5FYxd/45JC08ljnpiJtvnlyRIFLU3fUev14T0='
        option route_allowed_ips '1'



Best regards,

Michele


--
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion, visit 
https://groups.google.com/d/msgid/openwisp/91e7b365-caf2-4b10-9efa-2b55530aecfa%40gmail.com.

Reply via email to