|
Posted by AM on March 7, 2005, 10:21 pm
If you were Registered and logged in, you could reply and use other advanced thread options S W wrote:
>
>>Hi,
>>
>>Yes definitely its possible!
>>
>>I dont know how to do it in CRWS if one can....but you most surely can
>>from the command line.
>>Are you able to logon via command line???
>>You need to go to global configuration mode and run the below route
>>statement like this:
>><
>>router#config terminal
>>router(config)#ip route 192.168.0.0 255.255.255.0 dialer1
>>
>>Now depending on what sort of VPN setup you are considering to use the
>>above is just a guide.
>>The command is "ip route [dest_network] [dest_subnet_mask] [interface]
>>[hops/metric]
>>
>>Robas
>
>
> Hi,
> I haven't yet bought the VPN routers for the permanent link, so I'm guessing
> that I'll give the one this end an IP address on the LAN, and that will be
> what you've called dialer1 in the example.
> What is [hops/metric]?
>
> Thanks S
>
>
Say you have a LAN with 192.168.0.0/24 and your router has 192.168.0.1 and you
have another device,
say 192.168.0.254, used as VPN endpoint between 2 nets linked via tunnel. Say
the other LAN, behind
the other VPN endpoint, is 192.168.10.0/24.
In this environment the statemenent you should add to your 837 is
ip route 192.168.10.0 255.255.255.0 192.168.0.254 1
in config mode
The hops/metric means, basically, how many routers your packets must pass
through before reaching
the next hop.
HTH,
Alex.
|