Hi there, is my first post here
I have an Odroid HC4 with two hdd and a micro sd running OMV6.4.3-1 (Shaitan)
Since the last update i've got my Wireguard setup (via OMV-Plugin) worked flawlessly, but since that it stopped working.
I already tried to unistall the plugin and reinstall it, I create a new tunnel after deleting the old one but the peers don't see Bits in "rx"
My router is already setup with port forwarding and i also opened the firewall ports manually on OMV Firewall with no results.
here some command i saw in other post related to the issue, I hope that can help
-ip link
ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 00:1e:06:49:18:55 brd ff:ff:ff:ff:ff:ff
3: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
link/ether 02:42:33:f9:a0:84 brd ff:ff:ff:ff:ff:ff
5: veth406243d@if4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether 12:da:ce:e3:61:c2 brd ff:ff:ff:ff:ff:ff link-netnsid 1
9: vetha162f54@if8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether de:f3:a5:97:0a:f8 brd ff:ff:ff:ff:ff:ff link-netnsid 0
11: vethf8fcf35@if10: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP mode DEFAULT group default
link/ether a6:d5:95:aa:49:83 brd ff:ff:ff:ff:ff:ff link-netnsid 2
21: wgnet1: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/none
Display More
- ls -al /usr/bin/wg
- dpkg -l | grep -E "wireguard|openme"
dpkg -l | grep -E "wireguard|openme"
ii openmediavault 6.4.3-1 all openmediavault - The open network attached storage solution
ii openmediavault-backup 6.1 all backup plugin for OpenMediaVault.
ii openmediavault-compose 6.7.15 all OpenMediaVault compose plugin
ii openmediavault-cputemp 6.1.3 all cpu temperature plugin for openmediavault
ii openmediavault-diskstats 6.0.3-1 all openmediavault disk monitoring plugin
ii openmediavault-flashmemory 6.2 all folder2ram plugin for openmediavault
ii openmediavault-ftp 6.0.1-1 all openmediavault FTP-Server plugin
ii openmediavault-keyring 1.0.2-2 all GnuPG archive keys of the openmediavault archive
ii openmediavault-omvextrasorg 6.3.1 all OMV-Extras.org Package Repositories for OpenMediaVault
ii openmediavault-sftp 6.0.1 all sftp server
ii openmediavault-sharerootfs 6.0.2-1 all openmediavault share root filesystem plugin
ii openmediavault-wireguard 6.2.1 all openmediavault WireGuard plugin
ii wireguard 1.0.20210223-1 all fast, modern, secure kernel VPN tunnel (metapackage)
ii wireguard-tools 1.0.20210223-1 arm64 fast, modern, secure kernel VPN tunnel (userland utilities)
Display More
- cat /etc/wireguard/wgnet1.conf
cat /etc/wireguard/wgnet1.conf
[Interface]
Address = 10.192.1.254/24
SaveConfig = true
ListenPort = 51820
PrivateKey = BLABLABLA
PostUp = iptables -A FORWARD -i wgnet1 -j ACCEPT; iptables -A FORWARD -o wgnet1 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
PostDown = iptables -D FORWARD -i wgnet1 -j ACCEPT; iptables -D FORWARD -o wgnet1 -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE
[Peer]
PublicKey = BLABLABLA
AllowedIPs = 10.192.1.1/32
PresharedKey = BLABLABLA
[Peer]
PublicKey = BLABLABLA
AllowedIPs = 10.192.1.2/32
PresharedKey = BLABLABLA
[Peer]
PublicKey = BLABLABLA
AllowedIPs = 10.192.1.3/32
PresharedKey = BLABLABLA
Display More
- cat /etc/wireguard/wgnet_client1.conf
cat /etc/wireguard/wgnet_client1.conf
[Interface]
Address = 10.192.1.1/24
PrivateKey = BLABLABLA
DNS = 1.1.1.1,8.8.8.8
[Peer]
PublicKey = BLABLABLA
PresharedKey = BLABLABLA
Endpoint = my.wireguard.link:51820
AllowedIPs = 0.0.0.0/0
Display More
Am I missing something? i also try to see on dmesg if i have some errors, but it seems not.
Hope somebody can help, thanks in advance!
Silvio
p.s. i L O V E omv, it really change my life