On Tue, 25 Jun 2013 07:30:54 -0700
Aubrey Raech wrote:
> On Tue, 25 Jun 2013 16:09:02 +1200
> Joel Wirāmu Pauling wrote:
>
> > Goes to syslog by default i.e /var/log/syslog IIRC.
> >
> > Your name resolution issue is seperate, and probably due to needing
> > different name servers. Ensure you
On Tue, 25 Jun 2013 16:09:02 +1200
Joel Wirāmu Pauling wrote:
> Goes to syslog by default i.e /var/log/syslog IIRC.
>
> Your name resolution issue is seperate, and probably due to needing
> different name servers. Ensure you have a tun/tap device and IP etc
> from your vpn provider with ;
>
> $
On 6/25/13, Aubrey Raech wrote:
> Hey all,
>
> I'm at my wit's end with openvpn. I've had a VPN service for almost a
...
> ~
> client
> dev tun
> proto udp
> remote us-west.privateinternetaccess.com 1194
> resolv-retry infinite
> nobind
> persist-key
> persist-tun
> ca ca.crt
> tls-client
> re
On Mon, 24 Jun 2013 18:37:38 -0700
Aubrey Raech wrote:
>
> > Put those settings into a file in /etc/openvpn/.conf
> >
> > Put your key, crt and ca into that same directory.
> >
> > run :
> >
> > $/etc/init.d/openvpn restart
> >
> > ta da!
> >
> > Done.
> >
> > This will automatically start
Also add
pull
to the end of the config file.
On 25 June 2013 16:09, Joel Wirāmu Pauling wrote:
> Goes to syslog by default i.e /var/log/syslog IIRC.
>
> Your name resolution issue is seperate, and probably due to needing
> different name servers. Ensure you have a tun/tap device and IP etc
> fr
Goes to syslog by default i.e /var/log/syslog IIRC.
Your name resolution issue is seperate, and probably due to needing
different name servers. Ensure you have a tun/tap device and IP etc
from your vpn provider with ;
$ip addr
and
$ip route show
and pinging the (hopefully new) default gateway.
> Put those settings into a file in /etc/openvpn/.conf
>
> Put your key, crt and ca into that same directory.
>
> run :
>
> $/etc/init.d/openvpn restart
>
> ta da!
>
> Done.
>
> This will automatically start on boot unless you change your startup scripts.
I did this, and I lose the ability
Oh I just noticed you are using userpass auth method...
so just the ca and the userpass in-line in the file will work.
You would be much better off getting a key and crt from your provider
if they support it than using user pass.
On 25 June 2013 12:49, Joel Wirāmu Pauling wrote:
> Put those set
Put those settings into a file in /etc/openvpn/.conf
Put your key, crt and ca into that same directory.
run :
$/etc/init.d/openvpn restart
ta da!
Done.
This will automatically start on boot unless you change your startup scripts.
On 25 June 2013 12:30, Aubrey Raech wrote:
> Hey all,
>
> I'
9 matches
Mail list logo