Project

General

Profile

Regression #15768

Updated by Marcos M about 2 months ago

Version 24.08.a.20240925.0600 

 1) OpenVPN server in Subnet Mode  
 <pre> 
			  

			 <tunnel_network>192.168.25.0/24</tunnel_network> 
			 <gwredir>yes</gwredir> 
			 <local_network>192.168.0.0/24, 192.168.12.45/32</local_network> 
			 <topology>subnet</topology> 
 </pre> 
 

 2) User with the following override    ifconfig-push 192.168.25.5 255.255.255.0;  
 3) pfSense shows client connected under Status - OpenVPN *Screenshot* 
 !clipboard-202410061919-nauzx.png! 
 4) OpenVPN GUI Client fails with the following log 
 > 
     {{     2024-10-06 19:19:29 There is a problem in your selection of --ifconfig endpoints [local=192.168.25.5, remote=255.255.255.0].    The local and remote VPN endpoints must exist within the same 255.255.255.252 subnet.    This is a limitation of --dev tun when used with the TAP-WIN32 driver.    Try 'openvpn --show-valid-subnets' option for more info. 
 > 2024-10-06 19:19:29 Exiting due to fatal error }}} 
 5) Trying to connect again will show up duplicates under Status - OpenVPN connected at the same time. 

 This works as expected on the previous development snapshot as well as release 24.03

Back