Weird behaviour with OpenVPN: can not connect to a few websites
Posted
by
Gaby Solis
on Server Fault
See other posts from Server Fault
or by Gaby Solis
Published on 2012-11-05T16:15:10Z
Indexed on
2012/11/05
17:03 UTC
Read the original article
Hit count: 328
My OpenVPN server is Ubuntu 10.04.4 LTS and openvpn version is 2.x
My client is on Win 7. He can access most sites but not Youtube, Facebook, Twitter, groups.google.com, etc
My server.conf is:
local x.x.x.x
port 1194
proto udp
dev tun
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/server.crt
key /etc/openvpn/keys/server.key
dh /etc/openvpn/keys/dh1024.pem
server 10.8.0.0 255.255.255.0
push "redirect-gateway def1"
push "dhcp-option DNS 8.8.8.8"
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
status /etc/openvpn/keys/openvpn-status.log
verb 4
I can access Youtube etc using SSH Tunnel + SOCKS Proxy, and the Ubuntu server can access all sites. so nothing is wrong with the Ubuntu server.
With little information I can provide, I am not looking for a quck solution. How can I debug?
© Server Fault or respective owner