Page MenuHomeVyOS Platform

OpenVPN routed networks not available
Closed, ResolvedPublicBUG

Description

Networks which are behind the tunnel can no longer be reached.
Directly connected networks are still accessible.

set interfaces openvpn vtun0 description 'Test'
set interfaces openvpn vtun0 encryption cipher 'aes256gcm'
set interfaces openvpn vtun0 encryption disable-ncp
set interfaces openvpn vtun0 hash 'sha512'
set interfaces openvpn vtun0 local-host 'xxx.xxx.136.66'
set interfaces openvpn vtun0 local-port '11194'
set interfaces openvpn vtun0 mode 'server'
set interfaces openvpn vtun0 openvpn-option 'tls-version-min 1.3'
set interfaces openvpn vtun0 openvpn-option 'comp-lzo no'
set interfaces openvpn vtun0 persistent-tunnel
set interfaces openvpn vtun0 protocol 'udp'
set interfaces openvpn vtun0 server client xxxxxx ip 'xxx.xxx.3.2'
set interfaces openvpn vtun0 server client xxxxxx subnet 'xxx.xxx.3.0/29'
set interfaces openvpn vtun0 server client xxxxxx subnet 'xxx.xxx.0.0/16'
set interfaces openvpn vtun0 server subnet 'xxx.xxx.3.0/29'
set interfaces openvpn vtun0 server topology 'subnet'
set interfaces openvpn vtun0 tls ca-cert-file xxxxxx
set interfaces openvpn vtun0 tls cert-file xxxxxx
set interfaces openvpn vtun0 tls crypt-file '/config/auth/ovpn/ta0.key'
set interfaces openvpn vtun0 tls dh-file xxxxxx
set interfaces openvpn vtun0 tls key-file xxxxxx

Details

Difficulty level
Normal (likely a few hours)
Version
1.3-rolling-202010280217
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

tuxnet created this task.

Further configurations and an overview via email

In the specified timerange

image.png (411×616 px, 43 KB)

(10:09) cpo lnx01:~/vyos-1x [current] # git log "current@{2020-10-27}..current@{2020-10-28}"
(10:10) cpo lnx01:~/vyos-1x [current] #

actually nothing changed in vyos-1x - weird

erkin renamed this task from openvpn - routed networks not available to OpenVPN routed networks not available.Aug 29 2021, 12:16 PM
erkin set Issue type to Bug (incorrect behavior).
erkin removed a subscriber: Active contributors.