DragonFly users List (threaded) for 2006-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: openvpn packgea
On Thu, Jun 22, 2006 at 12:00:10AM +0400, altnixsys@xxxxxxxxx wrote:
>
> How install openvpn on DFly?
> Can you get a reference to article about it?
I used the following config:
dev tun
secret secret.key
proto udp
port 4444
float
local 192.168.0.1
up /root/up.sh
verb 0
and
#!/bin/sh
ifconfig tun0 192.168.1.1 192.168.1.2
for the configuration. YMMV
Joerg
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]