Why does the system automatically kill my openvpn process
This config file can run on my computer.I think it's a bug
My config file has 6221 row,I think this problem is caused by the config being too longroot@router:/tmp/home/root# ps | grep openvpn
2811 root 7448 R /etc/openvpn/vpnclient1 --cd /etc/openvpn/client1 --config config.ovpn
2832 root 3420 S grep openvpn
root@router:/tmp/home/root# ps | grep openvpn
2811 root 7580 R /etc/openvpn/vpnclient1 --cd /etc/openvpn/client1 --config config.ovpn
2859 root 3420 S grep openvpn
root@router:/tmp/home/root# ps | grep openvpn
2811 root 7844 R /etc/openvpn/vpnclient1 --cd /etc/openvpn/client1 --config config.ovpn
2941 root 3420 S grep openvpn
root@router:/tmp/home/root# ps | grep openvpn
3013 root 3420 S grep openvpn
root@router:/tmp/home/root# ip addr
22: tun11: <NO-CARRIER,POINTOPOINT,MULTICAST,NOARP,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/none
inet 10.8.0.2/24 scope global tun11
valid_lft forever preferred_lft forever
root@router:/tmp/home/root# ps | grep openvpn
3013 root 3420 S grep openvpn
root@TUF-AX3000-CD00:/tmp/home/root# ping 10.8.0.1
PING 10.8.0.1 (10.8.0.1): 56 data bytes
^C
--- 10.8.0.1 ping statistics ---
8 packets transmitted, 0 packets received, 100% packet loss
This config file can run on my computer.I think it's a bug