|
|
Yes, the shares on the LAN IP (192.168.1.100) is also unbrowsable. I cannot even connect to VNC on 192.168.1.100, just the TUN interface at 10.66.77.1 Would adding: push "route 10.0.0.0/24 255.255.255.0" push "route 192.168.1.0/24 255.255.255.0" push "dhcp-option DNS 192.168.1.100" push "dhcp-option WINS 192.168.1.100" to the servers config possible help? Or, am I wondering off into left field with my thinking? My thinking is that by pushing clients 192.168.1.100 they would be able to see 192.168.1.100, then use 192.168.1.100's WINS / DNS. Michael On Thu, March 2, 2006 1:57 pm, Jerry Callison wrote: > Have you tried connecting to the shares on the server's LAN IP? I have > not used OpenVPN on Windows, but I suspect that file sharing is not > enabled/allowed on the TUN adapter. > > Michael Sharp wrote: > >>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 > ------------------------------------------------------- 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/msg00023.html on line 287 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/msg00023.html on line 287 |