|
|
I have a sever/client setup successfully. The client can connect to the VPN server just fine and I can run VNC over the connection just fine. Both client and server are running the latest OpenVPN software and both are XP Server's TUN IP is 10.66.77.1 and the client is 10.66.77.5 Servers LAN IP is 192.168.1.100 On the router, port 1194 (UDP) is forwarded to the VPN server. Also, ports 137-138 (UDP), 445 (TCP), and 139 (TCP) is forwarded to the VPN server. For testing purposes, I even dropped both the server and clients windows firewall. >From the connected clent, I cannot browse shares (\\10.66.77.1) and map shares. The error is that the PATH 10.66.77.1 dosent exist. But I can reach 10.66.77.1 via VNC. Are there any server/cleint setting I may be missing that prevents browsing shares? Server config: port 1194 proto udp dev tun ca ca.crt cert server.crt key server.key dh dh1024.pem server 10.66.77.0/24 255.255.255.0 ifconfig-pool-persist ipp.txt client-to-client keepalive 10 120 tls-auth ta.key 0 comp-lzo persist-key persist-tun verb 3 Client config: client dev tun proto udp remote (MYIP) 1194 resolv-retry infinite nobind persist-key persist-tun mute-replay-warnings ca ca.crt cert client1.crt key client1.key ns-cert-type server tls-auth ta.key 1 comp-lzo verb 3 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-03/msg00020.html on line 243 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-03/msg00020.html on line 243 |