I can not ping from the remote machine back to my local machine.
I ran ipconfig /all
Here is the section I assume contains my local machine's ip on the vpn :
NOTE : for privacy's sake , I changed the actual ip
PPP adapter myvpn:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : myvpn
Physical Address. . . . . . . . . :
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 10.3.8.78(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 10.0.80.11
10.0.80.12
NetBIOS over Tcpip. . . . . . . . : Enabled
"Bill Kearney" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) t...
>> This issue, I think, is most often a name resolution issue. How are you
>> attempting to map? By name or by IP?
>
> Most likely it's naming. But it may also be routing and/or port blocking.
> The ISP may not allow that host to make outbound connections necessary for
> filesharing. This as a defense against various malware attacks (where the
> machine gets compromised and seeks to attack others).
>
> You'll need to know the IP address of your home machine's side of the VPN
> connection. Bring up a cmd prompt on your home machine and use "ipconfig
> /all". Make note of the IP address of your local VPN connection.
>
> RDP into the remote machine. Bring up a cmd prompt on it. See if you can
> ping your home machine. Use your VPN's local IP address on the remote
> machine with the command "ping ip.address.of.yourmachine". If that works
> then there's enough routing setup properly to allow the connection. Then
> try using "new view \\ip.address.of.yourmachine" to see if you can view
> the shares on your home machine. If you can ping but can't 'net use' then
> there may be firewall issues.
>
> -Bill Kearney
|