Well, I have found a solution that works for me. After searching all day long and reading a lot of docs on the MS knowledge base. The network I am VPNing into is my home LAN, so it is relatively small with only 4 computers on it. One of them being a laptop I use remotely, so when I VPN in there is really only 3 computers on the LAN. Anyways, here it is. Use the LMHOST option in the "WINS" tab in the "Advanced" settings of the TCP/IP settings for your VPN client. This allows you to write a very simple text file basically resolving the host names yourself. So you're telling the VPN client that 192.168.1.100 is a certain computer etc.... Here's what my file looks like: 192.168.5.101 familyroom #PRE #SG 192.168.5.102 aaronsroom #PRE #SG 192.168.5.104 ryanslaptop #PRE #SG 192.168.5.105 kristenslaptop #PRE #SG Now when I browse windows explorer or network neighborhood these show up and I am able to browse to them just like I can when I am physically connectd to the LAN. Nice huh? ;o) Great doc on LMHOST and all the different switches you can use : support.microsoft.com/kb/314884/en-us A small example of what I'm talking about here : theillustratednetwork.mvps.org/V···osts.txt and here : theillustratednetwork.mvps.org/V···work.pdf There is also some information in the LMHOST file itself, in Win XP check out the C:\WINDOWS\system32\drivers\etc\lmhost.sam file. Hope this helps anyone out there with similar issues!!! Any questions let me know.... Thanks, Ryan