-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netlink reports object not found #50
Comments
The two logs are not truly related to each other. Are you using TCP or UDP? However, the kernel issue is already tracked in #18 For the userspace error, can you post the full log please? However, it may just be an artifact of the kernel problem. |
I am using a UDP mode server. |
that's a standard error message for when userspace cannot find the object to work on. This is the consequence of a previous problem. This is why I asked for the full log, please :-) |
whole log with mask
|
would you be able to reproduce this issue with --verb 6 ? |
got it. I'll implement it in the next change time window, the rest will have to wait. I haven't found a way to reproduce it stably yet. |
me too. i try use it with kernel 6.7.9 and 6.80. ubuntu 23.10, openvpn 2.6.9 dco_get_peer_stats: netlink reports object not found, ovpn-dco unloaded? |
Hi @liuxyon do you have the full log? and are you able to easily reproduce the issue? |
2024-03-12 08:07:57 OpenVPN 2.6.9 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] |
|
i use openvpn with p2p mode for bgp tunnel. an side use pfsense plus 23.09.01 and other side using ubuntu 23.10 |
@liuxyon can you share the configuration file you used to generate the log above? it may be related to some issue with p2p mode |
mode p2p proto udp4 #sndbuf 0 tun-mtu 1430 txqueuelen 20000 reneg-sec 86400 tls-groups X25519 remote-cert-tls client auth SHA3-256 tls-crypt ta.key ifconfig 10.11.1.1 10.11.1.2 auth-nocache keepalive 30 120 #user nobody tls-version-min 1.3 max-clients 1 mute 20 |
maybe that happens because openvpn is trying to retrieve stats before the other peer has connected? |
i don't know, how i do fix it? when setup disable-dco, all normal. but i want to try dco.. |
is it creating any issue other than the error message? |
pfsense returned to normal mode, ubuntu use dco, accidentally connected once, but the network was blocked and there was no route. Now I have returned to normal mode. DCO cant connect or cant be connected. |
After three days of steady running, suddenly
Then consistently see kernel errors
dmesg output
What can I do about it?
The text was updated successfully, but these errors were encountered: