Jump to content

OmegaXis

Members
  • Posts

    39
  • Joined

  • Last visited

Report Comments posted by OmegaXis

  1. 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

  2. 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

×
×
  • Create New...