F5F Stay Refreshed Power Users Networks Guide to Home VPN Assistance

Guide to Home VPN Assistance

Guide to Home VPN Assistance

L
LolaLouie
Senior Member
742
09-11-2023, 06:41 PM
#1
I’m looking for a reliable Raspberry Pi VPN setup to keep my home secure. The problem is that OpenVPN stopped working after an update, and now I can’t connect to my iPhone—my main way of accessing local DVR content. I’ve searched online but found no help, and most forums seem to say iPhones aren’t supported anymore. No one else seems to have the same issue. Do you know any alternatives or workarounds that would let me set up a simple, automatic VPN on my Pi?
L
LolaLouie
09-11-2023, 06:41 PM #1

I’m looking for a reliable Raspberry Pi VPN setup to keep my home secure. The problem is that OpenVPN stopped working after an update, and now I can’t connect to my iPhone—my main way of accessing local DVR content. I’ve searched online but found no help, and most forums seem to say iPhones aren’t supported anymore. No one else seems to have the same issue. Do you know any alternatives or workarounds that would let me set up a simple, automatic VPN on my Pi?

T
tonylo0119
Junior Member
2
09-12-2023, 02:57 AM
#2
Have you spent time connecting a monitor and mouse while checking system logs?
T
tonylo0119
09-12-2023, 02:57 AM #2

Have you spent time connecting a monitor and mouse while checking system logs?

J
jump0124
Junior Member
14
09-12-2023, 04:35 AM
#3
The OpenVPN setup works for configuration but fails to load the certificate file.
J
jump0124
09-12-2023, 04:35 AM #3

The OpenVPN setup works for configuration but fails to load the certificate file.

A
Allpaca
Member
159
09-12-2023, 08:04 AM
#4
From what I understand, OpenVPN is functioning properly, though the iPhone app isn’t logging in correctly. I’ve seen similar issues on their forum. I can connect via SSH and retrieve logs if needed, but it seems something is still wrong. There was a recent update about a year ago, but it appears that fix didn’t fully resolve the problem now. I might need to switch to a different client, though I’m not sure what would work best. I thought OpenVPN was a solid choice, but maybe the issue lies with my configuration rather than the software itself.
A
Allpaca
09-12-2023, 08:04 AM #4

From what I understand, OpenVPN is functioning properly, though the iPhone app isn’t logging in correctly. I’ve seen similar issues on their forum. I can connect via SSH and retrieve logs if needed, but it seems something is still wrong. There was a recent update about a year ago, but it appears that fix didn’t fully resolve the problem now. I might need to switch to a different client, though I’m not sure what would work best. I thought OpenVPN was a solid choice, but maybe the issue lies with my configuration rather than the software itself.

E
ElTeteEdgar14
Junior Member
13
09-12-2023, 02:11 PM
#5
I just tested the Passepartout VPN client for iOS 12. It functioned flawlessly using the same OVPN config file, with the certificate text included directly in the file rather than a reference to a separate cert file. The only drawback is the price of $2.99, but since it works well, I don’t mind.
E
ElTeteEdgar14
09-12-2023, 02:11 PM #5

I just tested the Passepartout VPN client for iOS 12. It functioned flawlessly using the same OVPN config file, with the certificate text included directly in the file rather than a reference to a separate cert file. The only drawback is the price of $2.99, but since it works well, I don’t mind.

E
EgorWer
Junior Member
10
09-17-2023, 02:15 AM
#6
It seems you're asking about a configuration file that links a certificate to a base reference. You mentioned trying it before but forgetting, and now you're curious about how it was set up. Clarify if you need help understanding or implementing it!
E
EgorWer
09-17-2023, 02:15 AM #6

It seems you're asking about a configuration file that links a certificate to a base reference. You mentioned trying it before but forgetting, and now you're curious about how it was set up. Clarify if you need help understanding or implementing it!

S
slomochris
Member
64
09-21-2023, 11:28 PM
#7
In my configuration file I obtained from the VPN server there was a line: ca ca.cert. This caused issues because I couldn't import both the ovpn file and the certificate at once. You can modify the ovpn file by replacing that line with <ca> *entire contents of the certificate file* </ca>, so you only need to import one file now.
S
slomochris
09-21-2023, 11:28 PM #7

In my configuration file I obtained from the VPN server there was a line: ca ca.cert. This caused issues because I couldn't import both the ovpn file and the certificate at once. You can modify the ovpn file by replacing that line with <ca> *entire contents of the certificate file* </ca>, so you only need to import one file now.

H
HorseyHay
Member
208
09-22-2023, 04:31 AM
#8
Alright, I'll give it a shot! Thanks!
H
HorseyHay
09-22-2023, 04:31 AM #8

Alright, I'll give it a shot! Thanks!

S
Spiderb0y_
Junior Member
12
09-22-2023, 12:02 PM
#9
I'm not sure about what you did; I just reset my Pi and reinstalled PivPNP, and it functioned properly again. Who knows?
S
Spiderb0y_
09-22-2023, 12:02 PM #9

I'm not sure about what you did; I just reset my Pi and reinstalled PivPNP, and it functioned properly again. Who knows?