Networking Forums

Networking Forums > Computer Networking > Windows Networking > Accessin local computers using RDP while connected to VPN

Reply
Thread Tools Display Modes

Accessin local computers using RDP while connected to VPN

 
 
Tmack
Guest
Posts: n/a

 
      03-06-2009, 03:49 PM
Hi guys,

I work from home and have to be connected to my companies VPN to work. I
want to access some other computers in my house using remote desktop. I am
able to access other computers until I sign-on to the VPN then I'm no longer
able to access the other computers.

Any ideas?

Routing Table:

xx = the same value for every instance in the table, eg, 21
xxx = a different vaule than xx

IPv4 Route Table
================================================== =========================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 192.168.1.1
192.168.1.2 4235
0.0.0.0 0.0.0.0 On-link
16.213.74.xx 11
15.195.201.xx 255.255.255.255 192.168.1.1 192.168.1.2
4236
16.213.74.xx 255.255.255.255 On-link
16.213.74.xx 266
127.0.0.0 255.0.0.0 On-link
127.0.0.1 4531
127.0.0.1 255.255.255.255 On-link
127.0.0.1 4531
127.255.255.255 255.255.255.255 On-link 127.0.0.1
4531
192.168.1.0 255.255.255.0 On-link
16.213.74.xx 30
192.168.1.2 255.255.255.255 On-link
192.168.1.2 4491
192.168.1.255 255.255.255.255 On-link
16.213.74.xx 266
224.0.0.0 240.0.0.0 On-link
127.0.0.1 4531
224.0.0.0 240.0.0.0 On-link
192.168.1.2 4492
224.0.0.0 240.0.0.0 On-link
16.213.74.xx 11
255.255.255.255 255.255.255.255 On-link 127.0.0.1
4531
255.255.255.255 255.255.255.255 On-link 192.168.1.2
4491
255.255.255.255 255.255.255.255 On-link 16.213.74.xx
266
================================================== =========================
Persistent Routes:
None

IPv6 Route Table
================================================== =========================
Active Routes:
If Metric Network Destination Gateway
1 306 ::1/128 On-link
1 306 ff00::/8 On-link
================================================== =========================
Persistent Routes:
None

Thanks,

 
Reply With Quote
 
 
 
 
Danny Sanders
Guest
Posts: n/a

 
      03-06-2009, 04:52 PM
Check with the people who control the VPN. This may be a setting within the
VPN set up to provide an extra layer of security.

hth
DDS
\

"Tmack" <(E-Mail Removed)> wrote in message
news:9CD58C47-3077-46C1-8964-(E-Mail Removed)...
> Hi guys,
>
> I work from home and have to be connected to my companies VPN to work. I
> want to access some other computers in my house using remote desktop. I am
> able to access other computers until I sign-on to the VPN then I'm no
> longer
> able to access the other computers.
>
> Any ideas?
>
> Routing Table:
>
> xx = the same value for every instance in the table, eg, 21
> xxx = a different vaule than xx
>
> IPv4 Route Table
> ================================================== =========================
> Active Routes:
> Network Destination Netmask Gateway Interface
> Metric
> 0.0.0.0 0.0.0.0 192.168.1.1
> 192.168.1.2 4235
> 0.0.0.0 0.0.0.0 On-link
> 16.213.74.xx 11
> 15.195.201.xx 255.255.255.255 192.168.1.1 192.168.1.2
> 4236
> 16.213.74.xx 255.255.255.255 On-link
> 16.213.74.xx 266
> 127.0.0.0 255.0.0.0 On-link
> 127.0.0.1 4531
> 127.0.0.1 255.255.255.255 On-link
> 127.0.0.1 4531
> 127.255.255.255 255.255.255.255 On-link 127.0.0.1
> 4531
> 192.168.1.0 255.255.255.0 On-link
> 16.213.74.xx 30
> 192.168.1.2 255.255.255.255 On-link
> 192.168.1.2 4491
> 192.168.1.255 255.255.255.255 On-link
> 16.213.74.xx 266
> 224.0.0.0 240.0.0.0 On-link
> 127.0.0.1 4531
> 224.0.0.0 240.0.0.0 On-link
> 192.168.1.2 4492
> 224.0.0.0 240.0.0.0 On-link
> 16.213.74.xx 11
> 255.255.255.255 255.255.255.255 On-link 127.0.0.1
> 4531
> 255.255.255.255 255.255.255.255 On-link
> 192.168.1.2
> 4491
> 255.255.255.255 255.255.255.255 On-link
> 16.213.74.xx
> 266
> ================================================== =========================
> Persistent Routes:
> None
>
> IPv6 Route Table
> ================================================== =========================
> Active Routes:
> If Metric Network Destination Gateway
> 1 306 ::1/128 On-link
> 1 306 ff00::/8 On-link
> ================================================== =========================
> Persistent Routes:
> None
>
> Thanks,
>


 
Reply With Quote
 
Anthony [MVP]
Guest
Posts: n/a

 
      03-06-2009, 09:42 PM
It is called "Split Tunneling When you create the VPN connection, it
replaces the normal network connection. It has a new network address and
gateway, and by default all traffic goes over the VPN. The VPN remote
gateway has no idea where your local resources are and is unable to find
them.
When you allow split tunneling you define, for example, that 10.* traffic
should go down the tunnel but anything else e.g. an internet address) should
use the normal network connection with the normal gateway e.g. your local
network router. This is able to find your local resources.
Hope that helps,
Anthony,
http://www.airdesk.com


"Tmack" <(E-Mail Removed)> wrote in message
news:9CD58C47-3077-46C1-8964-(E-Mail Removed)...
> Hi guys,
>
> I work from home and have to be connected to my companies VPN to work. I
> want to access some other computers in my house using remote desktop. I am
> able to access other computers until I sign-on to the VPN then I'm no
> longer
> able to access the other computers.
>
> Any ideas?
>
> Routing Table:
>
> xx = the same value for every instance in the table, eg, 21
> xxx = a different vaule than xx
>
> IPv4 Route Table
> ================================================== =========================
> Active Routes:
> Network Destination Netmask Gateway Interface
> Metric
> 0.0.0.0 0.0.0.0 192.168.1.1
> 192.168.1.2 4235
> 0.0.0.0 0.0.0.0 On-link
> 16.213.74.xx 11
> 15.195.201.xx 255.255.255.255 192.168.1.1 192.168.1.2
> 4236
> 16.213.74.xx 255.255.255.255 On-link
> 16.213.74.xx 266
> 127.0.0.0 255.0.0.0 On-link
> 127.0.0.1 4531
> 127.0.0.1 255.255.255.255 On-link
> 127.0.0.1 4531
> 127.255.255.255 255.255.255.255 On-link 127.0.0.1
> 4531
> 192.168.1.0 255.255.255.0 On-link
> 16.213.74.xx 30
> 192.168.1.2 255.255.255.255 On-link
> 192.168.1.2 4491
> 192.168.1.255 255.255.255.255 On-link
> 16.213.74.xx 266
> 224.0.0.0 240.0.0.0 On-link
> 127.0.0.1 4531
> 224.0.0.0 240.0.0.0 On-link
> 192.168.1.2 4492
> 224.0.0.0 240.0.0.0 On-link
> 16.213.74.xx 11
> 255.255.255.255 255.255.255.255 On-link 127.0.0.1
> 4531
> 255.255.255.255 255.255.255.255 On-link
> 192.168.1.2
> 4491
> 255.255.255.255 255.255.255.255 On-link
> 16.213.74.xx
> 266
> ================================================== =========================
> Persistent Routes:
> None
>
> IPv6 Route Table
> ================================================== =========================
> Active Routes:
> If Metric Network Destination Gateway
> 1 306 ::1/128 On-link
> 1 306 ff00::/8 On-link
> ================================================== =========================
> Persistent Routes:
> None
>
> Thanks,
>

 
Reply With Quote
 
Nrth
Guest
Posts: n/a

 
      03-07-2009, 09:46 PM
Hello,

Although I'm not the OP, that was a good explanation. Helped me too.

