Project

General

Profile

Regression #13818

Updated by Marcos M over 1 year ago

Tested on @23.01.b.20221230.0600@. 

 Steps: 
 # Configure an OpenVPN client in the GUI (tested with non-DCO); GUI; verify it's started/connected. 
 # Configure a static route for the tunnel network via the OpenVPN gateway; e.g. @172.16.1.0/24 via ovpnc2@. 
 # Stop the OpenVPN client service; verify that the route still exists in the routing table (it may take a moment to be re-added via @system_staticroutes_configure()@). 
 # Start the OpenVPN client service. 

 Results: 
 The OpenVPN client service fails to start, showing the following in the logs: 
 <pre> 
 Jan 1 10:54:54  	 openvpn  	 79361  	 TUN/TAP device /dev/tun2 opened 
 Jan 1 10:54:54  	 openvpn  	 79361  	 /sbin/ifconfig ovpnc2 172.16.1.0/24 mtu 1500 up 
 Jan 1 10:54:54  	 openvpn  	 79361  	 FreeBSD ifconfig failed: external program exited with error status: 1 
 Jan 1 10:54:54  	 openvpn  	 79361  	 Exiting due to fatal error 
 </pre> 

 This setup worked previously in 22.05.

Back