我有一个OpenVPN服务器设置,它的工作原理奇妙,所有的互联网stream量使用VPN连接。 在一个特定的WiFinetworking上,我可以使用telnet / openssl s_client连接到Web服务器,但不能在浏览器中。 我真的要强调,这不是典型的“没有互联网与OpenVPN”的问题,但它是唯一的一个单一的networking。 有没有一个好的地方开始寻找解决这个问题? 感谢您的任何build议,这里的相关信息:
Ubuntu 17.04服务器configuration上的OpenVPN 2.4.0:
dev tun ca ca.crt cert server.crt key server.key dh dh4096.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "redirect-gateway def1 bypass-dhcp" push "dhcp-option DNS 8.8.8.8" push "dhcp-option DNS 8.8.4.4" keepalive 10 120 tls-auth ta.key 0 key-direction 0 cipher AES-256-GCM auth SHA512 compress lz4-v2 push "compress lz4-v2" user nobody user nogroup persist-key persist-tun status openvpn-status.log verb 3 explicit-exit-notify 1 server-ipv6 <ipv6> push "route-ipv6 2000::/3"
使用OpenVPN 2.4configuration的macOS Sierra上的客户端粘度:
client dev tun proto udp remote (host) 1194 resolv-retry infinite nobind user nobody group nogroup persist-key persist-tun remote-cert-tls server tls-auth ta.key 1 key-direction 1 cipher AES-256-GCM auth SHA512 verb 3 <ca> (certificate) </ca> <cert> (certificate) </cert> <key> (key) </key> <tls-auth> (key) </tls-auth>
受影响的WiFinetworking,突出特点:
Authentication type: WPA2 enterprise using EAP-PEAP and MSCHAPv2, no certificate verification required (unique) DNS servers: 8.8.8.8, 8.8.4.4 Search domains: macewan.ca (unique) Local IP address: 10.60.34.32
什么工作:
telnet -4 www.google.ca 80 openssl s_client -connect www.google.ca:443 ssh with IP or domain
什么不行:
Browsing internet in any web browser on any host/domain