HI.
> Right now I can ping all the machines on the network when connected
> but can't map a drive or use network neighborhood
But do remote VPN clients realy need to have access to the whole internal network, or just to one or few specific hosts?
Do they need to see the network neighborhood?
VPN clients (once working and pingable), have 2 additional problems:
* name resolution.
Can be solved with either LMHOSTS, HOSTS, WINS, DNS, FTP, HTTP and more.
* Slow bandwidth in most cases.
For remote users that need file access, you can overcome this problems in several ways, for example:
* If the remote user has also his/her own workstation at the office, you can implement remote control (VNC/PCAW/etc) over the VPN tunnel.
* Similare idea: implement a terminal server for remote users.
* Access the files using HTTP/FTP - eliminates name resolution problems, and better suites for slow links then MS file sharing protocols.
When using HTTP/FTP, it is also easier for you to restrict VPN clients to these protocols (and mail) only - which gives you better security and control.
Bye
Yizhar Hurwitz