[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

[Openvpn-users] Remote Desktop hangs over XP Bridge


  • Subject: [Openvpn-users] Remote Desktop hangs over XP Bridge
  • From: "Andrew McLaren" <andrew@xxxxxxxxxxxxxxxxx>
  • Date: Tue, 6 Feb 2007 21:24:34 +0100
  • Importance: Normal

Title: Message
I've got an XP/XP bridge up and running. The tunnel looks like it comes up 100%, and everything expected appears on the client.
 
Pings, directory/file browsing etc appear to work fine, but attempts to run (MS) Remote Desktop invariably hang after a number of seconds. The status file on the client shows the following error, but the tunnel still looks intact.
 
TAP-WIN32 driver status,"State=AT?c Err=[(null)/0] #O=21 Tx=[9192,0,0] Rx=[10447,0,311] IrpQ=[1,1,16] PktQ=[0,13,64]"
 
Similar errors are also reported with file browsing over the tunnel, but they do not appear to have the same impact, so it may be a particular sensitivity of remote desktop. (FWIW, Remote Desktop is working over XP's native VPN).  I've played around with tweaking the MTU size using the fragment and mssfix options down to 1300 and 1200, but to no avail. The server and client configs are as follows;
 
# VPNServer.ovpn
port 1194
proto udp
dev tap
dev-node OpenVPN-Tap
 
ca keys/ca.crt
cert keys/VPNServer.crt
key keys/VPNServer.key
dh keys/dh2048.pem
tls-auth keys/ta.key 0
 
server-bridge 192.168.0.254 255.255.255.0 192.168.0.30 192.168.0.128
ifconfig-pool-persist ipp.txt 60
tmp-dir tmp
fragment 1200
mssfix
 
persist-key
persist-tun
keepalive 10 120
comp-lzo
status openvpn-status.log
verb 3
mute 20
# VPNClient.ovpn
client
dev tap
proto udp
float
port 1194
nobind
remote 222.153.105.186
resolv-retry infinite
ca keys/ca.crt
cert keys/VPNClient.crt
key keys/VPNClient.key
tls-auth keys/ta.key 1
fragment 1200
mssfix
persist-key
persist-tun
ns-cert-type server
keepalive 10 120
comp-lzo
status openvpn-status.log
verb 3
mute 20
Ideas? I'm new with OpenVPN, so this is possibly something obvious and/or trivial. My apologies if that is the case!
 
Thanks and regards
 
Andrew
-------------------------------------------------------------------------
Get stuff done quickly with pre-integrated technology to make your job easier.
_______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users