Linked Questions
14 questions linked to/from Simple openVPN with static keys
3 votes
2 answers
2k views
Raspberry Pi as OpenVPN Access Point
I am trying to setup Raspberry Pi as VPN-WiFi access point connecting to AWS VPC. I followed Raspberry Pi as an access point Here are the all steps I performed in sequence Installed fresh full ...
1 vote
1 answer
3k views
Cannot connect to PiVPN Server from WAN but can connect through LAN
I setup PiVPN on my Pi3B. I have a Windows computer. I can connect through OpenVPN GUI on Windows to my Pi, because I changed the WAN address of my router in original .ovpn config file that my PiVPN ...
3 votes
2 answers
3k views
Setting up Bridged VPN using: RPi 3G Hotspot router + openvpn client to connect to home RPi OpenVPN server
I have a Raspberry Pi 3B+ which is working as a hotspot using a Hologram Nova usb ppp0 device where it receives Internet from and routes the internet through WiFi and Ethernet. This Hologram usb ppp0 ...
3 votes
1 answer
1k views
How to allow access from OpenVPN set on eth0 to wlan0
So I have the following configuration: +---------------------+ +----------------------------------+ | 10.10.10.* | | 192.168.100.*...
5 votes
1 answer
918 views
Does Raspbian keep a security log file, and what is its location?
I set up an OpenVPN server on my Raspberry Pi running Raspbian and am wondering if there is a log file of security events that I can look at. I'm curious because I want to know if there are login ...
2 votes
1 answer
680 views
Connecting Raspberry Pi to 2 separate networks
Hi I was wondering if the following setup would work. I am trying to accomplish the following. Connect to VPN server from outside my network and then VNC or RDP and possibly SSH into the other ...
0 votes
3 answers
1k views
How do I set up a OpenVPN tunnel for Raspberry Pi on LAN without internet connectivity?
My setup is described in the image above. I have a raspberry pi connected to a router via Wi-Fi and the router is connected to a host via a Ethernet cable. The router doesn't have a internet ...
0 votes
2 answers
698 views
Sharing VPN conection via WIFI hostpot
I would like to know if someone has ever done this before. I want to share a wifi connection via raspberry pi connected to the internet via Ethernet cable. I would like the Pi to run through a VPN and ...
0 votes
1 answer
508 views
Trying to make PI 4 into headless VPN, WiFi hotspot and provide VPN connection to a VOIP adapter [closed]
I’ve looked at this board and done quite a few Google searches and haven’t found what I’m looking for. I have read a few replies to posts that say the writer should include more information and be ...
0 votes
1 answer
456 views
Create a wifi accesspoint (sharing wifi) with traffic routed over VPN
I know we can create a wifi hotspot, sharing ethernet over wifi but is there a way I can create a new wifi hotspot while staying connected to a wifi. So something like sharing wifi. My use case is I ...
0 votes
1 answer
256 views
Want to use my pi as a webserver and run OpenVpn for traffic from the pi
Just for an experiment I'm configuring my pi to run as a webserver (nginx, php). I've got this working and I forwarded port 80 to my pi. This also worked. Although as soon as I enable OpenVPN it ...
1 vote
1 answer
270 views
Raspberry Pi 3G Router - routing problem
I have a Device on a remote site that I need a network connection from a VPS OpenVPN Server), so I set up a Raspberry Pi running Stretch as a 3G/4G Router. The Pi connects to 3G OK, and can connect to ...
2 votes
1 answer
289 views
pivpn inconsistent TLS handshake/authentication
I'm using pivpn(OpenVPN) on an rpi3B. When it works it works great, but I'm unable to successfully authenticate more often than not. I've tried it on 2 different wifi networks, with similar results. ...
0 votes
2 answers
87 views
Communicate with computers on external networks
I'm trying to build an application with my RPi 3B that get some data from connected sensors. Once I got the data, I'd like to send them to a computer that is on an external network via a script in ...