Home All Groups Group Topic Archive Search About

Specific IP data to a specific connection when multiple connections running

Author
12 Aug 2006 8:01 AM
ahmad.humyn
Hello everyone

I am going through some trouble, which I cant figure out how to solve.
I have a computer which I have to connect to a VPN through dial-up,
which I havedone pretty easily. But I have to remotely access that same
machine through LAN. The problem is that the machine when connected
simultaneously to the LAN and the dial-up VPN, doesn't send the data to
the VPN and recieve from it like it should, instead I think it directs
the packets to the LAN.

But the good part of the problem (which I think will make it easier to
solve!) is that when I use the dial-up to connect to the VPN, I just
want communicate with a specific IP. I think the problem just boils
down to how to send data directed to a specific IP to a specific
network interface / connection.

Any ideas.
Thanks to anyone who can help me out.

Regards
Ahmad

Author
12 Aug 2006 3:34 PM
Robert L [MS-MVP]
I am not sure I understand the issue. However, if you want to access email or internet go to one router and other go different direction, you may setup IPSec and modify the routing table. this troubleshooting may help,

Routing One router goes to the corporation email server and another one goes to the Internet. Symptoms: you have one router connecting to the corporation for email ...
      www.chicagotech.net/routing.htm 


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
  <ahmad.hu***@gmail.com> wrote in message news:1155369687.117031.160840@m79g2000cwm.googlegroups.com...
  Hello everyone

  I am going through some trouble, which I cant figure out how to solve.
  I have a computer which I have to connect to a VPN through dial-up,
  which I havedone pretty easily. But I have to remotely access that same
  machine through LAN. The problem is that the machine when connected
  simultaneously to the LAN and the dial-up VPN, doesn't send the data to
  the VPN and recieve from it like it should, instead I think it directs
  the packets to the LAN.

  But the good part of the problem (which I think will make it easier to
  solve!) is that when I use the dial-up to connect to the VPN, I just
  want communicate with a specific IP. I think the problem just boils
  down to how to send data directed to a specific IP to a specific
  network interface / connection.

  Any ideas.
  Thanks to anyone who can help me out.

  Regards
  Ahmad
Author
15 Aug 2006 5:09 AM
ahmad.humyn
Okay here is the ipconfig /all. As you can see I have two completely
different adapters giving me to network interfaces. One is an ethernet
adapter connecting to the company's LAN and the other is a modem which
connects to another company's VPN using Dial-up.

Windows IP Configuration

        Host Name . . . . . . . . . . . . : EP42
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Hybrid
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . : xxxx.xxx.com.
        Description . . . . . . . . . . . : Intel(R) PRO/100 VM Network
Connecti
on
        Physical Address. . . . . . . . . : XX-XX-XX-XX-XX-XX (LAN card
MAC address)
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 122.213.150.172
        Subnet Mask . . . . . . . . . . . : 255.255.255.128
        Default Gateway . . . . . . . . . : 122.213.150.129
        DHCP Server . . . . . . . . . . . : 115.73.19.120
        DNS Servers . . . . . . . . . . . : 135.63.24.231
                                            135.63.1.19
        Primary WINS Server . . . . . . . : 135.63.163.100
        Secondary WINS Server . . . . . . : 135.63.176.100
        Lease Obtained. . . . . . . . . . : Tuesday, August 15, 2006
9:32:26 AM
        Lease Expires . . . . . . . . . . : Friday, August 18, 2006
9:32:26 AM

PPP adapter PIA Sabre VPN:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
        Physical Address. . . . . . . . . : XX-XX-XX-XX-XX-XX (Modem
MAC address)
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 146.21.2.233
        Subnet Mask . . . . . . . . . . . : 255.255.255.255
        Default Gateway . . . . . . . . . : 146.21.2.233
        DNS Servers . . . . . . . . . . . : 222.130.132.154
                                            222.130.132.155
        NetBIOS over Tcpip. . . . . . . . : Disabled

----------------------------------------------------
My problem is that any packet destined for the IP - 146.20.1.51 from
this machine should go through the modem (PPP adapter PIA Sabre VPN).
What should I do? Would any netsh command be useful?

Any ideas?

Regards