Julien TOUCHE <julien.tou...@lycos.com> said: > James Yonan wrote: > > > That's just the --verb 5 debugging mode that shows packet flows through > > OpenVPN. Try using --verb 4 or lower to suppress that output. > > > ok i've missed the changelog, thanks > > > > >>the pull options seems also to not work or is it only for "mode server" > >>as i'm using "proto tcp-server" (in this setup, udp returns udp port X > >>unreachable) and shared secret for now ? > > > > > > Right now --push/--pull is primarily oriented towards --mode server usage, > > though it should also work in OpenVPN's traditional peer-to-peer mode if TLS > > is used. > why is it reserved for tls mode ?
--push and --pull need a reliable back-channel to communicate the settings. Only TLS mode has that right now. Non-TLS mode is stateless as well, meaning that both peers want to have the full config before they even open the UDP/TCP channel. James