F5F Stay Refreshed Software Operating Systems Raspberry Pi 3 with VPN setup

Raspberry Pi 3 with VPN setup

Raspberry Pi 3 with VPN setup

M
MavrosGR
Senior Member
579
09-11-2016, 12:37 AM
#1
M
MavrosGR
09-11-2016, 12:37 AM #1

R
RamseyMC
Member
70
09-11-2016, 06:58 PM
#2
You can modify the default IP address for your OVPN configuration by editing the template file found at ~/client-configs/base.conf. This method works well with PiVPN, as it allows you to select a different IP during setup.
R
RamseyMC
09-11-2016, 06:58 PM #2

You can modify the default IP address for your OVPN configuration by editing the template file found at ~/client-configs/base.conf. This method works well with PiVPN, as it allows you to select a different IP during setup.

W
Waverabbit
Senior Member
643
09-18-2016, 07:27 AM
#3
You're encountering a limitation where new clients are assigned the IP 10.8.0.2, and you need to switch it to 192.168.1.0. Unfortunately, there isn't an available option to change this directly.
W
Waverabbit
09-18-2016, 07:27 AM #3

You're encountering a limitation where new clients are assigned the IP 10.8.0.2, and you need to switch it to 192.168.1.0. Unfortunately, there isn't an available option to change this directly.

I
iKegreenS_
Posting Freak
878
09-18-2016, 09:09 AM
#4
I
iKegreenS_
09-18-2016, 09:09 AM #4

B
Bifes_PT
Member
205
09-18-2016, 02:11 PM
#5
Settings are usually found in the main menu or preferences section. Let me know if you need more details!
B
Bifes_PT
09-18-2016, 02:11 PM #5

Settings are usually found in the main menu or preferences section. Let me know if you need more details!

J
JustAirHits
Junior Member
44
09-21-2016, 12:12 PM
#6
I'm genuinely uncertain about your question. Could you clarify your intent?
J
JustAirHits
09-21-2016, 12:12 PM #6

I'm genuinely uncertain about your question. Could you clarify your intent?

L
ladybug022
Member
137
09-28-2016, 09:26 PM
#7
Linking your cloud server with your local network
L
ladybug022
09-28-2016, 09:26 PM #7

Linking your cloud server with your local network

M
MLG_MiLcHBuBi
Junior Member
37
10-04-2016, 12:27 PM
#8
To ensure your VPN clients connect to your local network instead of the default 10.8.0.0, modify the tun device settings in both server.conf and client.conf files. Refer to the provided links for detailed instructions.
M
MLG_MiLcHBuBi
10-04-2016, 12:27 PM #8

To ensure your VPN clients connect to your local network instead of the default 10.8.0.0, modify the tun device settings in both server.conf and client.conf files. Refer to the provided links for detailed instructions.

P
Partyrockdude
Member
141
10-04-2016, 05:50 PM
#9
Did you set up OpenVPN using that command? If yes, you're probably on a Raspbian device where DHCP is handled by the system. There are two DHCP configuration files depending on your connection method—wireless or wired. Connect to the Pi (possibly enabling SSH first), edit /etc/dhcpcd.conf with your preferred text editor (vi or nano). Check if 10.8.0.1 appears as the static router. If not, review /etc/wpa_supplicant/wpa_supplicant.conf. Keep in mind Raspbian has frequently updated its DHCP setup since its Debian roots, so you often need to reconfigure each time. Be ready to reset and start over.
P
Partyrockdude
10-04-2016, 05:50 PM #9

Did you set up OpenVPN using that command? If yes, you're probably on a Raspbian device where DHCP is handled by the system. There are two DHCP configuration files depending on your connection method—wireless or wired. Connect to the Pi (possibly enabling SSH first), edit /etc/dhcpcd.conf with your preferred text editor (vi or nano). Check if 10.8.0.1 appears as the static router. If not, review /etc/wpa_supplicant/wpa_supplicant.conf. Keep in mind Raspbian has frequently updated its DHCP setup since its Debian roots, so you often need to reconfigure each time. Be ready to reset and start over.