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 tcp-server > --lport 8080 --comp-lzo --link-mtu 296 > > and on the client: > > openvpn --remote luckyluke.homelinux.org --dev tun1 --ifconfig 10.4.0.2 > 10.4.0.1 --verb 9 --http-proxy 195.182.114.52 8080 --proto tcp-client > --rport 8080 --comp-lzo --link-mtu 296 --redirect-gateway
IP minimum MTU are way more than 296. You are violating IP. -- vda