Go to advanced search

by bgirardot
Tue Nov 20, 2012 5:13 pm
Forum: Raspberry Pi OS
Topic: Booting Raspbian Wheezy via QEMU on Windows XP
Replies: 6
Views: 7075

Re: Booting Raspbian Wheezy via QEMU on Windows XP

... a TAP device (look at the answer of Joe Schmoe in this Thread) Wow, very helpful, thank you very much. Right after I did the install I gave the OpenVPN Tap provider a half harted try and it didn't work, but I fully intend to give it a full try soon, this will really be helpful, thank you again.
by Thijxx
Fri Nov 16, 2012 4:25 pm
Forum: Networking and servers
Topic: Can't connect to VPN server running on R-PI
Replies: 10
Views: 9696

Re: Can't connect to VPN server running on R-PI

... and set the GRE on your router? And did you enable the #debug so you can provide us with some extra log information? You are not installing OpenVPN as far as I can see, so you shouldn't use the OpenVPN client :) The default Windows client is ok I suppose. I always use my iPhone or iPad with ...
by Thijxx
Fri Nov 16, 2012 4:06 pm
Forum: Networking and servers
Topic: using logrotate and ramlog
Replies: 64
Views: 29042

Re: using logrotate and ramlog

... file... My /etc/init.d/ramlog file: ### BEGIN INIT INFO # Provides: ramlog # Required-Start: # X-Start-Before: rsyslog transmission-daemon openvpn pptpd shellinabox # X-Stop-After: # Should-Start: $local_fs # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: ...
by Thijxx
Wed Nov 14, 2012 9:45 am
Forum: Networking and servers
Topic: Can't connect to VPN server running on R-PI
Replies: 10
Views: 9696

Re: Can't connect to VPN server running on R-PI

If you don't get PPTPd to work, you probably shouldn't start with OpenVPN because it's more complicated. Are you trying to VPN to the Pi on the local network? Do so to exclude possible ISP/Router/Firewall limitations. I've used this manual to setup my PPTPd: ...
by victor_silva
Wed Nov 14, 2012 8:10 am
Forum: Networking and servers
Topic: Can't connect to VPN server running on R-PI
Replies: 10
Views: 9696

Re: Can't connect to VPN server running on R-PI

Thank's for the answer. I already saw your tutorial, but I'm ussing pppd as VPN server and not OpenVPN. Do you think that this would make a difference? And what do you mean when you say that my firewall might be bugging? I don't have any firewall installed in the RPI and ...
by Piminiuser
Tue Nov 13, 2012 10:35 pm
Forum: Networking and servers
Topic: Can't connect to VPN server running on R-PI
Replies: 10
Views: 9696

Re: Can't connect to VPN server running on R-PI

Is is not your firewall that's bugging? I made also a vpn server of my pi. I wrote a tutorial for it: https://dl.dropbox.com/u/21429092/OpenV ... y%20Pi.pdf
by victor_silva
Tue Nov 13, 2012 8:34 pm
Forum: Networking and servers
Topic: Can't connect to VPN server running on R-PI
Replies: 10
Views: 9696

Can't connect to VPN server running on R-PI

... I get different errors depending on the VPN client I use. By using a simple connection under windows I get the error 0x8007274 and when I use OpenVPN I get a connection time out. The user that is trying to connect to the VPN exists in the RPI and has the same password as the one in the /etc/ppp/chap-secrets ...
by Piminiuser
Tue Nov 13, 2012 3:08 pm
Forum: Networking and servers
Topic: Openvpn Server Tutorial
Replies: 3
Views: 2458

Re: Openvpn Server Tutorial

Updated version:

https://dl.dropbox.com/u/21429092/OpenV ... y%20Pi.pdf

Added: How to add a second / or more certificates.
by bgirardot
Sat Nov 10, 2012 3:57 am
Forum: Networking and servers
Topic: Openvpn Server Tutorial
Replies: 3
Views: 2458

Re: Openvpn Server Tutorial

Looks good. Thank you for putting it together and sharing it.
by Piminiuser
Thu Nov 08, 2012 10:35 pm
Forum: Networking and servers
Topic: Openvpn Server Tutorial
Replies: 3
Views: 2458

Openvpn Server Tutorial

Hi, I just made a Openvpn Tutorial. I copy'd the most of the commands from another tutorial. But this tutorial is based on Ubuntu 12.04, so there are some changes for the PI. https://dl.dropbox.com/u/21429092/OpenVpn%20server%20Raspberry%20Pi.pdf ...
by kenshen
Sun Nov 04, 2012 4:23 pm
Forum: Networking and servers
Topic: Openvpn help
Replies: 3
Views: 1904

Re: Openvpn help

Jhon564 Wow thanks this is awesome it works :D
by john564
Sat Nov 03, 2012 2:15 pm
Forum: Networking and servers
Topic: Openvpn help
Replies: 3
Views: 1904

Re: Openvpn help

# Make file for firewall setting sudo nano /usr/local/bin/firewall.sh #!/bin/bash oclient="10.8.0.0/24" iptables -t filter -F iptables -t nat -F iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT iptables -A FORWARD -s $oclient -j ACCEPT iptables -A FORWARD -j REJECT iptables -t nat...
by gstreeter
Thu Nov 01, 2012 1:18 pm
Forum: Networking and servers
Topic: Openvpn help
Replies: 3
Views: 1904

Re: Openvpn help

