Bug #15151
closedOpenVPN TAP & BRIDGE
0%
Description
When configuring OpenVPN TAP with a static address pool, there is a problem when configuring the TAP bridge with another interface such as LAN.
Before adding the bridge:
Jan 10 17:39:43 openvpn 95161 /usr/local/sbin/ovpn-linkup ovpns3 1500 0 172.20.2.1 255.255.255.0 init
Jan 10 17:39:43 openvpn 95161 /sbin/ifconfig ovpns3 172.20.2.1/24 mtu 1500 up
Jan 10 17:39:43 openvpn 95161 do_ifconfig, ipv4=1, ipv6=0
Jan 10 17:39:43 openvpn 95161 TUN/TAP device /dev/tap3 opened
After adding the bridge:
Dec 18 10:10:00 openvpn 80880 Exiting due to fatal error
Dec 18 10:10:00 openvpn 80880 FreeBSD ifconfig failed: external program exited with error status: 1
Dec 18 10:10:00 openvpn 80880 /sbin/ifconfig ovpns3 172.20.2.1/24 mtu 1500 up
Currently, there is no way to bridge to another interface (it worked fine in version 23.05)