Both sides previous revision Previous revision Next revision | Previous revision |
omv7:omv7_plugins:wireguard [2025/09/02 18:19] – [Dynamic IP update with duckdns on OMV] chente | omv7:omv7_plugins:wireguard [2025/09/28 14:16] (current) – [Installation] chente |
---|
</span></strong></td></tr><tr><td style="background-color:#E6FEFF;height:25px;width:380px;"> | </span></strong></td></tr><tr><td style="background-color:#E6FEFF;height:25px;width:380px;"> |
If your system is based on an <b>Armbian</b> image, installing this plugin may break the existing Kernel.<br> | If your system is based on an <b>Armbian</b> image, installing this plugin may break the existing Kernel.<br> |
To solve it you must reinstall the Armbian Kernel once the plugin is installed and everything will work normally. | To solve it you must reinstall the Armbian Kernel once the plugin is installed and everything will work normally.<br> |
| Read this forum thread: https://forum.openmediavault.org/index.php?thread/54000-catastrophic-wireguard-install/ |
</tr></table></body></html> | </tr></table></body></html> |
| |
<html><body><pre><code>curl -s -k "https://www.duckdns.org/update?domains=[MY_DOMAIN]&token=[MY_TOKEN]&ip=&verbose=true" | grep -q UPDATED && echo "UPDATED PUBLIC IP IN DUCKDNS" && systemctl restart wg-quick@wgnet_[MY_TUNNEL]</code></pre></body></html> | <html><body><pre><code>curl -s -k "https://www.duckdns.org/update?domains=[MY_DOMAIN]&token=[MY_TOKEN]&ip=&verbose=true" | grep -q UPDATED && echo "UPDATED PUBLIC IP IN DUCKDNS" && systemctl restart wg-quick@wgnet_[MY_TUNNEL]</code></pre></body></html> |
| |
* Replace ''[MY_DOMAIN]'' with your DuckDNS domain and ''[MY_TOKEN]'' with your token. | * Replace ''[MY_DOMAIN]'' with the subdomain you chose in "''[MY_DOMAIN]''.duckdns.org" and ''[MY_TOKEN]'' with your token. |
* Replace ''[MY_TUNNEL]'' with the name you assigned to your tunnel in the WireGuard plugin. | * Replace ''[MY_TUNNEL]'' with the name you assigned to your tunnel in the WireGuard plugin. |
* Remember to enable notifications in OMV to receive an alert when the public IP changes. | * Remember to enable notifications in OMV to receive an alert when the public IP changes. |