Page MenuHomeVyOS Platform

OpenVPN configuration error: Must specify “local-address” or “bridge-group”
Closed, WontfixPublicBUG

Description

Migrated from forum post https://forum.vyos.io/t/openvpn-configuration-error-must-specify-local-address-or-bridge-group

Reproduce by:

set interfaces ethernet eth1 address 10.7.79.1/30

set interfaces openvpn vtun0 device-type tap
set interfaces openvpn vtun0 encryption aes128
set interfaces openvpn vtun0 hash sha256
set interfaces openvpn vtun0 local-host 10.7.79.1
set interfaces openvpn vtun0 mode site-to-site
set interfaces openvpn vtun0 persistent-tunnel
set interfaces openvpn vtun0 protocol udp
set interfaces openvpn vtun0 remote-host 10.7.79.2
set interfaces openvpn vtun0 shared-secret-key-file /config/auth/openvpn0.key

set interfaces bridge br0 member interface eth0
set interfaces bridge br0 member interface vtun0

Details

Difficulty level
Easy (less than an hour)
Version
VyOS 1.2-rolling-201908140337
Why the issue appeared?
Will be filled on close

Event Timeline

This error won't be fixed as the new Python/XML implementation of OpenVPN has been merged into current and will appear in the next rolling release.

c-po claimed this task.