Re: vpn get in, but cant see anything
From: Brian Higgins (brian_at_NOSPAMaccentconsulting.com)
Date: 02/24/04
- Next message: David Pipe: "Best 4 port RAS modem solution"
- Previous message: Brian Higgins: "Fax and Remote Dial-In?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Feb 2004 11:05:20 -0500
for proper routing, the network you are dialing in from must be on a
different subnet then the
one you are dialing into. Below are some examples
Ex of Improper config, and what you probibly have:
Local Desktop 192.168.1.38
255.255.255.0
192.168.1.1 (VPN overrides when connected and points
to 192.168.1.254)
Remote Server 192.168.1.2
255.255.255.0
192.168.1.254
^-- this will not work because the routing tables can not properly determine
if the traffic is local,
or remote(through the VPN tunnel)
Ex of Proper Config:
Local Desktop 192.168.5.38
255.255.255.0
192.168.5.1
Remote Server 192.168.1.2
255.255.255.0
192.168.1.254
^-- With this config, your desktop(client) machine will be able to determine
which network to pass
traffic to, while still using your local connection for internet access.
Ex of working, but improper config (for most cases, this will be needed in
certian cases)
With this you will connect remotly, but internet access will be very slow.
(ie. VPN session
is using default gateway on remote network, tcp properties -> advanced)
Local Desktop 192.168.5.38
255.255.255.0
192.168.1.254 (note, this will still say 192.168.5.1
in your LAN settings, the
VPN session settings will override this when connected)
Remote Server 192.168.1.2
255.255.255.0
192.168.1.254
"Bryan" <anonymous@discussions.microsoft.com> wrote in message
news:e1c501c3eff4$4bde1490$a601280a@phx.gbl...
> I get in remotely, but cant see the network. I lose all
> internet browsing. cant see anyone else on the network.
> from the 2000 server, I see that i am in, but cant see the
> remote on the network. I get an IP address but it seems
> the subnet gets changed. I know I am doing something
> stupid...please help if you can.
- Next message: David Pipe: "Best 4 port RAS modem solution"
- Previous message: Brian Higgins: "Fax and Remote Dial-In?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|