Go to advanced search

by jfirestorm44
Sun May 17, 2020 1:52 pm
Forum: Networking and servers
Topic: What's the best method for external access
Replies: 0
Views: 120

What's the best method for external access

... on the best method to just using a File Explorer type app or web page where I can see and access all of my files while away. I currently have OpenVPN setup through my Orbi router. I have Caddy Server for securing access to some of my webGUI programs that I could use. Maybe just a SFTP with ...
by jfirestorm44
Sun May 17, 2020 1:45 am
Forum: Networking and servers
Topic: Wireguard with Orbi router
Replies: 1
Views: 199

Wireguard with Orbi router

... with the guys over at linuxserver.io, my install and config files look good. I can only assume the Orbi is at fault. The Orbi has native OpenVPN built in and that does work but I would like to use Wireguard. Hopefully someone else has this setup working!
by DaveInUK
Fri May 15, 2020 12:20 pm
Forum: Networking and servers
Topic: A very basic question on IP addresses
Replies: 8
Views: 522

Re: A very basic question on IP addresses

... where I want to run an ssh session but don't want to get blocked. First three address blocks are the whole loopback subnet, my local LAN and my OpenVPN tunnel. I've trimmed that list down to just those three right now (as I'm not planning to travel anywhere before November). Thanks for the suggestion ...
by DarkElvenAngel
Wed May 13, 2020 3:31 pm
Forum: Networking and servers
Topic: LED to Indicate OpenVPN Status...possible?
Replies: 2
Views: 210

Re: LED to Indicate OpenVPN Status...possible?

I have no way to test this out but since TUN0 is a network device this may work for you too.

viewtopic.php?f=29&t=273194#p1658930

You'd want the Link property to show status.
by odinlistening
Wed May 13, 2020 10:25 am
Forum: Networking and servers
Topic: LED to Indicate OpenVPN Status...possible?
Replies: 2
Views: 210

LED to Indicate OpenVPN Status...possible?

... that what I would like to do is a possibility - but have no idea how to implement it. I have a Pi3 acting as an outgoing, permanently connected, OpenVPN router - all good. Due to the occasional ADSL drop-outs where I live I would like to have an LED lit when the TUN0 connection is up - and obviously ...
by crbeckman
Tue May 12, 2020 11:35 pm
Forum: Beginners
Topic: RPI4 no video output, even with NOOBS
Replies: 0
Views: 46

RPI4 no video output, even with NOOBS

... from 'irked' towards 'mildly irritated'. (Since ALL my wi-fi options on the road are open networks, I would like to use DD-WRT on the Pi3 and OpenVPN into my ExpressVPN account. Then cross-over cable connection to the Pi4. I'm much more familiar with unTangle than DD-WRT, but unTangle only ...
by DMMG
Mon May 11, 2020 11:01 pm
Forum: General discussion
Topic: Pi4 OpenVPN/WireGuard server performance is terrible
Replies: 13
Views: 5563

Re: Pi4 OpenVPN/WireGuard server performance is terrible

Hi All,

I`ve just received my Pi4B and i`m looking for a VPN to purchase. Which one you recommend ? I have like 50£$ for it.Thanks
by DougieLawson
Mon May 11, 2020 7:39 pm
Forum: Networking and servers
Topic: A very basic question on IP addresses
Replies: 8
Views: 522

Re: A very basic question on IP addresses

... where I want to run an ssh session but don't want to get blocked. First three address blocks are the whole loopback subnet, my local LAN and my OpenVPN tunnel. I've trimmed that list down to just those three right now (as I'm not planning to travel anywhere before November).
by Densetsu
Sun May 10, 2020 6:38 pm
Forum: Networking and servers
Topic: Raspberry 3,vpn and android
Replies: 8
Views: 2690

Re: Raspberry 3,vpn and android

Use the pivpn image, and have the clients use openvpn to connect. I am using pivpn on a Pi zero and connecting via my android phone and tablet, and my laptop without any issue. http://www.pivpn.io/ Agreed! I am using the same without facing any ...
by audetto
Sat May 09, 2020 6:30 pm
Forum: Troubleshooting
Topic: OpenVPN performance on Raspberry PI 4
Replies: 3
Views: 419

Re: OpenVPN performance on Raspberry PI 4

I would also like to know why ExpressVPN is so slow on my raspberry pi 3B+. I am using it as a WIFI-hotspot, and it normally gives me around 90mbps dowload speed, but around 7-10mbps with expressvpn connected. Before blaming the VPN provider or the Pi, what do you get on a Desktop PC? I get 112 - 9...
by Desnee
Sat May 09, 2020 11:23 am
Forum: Networking and servers
Topic: RPI 4 as an OpenVPN server using IPv6?
Replies: 2
Views: 199

Re: RPI 4 as an OpenVPN server using IPv6?

You'll need to tweak your OpenVPN config a little bit port 1194 proto udp6 dev ovpntun dev-type tun server 10.8.0.0 255.255.255.0 ifconfig 10.8.0.1 10.8.0.2 server-ipv6 2001:qqqq:qqqq:qqqq::/64 keepalive 10 120 comp-lzo user openvpn group ...
by audetto
Sat May 09, 2020 11:16 am
Forum: Troubleshooting
Topic: OpenVPN performance on Raspberry PI 4
Replies: 3
Views: 419

Re: OpenVPN performance on Raspberry PI 4

I would also like to know why ExpressVPN is so slow on my raspberry pi 3B+. I am using it as a WIFI-hotspot, and it normally gives me around 90mbps dowload speed, but around 7-10mbps with expressvpn connected. I have set up a wifi router using expressvpn and the download I get from a tablet is abou...
by DougieLawson
Sat May 09, 2020 11:14 am
Forum: Networking and servers
Topic: RPI 4 as an OpenVPN server using IPv6?
Replies: 2
Views: 199

Re: RPI 4 as an OpenVPN server using IPv6?

You'll need to tweak your OpenVPN config a little bit port 1194 proto udp6 dev ovpntun dev-type tun server 10.8.0.0 255.255.255.0 ifconfig 10.8.0.1 10.8.0.2 server-ipv6 2001:qqqq:qqqq:qqqq::/64 keepalive 10 120 comp-lzo user openvpn group ...
by Desnee
Sat May 09, 2020 9:45 am
Forum: Networking and servers
Topic: RPI 4 as an OpenVPN server using IPv6?
Replies: 2
Views: 199

RPI 4 as an OpenVPN server using IPv6?

I have a project in mind. The basic idea is that I want a secure OpenVPN connection to my home network from outside it. I want to be able to access all devices on my home network. I'm going to install either Raspbian or Ubuntu-RPI on a Raspberry Pi 4. Then ...
by mikeminish
Fri May 08, 2020 7:27 pm
Forum: Troubleshooting
Topic: OpenVPN performance on Raspberry PI 4
Replies: 3
Views: 419

Re: OpenVPN performance on Raspberry PI 4

I would also like to know why ExpressVPN is so slow on my raspberry pi 3B+. I am using it as a WIFI-hotspot, and it normally gives me around 90mbps dowload speed, but around 7-10mbps with expressvpn connected.
by Darren_L
Thu May 07, 2020 11:45 pm
Forum: Troubleshooting
Topic: Pi 4 Model B. No output on LG TV. Tried everything.
Replies: 25
Views: 1744

Re: Pi 4 Model B. No output on LG TV. Tried everything.

... (more decades of experience than I care to mention in coding, a fair amount in C/C++ and device drivers) or giving you remote access via maybe OpenVPN to connect into a VNC or SSH session. So far I've tried a few extra things like watching /opt/vc/bin/tvservice --monitor and switching resolution ...
by DougieLawson
Tue May 05, 2020 6:03 pm
Forum: Networking and servers
Topic: OpenVPN
Replies: 1
Views: 165

Re: OpenVPN

You can run any sensible program/script (within reason depending on the parameter options used) on OpenVPN connect.

https://askubuntu.com/questions/28733/h ... ccessfully
by rckanta
Tue May 05, 2020 5:41 pm
Forum: Networking and servers
Topic: OpenVPN
Replies: 1
Views: 165

OpenVPN

How to run a C program after OpenVPN connected to the server?
I have already written the systemd script for the OpenVPN and C program.
After switching on the system, it automatically connected to the network.

C program run before connected to the OpenVPN server, therefore, I got error.
by Cameleon1950
Tue May 05, 2020 3:15 pm
Forum: Nederlands
Topic: Hulp gezocht bij inrichten VPN Server
Replies: 5
Views: 700

Hulp gezocht bij inrichten VPN Server

... leren. Excuses dus dat ik mijn probleemstelling hier drop Ik wil mijn Rpi 4 als VPN server gaan inzetten. Ik ben al bezig geweest met PiVPN en en OpenVPN maar ergens gaat het nog steeds goed mis De sites welke ik als leidraad heb gebruikt, geven soms voor mij erg cryptische omschrijvingen of gebruiken ...
by DragonPi90
Tue May 05, 2020 3:34 am
Forum: Networking and servers
Topic: PiVPN instructions vs execution
Replies: 2
Views: 137

PiVPN instructions vs execution

... the file folders on my PC and connect I get an error saying parameters are either incorrect or missing. IS there something I'm missing? Using openVPN GUI on windows 10.
by Cameleon1950
Mon May 04, 2020 5:08 pm
Forum: Nederlands
Topic: Raspberry Pi VPN server + slimme meter
Replies: 2
Views: 1061

Re: Raspberry Pi VPN server + slimme meter

... leren. Excuses dus dat ik mijn probleemstelling hier drop Ik wil mijn Rpi 4 als VPN server gaan inzetten. Ik ben al bezig geweest met PiVPN en en OpenVPN maar ergens gaat het nog steeds goed mis De sites welke ik als leidraad heb gebruikt, geven soms voor mij erg cryptische omschrijvingen of gebruiken ...
by audetto
Sun May 03, 2020 7:49 am
Forum: Advanced users
Topic: DNS Resolution on Raspbian
Replies: 3
Views: 249

Re: DNS Resolution on Raspbian

... (and changed vpn provider for other reasons). Everything works but I have no idea why. Reading some tutorials https://wiki.archlinux.org/index.php/OpenVPN#DNS it seems that one has to do a few steps to get DNS from the OpenVPN server. I just run openvpn (the client) and everything works out of ...
by pers0n
Thu Apr 30, 2020 5:35 pm
Forum: General discussion
Topic: What's your list of the best software/applications for your Raspberry Pi?
Replies: 16
Views: 1084

What's your list of the best software/applications for your Raspberry Pi?

... (might not really count this one as its part of the OS) Skanlite - so I can have my USB scanner in another area DNSCrypt Privoxy PiVPN/OpenVPN Motion - turn an old webcam into a security camera that takes a photo based on movement OMXPlayer - play mp3s
by mfadamen
Thu Apr 30, 2020 12:11 pm
Forum: Networking and servers
Topic: Accessing camera gimbal through 4G, openVPN connected raspberry pi
Replies: 0
Views: 93

Accessing camera gimbal through 4G, openVPN connected raspberry pi

... (eth0) port of the raspberry pi. - Raspberry pi connected to the internet using a Huawei 4G LTE dongle on USB (eth1 interface of the RPi) - openVPN access server on AWS - Laptop, connected to my own LAN and internet through home router. The laptop runs "Skylink", which is dedicated software ...
by bls
Wed Apr 29, 2020 1:56 pm
Forum: Networking and servers
Topic: Remote Access To Raspberry Pi SAMBA FileServer
Replies: 2
Views: 189

Re: Remote Access To Raspberry Pi SAMBA FileServer

... to the internet as anything other than an experiment to see how badly your system can be hacked. There are several VPNs to choose from, such as OpenVPN, PiVPN, Wireguard, etc. I landed on strongSwan a few years ago, and have built a tool that makes it super-simple to install strongSwan in 30 ...

Go to advanced search