Hi,
I would like to use openvpn (1.6) to connect my home pc direkt over the proxy
of my internet service provider (isp).
At the server side I startet openvpn with
openvpn --dev tun1 --ifconfig 10.4.0.1 10.4.0.2 --verb 9 --proto tcp-server
--lport 8080 --comp-lzo --link-mtu 296
and on the clie
On Thursday 24 June 2004 12:04, Ullrich Dittmer wrote:
> Hi,
>
> I would like to use openvpn (1.6) to connect my home pc direkt over the
> proxy of my internet service provider (isp). At the server side I startet
> openvpn with
>
> openvpn --dev tun1 --ifconfig 10.4.0.1 10.4.0.2 --verb 9 --proto tc