Can someone explain this? Or is this a bug?
config: ASUSWRT-Merlin RT-AX88U_PRO 3004.388.8_2 Wed Jul 31 23:48:50 UTC 2024
I have two working wg interfaces:
after a fresh reboot, devices connected over Ethernet are working fine when directed to any of the two WireGuard interfaces.
However, if I try to run
But, if I also activate any openvpn, and I ping again via wgc4 I get:
Is this a bug?
Can someone replicate this?
Do you have any suggestion (apart from starting and stopping the openvpn at every boot?)
thank you.
config: ASUSWRT-Merlin RT-AX88U_PRO 3004.388.8_2 Wed Jul 31 23:48:50 UTC 2024
I have two working wg interfaces:
Code:
Michele@RT-AX88U_Pro-D228:/tmp/home/root# wg
interface: wgc3
public key: xxx
private key: (hidden)
listening port: 58933
peer: xxxx
endpoint: 64.156.192.22:1443
allowed ips: 0.0.0.0/0
latest handshake: 1 minute, 27 seconds ago. (sec:87)
transfer: 30.09 KiB received, 22.44 KiB sent
persistent keepalive: every 25 seconds
interface: wgc4
public key: xxx
private key: (hidden)
listening port: 46061
peer: xxxxx
endpoint: 206.217.216.11:1337
allowed ips: 0.0.0.0/0
latest handshake: 1 minute, 33 seconds ago. (sec:93)
transfer: 97.77 KiB received, 30.85 KiB sent
persistent keepalive: every 25 seconds
Michele@RT-AX88U_Pro-D228:/tmp/home/root#
after a fresh reboot, devices connected over Ethernet are working fine when directed to any of the two WireGuard interfaces.
However, if I try to run
Code:
Michele@RT-AX88U_Pro-D228:/tmp/home/root# ping -I wgc4 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
^C
--- 1.1.1.1 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss
But, if I also activate any openvpn, and I ping again via wgc4 I get:
Code:
Michele@RT-AX88U_Pro-D228:/tmp/home/root# ping -I wgc4 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
64 bytes from 1.1.1.1: seq=0 ttl=55 time=85.008 ms
64 bytes from 1.1.1.1: seq=1 ttl=55 time=84.396 ms
64 bytes from 1.1.1.1: seq=2 ttl=55 time=89.815 ms
64 bytes from 1.1.1.1: seq=3 ttl=55 time=84.243 ms
^C
--- 1.1.1.1 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 84.243/85.865/89.815 ms
Is this a bug?
Can someone replicate this?
Do you have any suggestion (apart from starting and stopping the openvpn at every boot?)
thank you.
Last edited: