jackjenkins said:
I still get the password screen when trying to share. When I try
\\servername\share, the password screen immediately comes back up no
matter which user, password I use.
Here is ipconfig and nbtstat -c from both sides:
Server ipconfig (remote box)
PPP adapter RAS Server <Dial In> Interface:
Connection-specific DNS Suffix . :
IP Address . . . . . . . . . . . : 192.168.0.104
Subnet Mask. . . . . . . . . . . : 255.255.255.255
Default Gateway. . . . . . . . . :
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IP Address . . . . . . . . . . . : 192.168.0.103
Subnet Mask. . . . . . . . . . . : 255.255.255.0
Default Gateway. . . . . . . . . : 192.168.0.1
Client ipconfig (home box)
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IP Address . . . . . . . . . . . : 192.168.1.101
Subnet Mask. . . . . . . . . . . : 255.255.255.0
Default Gateway. . . . . . . . . : 192.168.1.1
PPP adapter Testvpn 2:
Connection-specific DNS Suffix . :
IP Address . . . . . . . . . . . : 192.168.0.103
Subnet Mask. . . . . . . . . . . : 255.255.255.0
Default Gateway. . . . . . . . . : 192.168.0.103
The VPN virtual adapter on the client has an identical IP address to the
Server's address on its own LAN. This is not right.
I think the issue might be a clash between static IPs overlapping
DHCP-issued ones.
If you allocate a static IP to your VPN Server, you must ensure that this
static IP address is within the sub-net of the router, but outside the DHCP
allocation pool of the router's DHCP server. For instance, if the router's
DHCP pool range is 192.168.0.100 and higher, then you should allocate static
IPs in the range 192.168.0.2 to 192.168.0.99.
So, first ensure that all statically allocated IP addresses are outside the
DHCP ranges of the routers.
Now, open the properties of "Incoming Connections" in the VPN Server's
Network Connections. Click tab Networking. Select "Internet Protocol
(TCP/IP)" and click Properties. There you will see a dialog for assigning
the TCP/IP addresses for the VPN link. These addresses by default will be
obtained from the VPN Server's DHCP server; i.e. the router. If you had
allocated an IP address to the VPN server from within the DHCP pool of the
router, then the same IP address could be issued by the router's DHCP server
to the VPN link end-points. Another way of preventing this happening is to
allocate a range of static IP addresses (within the router's LAN subnet
range, but outside the DHCP pool) to the VPN link. You need two IP
addresses per VPN connection (one for each end of the link).
Once you have made these changes, try all the ipconfig analysis again.