If I wanted to change that on my own system, I take it the setting is as
follows ?

Right-click VPN icon and choose Properties.

Choose 'Networking' tab.

Choose 'Internet Protocol Version 4'

Choose Properties

Choose Advanced

Uncheck 'Use default gateway on remote network'.


Regards,

Nrth.




On Fri, 6 Mar 2009 22:42:05 -0000, "Anthony [MVP]" <(E-Mail Removed)>
wrote:

>It is called "Split Tunneling When you create the VPN connection, it
>replaces the normal network connection. It has a new network address and
>gateway, and by default all traffic goes over the VPN. The VPN remote
>gateway has no idea where your local resources are and is unable to find
>them.
>When you allow split tunneling you define, for example, that 10.* traffic
>should go down the tunnel but anything else e.g. an internet address) should
>use the normal network connection with the normal gateway e.g. your local
>network router. This is able to find your local resources.
>Hope that helps,
>Anthony,
>http://www.airdesk.com
>
>
>"Tmack" <(E-Mail Removed)> wrote in message
>news:9CD58C47-3077-46C1-8964-(E-Mail Removed)...
>> Hi guys,
>>
>> I work from home and have to be connected to my companies VPN to work. I
>> want to access some other computers in my house using remote desktop. I am
>> able to access other computers until I sign-on to the VPN then I'm no
>> longer
>> able to access the other computers.
>>
>> Any ideas?
>>
>> Routing Table:
>>
>> xx = the same value for every instance in the table, eg, 21
>> xxx = a different vaule than xx
>>
>> IPv4 Route Table
>> ================================================== =========================
>> Active Routes:
>> Network Destination Netmask Gateway Interface
>> Metric
>> 0.0.0.0 0.0.0.0 192.168.1.1
>> 192.168.1.2 4235
>> 0.0.0.0 0.0.0.0 On-link
>> 16.213.74.xx 11
>> 15.195.201.xx 255.255.255.255 192.168.1.1 192.168.1.2
>> 4236
>> 16.213.74.xx 255.255.255.255 On-link
>> 16.213.74.xx 266
>> 127.0.0.0 255.0.0.0 On-link
>> 127.0.0.1 4531
>> 127.0.0.1 255.255.255.255 On-link
>> 127.0.0.1 4531
>> 127.255.255.255 255.255.255.255 On-link 127.0.0.1
>> 4531
>> 192.168.1.0 255.255.255.0 On-link
>> 16.213.74.xx 30
>> 192.168.1.2 255.255.255.255 On-link
>> 192.168.1.2 4491
>> 192.168.1.255 255.255.255.255 On-link
>> 16.213.74.xx 266
>> 224.0.0.0 240.0.0.0 On-link
>> 127.0.0.1 4531
>> 224.0.0.0 240.0.0.0 On-link
>> 192.168.1.2 4492
>> 224.0.0.0 240.0.0.0 On-link
>> 16.213.74.xx 11
>> 255.255.255.255 255.255.255.255 On-link 127.0.0.1
>> 4531
>> 255.255.255.255 255.255.255.255 On-link
>> 192.168.1.2
>> 4491
>> 255.255.255.255 255.255.255.255 On-link
>> 16.213.74.xx
>> 266
>> ================================================== =========================
>> Persistent Routes:
>> None
>>
>> IPv6 Route Table
>> ================================================== =========================
>> Active Routes:
>> If Metric Network Destination Gateway
>> 1 306 ::1/128 On-link
>> 1 306 ff00::/8 On-link
>> ================================================== =========================
>> Persistent Routes:
>> None
>>
>> Thanks,
>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
two computers connected to Internet Mark Network Routers 6 05-26-2008 09:55 PM
How to check computers connected? Benny Van Wireless Internet 16 02-28-2007 08:25 PM
two computers connected wirelessly Kathy Wireless Internet 6 12-17-2006 08:28 PM
Showing connected computers in XP? Tony Home Networking 7 08-30-2006 12:36 AM
Can't ping local computers Tron Thomas Linux Networking 15 07-22-2004 01:02 AM



1 2 3 4 5 6 7 8 9 10 11