duplicate tcp/udp

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
doit2010
OpenVPN User
Posts: 31
Joined: Sat Feb 05, 2022 8:37 am

duplicate tcp/udp

Post by doit2010 » Wed Apr 05, 2023 7:29 am

server: openvpn-as 2.11.3
client:openvpn-community-clent 2.6.2-i001 (I don't like your openvpn connect-3.***)


***.ovpn:

client
server-poll-timeout 4
nobind
remote 1.15.100.150 1194 udp
remote 1.15.100.150 1194 udp
remote 1.15.100.150 443 tcp
remote 1.15.100.150 1194 udp
remote 1.15.100.150 1194 udp
remote 1.15.100.150 1194 udp
remote 1.15.100.150 1194 udp
remote 1.15.100.150 1194 udp

dev tun
dev-type tun
remote-cert-tls server



openvpn-community-clent 2.6.2-i001 often prompts : WARNING: You have specified redirect-gateway and redirect-private at the same time (or the same option multiple times). This is not well supported and may lead to unexpected results


When will you fix these duplicate udp/tcp

Post Reply