janjust wrote:please post your client and server config files to see if there's a problem with your VPN connection;
i'm using the samples provided by openvpn, just changed the essentials only.
here is one of the config i use:
Code: Select all
management localhost 7505
port 1194
proto tcp
dev tun
ca xx.crt
cert server.crt
key server.key # This file should be kept secret
dh dh1024.pem
server 10.8.0.0 255.255.0.0
ifconfig-pool-persist ipph.txt
push "dhcp-option WINS 10.0.0.1"
client-to-client
keepalive 10 120
tls-auth ta.key 0 # This file is secret
comp-lzo
max-clients 100
persist-key
persist-tun
status openvpn-status.log
verb 6
Code: Select all
client
dev tun
proto tcp
remote xxx.xxx.xxx.xxx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca xx.crt
cert xx.crt
key xx.key
ns-cert-type server
tls-auth xx.key 1
comp-lzo
verb 4
pull
route-method exe
mssfix 1200
route-delay 10
win-sys env
this forum is not about troubleshooting teamviewer/ultravnc/rdp problems, unless they are caused by the underlying VPN connection.
yes, indeed i acknowledge it before i posted it

the reason i post it in here is because teamviewer works when it is not using the vpn address (10.8.x.x) but using the teamviewer id (using their server vpn/internet).
The first thing I'd try (if you're using 'proto udp') is to add
to both client and server and see if that fixes the problem for that client ; some ISPs are notoriously bad when it comes to forwarding (larger) UDP packets.
i'm using both tcp and udp connections (i have two openvpn servers).
tried adding the code but still not worked.
oh just to make it clear, this problem only happened to this one client only (windows 2k3), the other 70+ other clients (w2k,w2k3,wxp,w7) are ok using the same combination of openvpn+teamviewer/uvnc/rdp.
the configuration of my vpn:
- two openvpn servers (wxp), each server host two openvpn connections differentiate by port number and tcp/udp. so total are four openvpn hosts.
- each client has at least have one connections to both servers, one tcp and one udp (2 openvpn connections per client).