Cannot connect on WIFI

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
PutzMeinScuf
OpenVpn Newbie
Posts: 1
Joined: Tue Nov 23, 2021 12:23 pm

Cannot connect on WIFI

Post by PutzMeinScuf » Tue Nov 23, 2021 12:32 pm

Hello :)
I have set up an OpenVPN server on a Raspberry PI ... it works without problems when I want to connect to using mobile data or from my Internet at home ... it only won’t work in the wifi of network in which I need to use the VPN :/ I downloaded an ovpn file from a free OpenVPN provider in the Internet and the connection from the network works :) I compared the two logs and I noticed these differences:

My ovpn:

2021-11-23 10:15:14 UNUSED OPTIONS
3 [nobind]
11 [verb] [2]
12 [nobind]
13 [persist-tun]
21 [CLI_PREF_ALLOW_WEB_IMPORT] [True]
22 [CLI_PREF_BASIC_CLIENT] [False]
23 [CLI_PREF_ENABLE_CONNECT] [False]
24 [CLI_PREF_ENABLE_XD_PROXY] [True]
25 [WSHOST] [*.*.*:443]
26 [WEB_CA_BUNDLE] [-----BEGIN CERTIFICATE----- MIIDDjCCAfagAwIBAgIEYYnHgDANBgkqhkiG...]
27 [IS_OPENVPN_WEB_CA] [1]

Free Openvpn ovpn:

2021-11-23 10:11:32 UNUSED OPTIONS
5 [resolv-retry] [infinite]
6 [nobind]
7 [persist-key]
8 [persist-tun]
11 [verb] [3]
13 [fast-io]
14 [pull]
15 [route-delay] [2]

Could that be the problem? How would I add these options? :)

I use a Proxy for both files an wenn I try to connect with my server I get:

HTTP proxy header parse error

Kind regards
Last edited by PutzMeinScuf on Tue Nov 23, 2021 6:35 pm, edited 1 time in total.

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Cannot connect on WIFI

Post by TinCanTech » Tue Nov 23, 2021 2:32 pm

On the network which fails to connect, try using the LAN IP of the Pi. eg. remote 192.168.x.x

Post Reply