OmegaXis

Members
  • Posts

    39
  • Joined

  • Last visited

About OmegaXis

  • Birthday January 22

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

OmegaXis's Achievements

Noob

Noob (1/14)

2

Reputation

  1. I think what happened here is a mis understanding of how the peer allowd IP's work, i believed that you needed to add the ip address of the network here as well to make the connections work to the other servers on the network. seems to be resolved.
  2. Even setting up a brand new wireguard connection is resulting in immediate failures,
  3. Previous issue [6.12.1] Wireguard deactivates itself after about 1 minute. - Stable Releases - Unraid All was good for a bit on 6.12.2, until yesterday. Wireguard now disables itself even faster. So far I have tried making small changes again (NAT and such) all previous troubleshooting can be seen in previous post. New log posted. network config is the same as before. chipshop-diagnostics-20230706-1021.zip
  4. Is there a means to sign up to beta test it if not I'll wait until it comes out and try again I'm back on 6.12.0 and currently stable
  5. At this point, i am reverting back to 6.11.5, the entire server has become slow and unresponsive, ill try 6.12 again maybe when 6.12.2 comes out. There are just too many instabilities for a piece of paid software. Cant even downgrade. went to try and only 6.12 is an option.
  6. This release seems really rushed given some of the bugs that are appearing
  7. I dont have it stay up the second time. It still goes down. doesnt matter how many times I reactivate it. This tunnel is important to me as it's how I access my home lab for proof of concept stuff for work. What are the chances of this getting resolved soon?
  8. Safe mode on, issue is still persistent. As usual, new logs attached. Additionally same testing methodology of toggeling NAT was preformed again. wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 192.168.126.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 192.168.126.3/32 dev wg0 [#] ip -4 route add 192.168.126.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services [#] iptables -t nat -A POSTROUTING -s 192.168.126.0/24 -o br0 -j MASQUERADE;iptables -N WIREGUARD_DROP_WG0;iptables -A WIREGUARD -o br0 -j WIREGUARD_DROP_WG0;iptables -A WIREGUARD_DROP_WG0 -s 192.168.126.0/24 -d 192.168.128.1 -j ACCEPT;iptables -A WIREGUARD_DROP_WG0 -s 192.168.126.0/24 -j DROP;iptables -A WIREGUARD_DROP_WG0 -j RETURN [#] ip -4 route flush table 200 [#] ip -4 route add default via 192.168.126.1 dev wg0 table 200 [#] ip -4 route add 192.168.128.0/24 via 192.168.128.1 dev br0 table 200 wg-quick up wg0 wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick down wg0 wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 192.168.126.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 192.168.126.3/32 dev wg0 [#] ip -4 route add 192.168.126.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services Terminated [#] ip link delete dev wg0 Unable to access interface: No such device [#] ip link delete dev wg0 Cannot find device "wg0" wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface chipshop-diagnostics-20230623-1632.zip
  9. Test ran and plugin removed, no improvement, attaching new logs wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 192.168.126.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 192.168.126.3/32 dev wg0 [#] ip -4 route add 192.168.126.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services Terminated [#] ip link delete dev wg0 Unable to access interface: No such device [#] ip link delete dev wg0 Cannot find device "wg0" wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 192.168.126.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 192.168.126.3/32 dev wg0 [#] ip -4 route add 192.168.126.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services Terminated [#] ip link delete dev wg0 Unable to access interface: No such device [#] ip link delete dev wg0 Cannot find device "wg0" wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface in between the two tests of wireguard shown here i adjusted NAT (Turned on NAT, clicked apply, activated tunnel, waited for deactivation, Turned off NAT, clicked apply, turned on tunnel, waited for deactivation.) Attached are new diags from most recent test. chipshop-diagnostics-20230623-1958.zip