I'm not the person who started this thread, but this thread captures
my symptoms perfectly. I have spent a few days sifting through the
many messages here and I have taken every course of action that I can
think of. So let me answer your questions hoping that you will have
some suggestions or may be able to focus my thinking on the point that
I have overlooked.
My VPN server is Windows 2000 server.
How is the VPN server and the internal network organized?
The VPN server is the DC (pure Win2000 domain) and runs RRAS with
Router (Local area network (LAN) routing only) and Remote access
server enabled. DNS and Wins also run on this computer. There is a
single subnet on the internal LAN (192.168.0.0/24) with the AD at
fixed IP 192.168.0.200.
What is the IP address assigned to the clients?
Client (XP Pro) NICs are on subnet 192.168.11.0/24 and when they
connect via PPTP they are assigned addresses from a static address
pool on subnet 192.168.100.0/24. On the remote clients, in the
connection properties of the VPN connection "use default gateway on
remote network" is checked.
Are you able to reach your internal network machines via
their IP address (by pinging)?
Unfortunately, no. From the VPN clients I can ping 192.168.100.1 and
192.168.0.200 but that is all. No other machines on the LAN can be
pinged.
Let me add some information that should be relevant. In the RRAS
console, in the server properties dialog IP tab I have "Enable IP
routing" checked.
I understand that these problems are common and are usually caused by
improper routing tables. I have racked my brain over this day after
day. Let me mention the routing that I have confirmed for the
round-trip from the VPN workstation to a workstation inside the LAN.
VPN client routes:
(In the text presented below I edited the way that the metric shows up
to try to prevent text wrapping. The metric follows a hyphen at the
end of the line.)
Active Routes:
Net Destination Netmask Gateway Interface-M
0.0.0.0 0.0.0.0 192.168.11.1 192.168.11.20-21
0.0.0.0 0.0.0.0 192.168.100.2 192.168.100.2- 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1- 1
192.168.11.0 255.255.255.0 192.168.11.20 192.168.11.20-20
192.168.11.20 255.255.255.255 127.0.0.1 127.0.0.1-20
192.168.11.255 255.255.255.255 192.168.11.20 192.168.11.20-20
192.168.100.2 255.255.255.255 127.0.0.1 127.0.0.1-50
192.168.100.255 255.255.255.255 192.168.100.2 192.168.100.2-50
220.106.114.180 255.255.255.255 192.168.11.1 192.168.11.20-20
224.0.0.0 240.0.0.0 192.168.11.20 192.168.11.20-20
224.0.0.0 240.0.0.0 192.168.100.2 192.168.100.2- 1
255.255.255.255 255.255.255.255 192.168.11.20 192.168.11.20- 1
Default Gateway: 192.168.100.2
====================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
192.168.0.0 255.255.255.0 192.168.100.1 1
In the above I may have added a route to the 192.168.100.0 subnet in
the AD user profile or I may have added it as a static route. I have
done both at different times.
On the workstation, a persistent route to the 192.168.0.0 subnet is
added even though it is not needed.
On the VPN server I'm not sure how to get a print out of the routing
table in the RRAS console. Presumably it is able to route from the
192.168.100.0 subnet to the 192.168.0.0 subnet. I see the following
route:
Net Destination Netmask Gateway Interface-M
192.168.0.0 255.255.255.0 192.168.0.200 192.168.0.200-1
in the console and in the route table from a command line. Also on
the VPN server, I see the return route:
Net Destination Netmask Gateway Interface
192.168.100.0 255.255.255.0 192.168.100.1 Internal
The above is in the RRAS console routing information but does not show
up at a command line "route print" command.
Finally, at a workstation on the LAN I have added a route to the
192.168.100.0 subnet AND to the 192.168.11.0 subnets.
Persistent Routes:
Network Address Netmask Gateway Address Metric
192.168.11.0 255.255.255.0 192.168.0.200 1
192.168.100.0 255.255.255.0 192.168.0.200 1
On the LAN, I do tracert -d 192.168.100.2
Tracing route to 192.168.100.2 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 192.168.0.200
2 * * * Request timed out.
which gets me to the VPN server and a dead end.
From the client I tracert the workstation on the LAN
Tracing route to 192.168.0.3 over a maximum of 30 hops
1 * * * Request timed out.
Obviously I'm missing something.
--
TD
"Kadirvel C Vanniarajan [MSFT]" <
[email protected]> wrote in
message news: said:
Please provide the following information.
What is your VPN server? How is the VPN server and the internal network
organized? What is the IP address assigned to the clients? Are you able to
reach your internal network machines via their IP address (by pinging)?
--
Kadir
(e-mail address removed) [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Isidore said:
I've been fooling around with this for a while. I can
connect via VPN with no problems but after that, I cannot
see any thing on the network other than the vpn server.
I am using a linksys router connected to the internet via
dsl and behind it is my network (including my webserver,
VPN server and other network clients). I've reconfigured
it a bunch of times but still no dice. I can ping the vpn
server fine but nothing else on the internal network. Any
help will be appreciated