Re: windows routing problem

Tech-Archive recommends: Speed Up your PC by fixing your registry



No guarantees, but you can try the commands intersperced below.
-- John


foobar2k3@xxxxxxxxxxxxxx wrote in
news:f6711370-a184-4420-bc74-3f974d7cfc67@xxxxxxxxxxxxxxxxxxxxxxxxxxx
:

Hi all,

I have trouble setting up routing on my laptop with Windows XP Pro. Im
not sure if Windows supports the kind of routing I would like to
accomplish at all - here's the situation:

I connect to a private corporate LAN using an on-board Intel NIC (100Mb
ethernet), this interface gets a private IP address (from a range
reserved by IANA for my employer).

Apart from this connection, I also connect to the Internet using a HSDPA
PCMCIA card (ie mobile internet access). I connect to our customer's
network using Cisco VPN client, which uses the HSDPA connection - I can
not use the corporate LAN to connect to customer's VPN server.

Now the windows routing table looks like this:


Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.192.1.104 10.192.1.104 1
0.0.0.0 0.0.0.0 192.168.66.27 192.168.66.26 1
XX.138.109.0 255.255.255.128 XX.138.109.120 XX.138.109.120 20
XX.138.109.0 255.255.255.128 192.168.66.27 192.168.66.26 30
XX.138.109.120 255.255.255.255 127.0.0.1 127.0.0.1 20
XX.255.255.255 255.255.255.255 XX.138.109.120 XX.138.109.120 20
10.192.1.104 255.255.255.255 127.0.0.1 127.0.0.1 50
10.255.255.255 255.255.255.255 10.192.1.104 10.192.1.104 50
YY.209.212.132 255.255.255.255 10.192.1.104 10.192.1.104 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.66.26 255.255.255.255 127.0.0.1 127.0.0.1 30
192.168.66.255 255.255.255.255 192.168.66.26 192.168.66.26 30
224.0.0.0 240.0.0.0 XX.138.109.120 XX.138.109.120 20
224.0.0.0 240.0.0.0 192.168.66.26 192.168.66.26 30
224.0.0.0 240.0.0.0 10.192.1.104 10.192.1.104 1
255.255.255.255 255.255.255.255 XX.138.109.120 XX.138.109.120 1
255.255.255.255 255.255.255.255 10.192.1.104 10.192.1.104 1
255.255.255.255 255.255.255.255 192.168.66.26 192.168.66.26 1
Default Gateway: 192.168.66.27
===========================================================================

XX.138.109.120 is the IP address assigned to the Intel NIC, XX.
138.109.0 is the private corporate LAN with XX.138.109.1 being the
default gateway.

10.192.1.104 is the IP address assigned to the HSDPA interface by the
mobile network provider, YY.209.212.132 is a IP address from his address
space.

192.168.66.26 is the IP address of the Cisco VPN client interface,
192.168.66.27 is the default gateway for Cisco VPN.

Currently as soon as I connect to the Cisco VPN, all the traffic gets
routed through Cisco VPN and I cannot access the private network of my
employer.

what I would like to accomplish is the following:

1.) for reaching the customers network 10.21.240.0/24, make Windows use
the Cisco VPN interface with IP address 192.168.66.26,

Try the following command for this:
route add 10.21.240.0 mask 255.255.255.0 192.168.66.27 metric 1

2.) make the Cisco VPN connection use the HSDPA connection

Before you activate your VPN client, you should issue the following
command:
route add <ip addr of VPN Server> mask 255.255.255.255 10.192.1.104 metric 1

3.) for everything else, use my employer's network with the default
gateway XX.138.109.1.

This is a little more complicated. You have to add your desired route
then downgrade (up the metric) two routes that are already there:

route add 0.0.0.0 mask 0.0.0.0 XX.138.109.1 metric 1
route change 0.0.0.0 mask 0.0.0.0 10.192.1.104 metric 10
route change 0.0.0.0 mask 0.0.0.0 192.68.66.27 metric 10


I am unsure about these but I hope this helps,
John
.



Relevant Pages

  • windows routing problem
    ... I have trouble setting up routing on my laptop with Windows XP Pro. ... I connect to our customer's network using Cisco VPN client, ...
    (microsoft.public.windowsxp.network_web)
  • RE: Remote Connection Problems via Cisco VPN over high speed internet.
    ... > This problem occurs only for Remote Users connecting through our Cisco VPN ... > on a fast Internet connection. ... > The application accesses a SQL Server 7 database running on Windows NT4 ...
    (microsoft.public.sqlserver.odbc)
  • Re: Fedora 5 with Cisco VPN Client
    ... How do I get the cisco vpn to ... execute and return to the command line prompt. ... Why not just launch another session of xterm (or whatever you're ... The goal is to run automated tasks. ...
    (comp.os.linux.networking)
  • Firewall
    ... I am having a problem with getting disconnected from my Cisco VPN with the ... Windows XP Firewall enabled. ... but that is inefficient and improper. ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Fedora 5 with Cisco VPN Client
    ... gibboda wrote: ... cisco vpn client from cisco. ... How do I get the cisco vpn to ... execute and return to the command line prompt. ...
    (comp.os.linux.networking)