openvpn packgea

joerg at britannica.bec.de joerg at britannica.bec.de
Wed Jun 21 13:39:34 PDT 2006


On Thu, Jun 22, 2006 at 12:00:10AM +0400, altnixsys at 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





More information about the Users mailing list