IPTABLES needs to have an entry in the nat section to allow the incoming 10.8.0.0 IP addresses to be NAT forwarded through to your external network connection: *nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE Otherwise the outgoing packets from 10.8.0.0 get forwarded to eth0 and onto the ext...
by Thijxx
Thu Nov 01, 2012 11:12 am
Forum: General discussion
Topic: STICKY: Introduce yourself!
Replies: 3775
Views: 244429

Re: Introduce yourself!

Hi all, My name is Thijs and I primarily use my Raspberry Pi's to take over the world. Obviously. Currently running are OpenVPN and a TOR Relay server. I will also run a TimeMachine service for the backups of my Macs, CryptoCat for a safer world, maybe a Torrent client and a network ...
by kenshen
Thu Nov 01, 2012 2:44 am
Forum: Networking and servers
Topic: Openvpn help
Replies: 3
Views: 1904

Openvpn help

Hey so i posted this on the openvpn forums but no ones answering I have install openvpn on the pi and i need some help i have the server up and running and can connect i have ip forwarding enabled and working i have iptables disabled for ...
by john564
Wed Oct 31, 2012 12:55 am
Forum: Off topic discussion
Topic: Raspberry-Pi compared with Sheevaplug
Replies: 12
Views: 12903

Re: Raspberry-Pi compared with Sheevaplug

I have both, used as Openvpn server the Sheeva plug broke my heart, useless shipped ubuntu system completely missing kernal , the whole serial I/O connection was amateurish and messy. and all the useful blog entries at plugcomputer.org ...
by john564
Tue Oct 30, 2012 7:29 am
Forum: Networking and servers
Topic: [How to] Dynamic DNS and Openvpn server [obsolete]
Replies: 12
Views: 91529

[How to] Dynamic DNS and Openvpn server [obsolete]

... pid from -S) # If you need to recreate the default config file sudo /usr/local/bin/noip2 -C ################################################ #### Openvpn server and client from website http://openvpn.net ################################################ # Openvpn Based upon these blogs http://wingloon.com/2012/05/25/how-to-install-setup-openvpn-on-debian-6-0-squeeze-with-certificate-authentication/ ...
by Thijxx
Mon Oct 29, 2012 7:05 pm
Forum: Networking and servers
Topic: VPN, access from outside... Network through crossover wire
Replies: 1
Views: 1027

Re: VPN, access from outside... Network through crossover wi

There are a lot of VPN tutorials for the RPi out there.

You could try OpenVPN because it's safe:
http://www.raspberrypi.org/phpBB3/viewt ... 31#p201431
by POSitality
Sun Oct 28, 2012 11:18 pm
Forum: Networking and servers
Topic: NAT busting security router... for the Cloud!
Replies: 3
Views: 2270

NAT busting security router... for the Cloud!

... firewall only handles TCP and UDP rules precluding the traditional PPTP/IPSEC/L2TP routes. Given we all love Open Source (I hope!) I'm going with OpenVPN which seems to have server/client software for almost every O/S. So, OpenVPN server on Cloud, OpenVPN client on RPi. Before anyone says "why ...
by Heza
Sun Oct 28, 2012 3:54 pm
Forum: Français
Topic: Gestionnaire de réseau
Replies: 1
Views: 1144

Gestionnaire de réseau

... à network manager qui serait moins gourmande au niveau de l'espace disque ( ma carte mémoire est assez restreinte) et qui gérerait le VPN ( OpenVPN), j'ai essayé wcid mais pas moyen de connecter mon dongle wifi, il n'y a qu'avec network manager que cela fonctionne, connaîtriez vous d'autres ...
by rew
Sat Oct 27, 2012 2:51 pm
Forum: Automation, sensing and robotics
Topic: How can you use a pi to controlled a mains switch
Replies: 32
Views: 21552

Re: How can you use a pi to controlled a mains switch

... and I connected the spi_relay on the SPI bus. I put an USB WIFI dongle in the pi to connect to the local WIFI and I had the raspberry pi set up an openvpn private network link to a server on the internet. This way I can connect to the 'pi from the outside without having to mess with the router ...
by pepedog
Sat Oct 27, 2012 9:47 am
Forum: Arch
Topic: opewswan-systemd
Replies: 2
Views: 822

Re: opewswan-systemd

It's not been touched as a project for quite awhile.
Could you not try https://wiki.archlinux.org/index.php/OpenVPN?
by No3x
Thu Oct 25, 2012 7:14 pm
Forum: Networking and servers
Topic: openVPN configuration
Replies: 0
Views: 1132

openVPN configuration

Hello! I followed this guide: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=20916&p=201431&hilit=openvpn#p201431 Then I copied all generated files to my windows PC and installed theOpenVPN client from http://openvpn.net and renamed the server.conf to server.ovpn and ...
by Thijxx
Wed Oct 24, 2012 2:18 pm
Forum: Networking and servers
Topic: OpenVPN tutorial
Replies: 74
Views: 140265

OpenVPN tutorial

... size fits all'. So if you use Jessie, you may want to use this tutorial here: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-debian-8 Updated: 15-02-2016 Added some info about possibly changed path when using Jessie Added a single new bad joke about David ...
by Heza
Tue Oct 23, 2012 9:48 pm
Forum: Français
Topic: Wifi et OpenVPN
Replies: 6
Views: 1698

Re: Wifi et OpenVPN

Bon voilà c'est réglé, mea culpa c'était effectivement un problème de routage. En fait OpenVPN attribuait une passerelle différente de celle de mon réseau et donc je ne pouvais plus accéder à internet via le dongle. Pour ceux qui rencontrerait le problème , j'ai juste ...

Go to advanced search