Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

VPN Routing

 
   Windows (Home) -> Work Remotely RSS
Next:  Remote Assistance - Setting up in a Helpdesk envi..  
Author Message
Sam Williams

External


Since: Aug 12, 2004
Posts: 6



(Msg. 1) Posted: Fri Aug 13, 2004 10:05 pm
Post subject: VPN Routing
Archived from groups: microsoft>public>windowsxp>work_remotely (more info?)

I can make VPN IPSec connection between SSH Sentinal and
Linksys Router. Cannot access computers behind the
router. Cannot 'route add.' Don't understand 'metric'
or 'interface' values needed.

Thanks for any help.

Sam
Back to top
Login to vote
"Jeffrey Randow

External


Since: Dec 19, 2003
Posts: 81



(Msg. 2) Posted: Mon Aug 16, 2004 9:03 pm
Post subject: Re: VPN Routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Interface refers to which network interface you are using. If you do
a "route print" command, then you will see a list of interfaces (and
the number) at the top.

Metric describes the "cost" for the path. If you attempt to make a
connection to a particular network, it will attempt the lowest "cost"
route first. Thus, the closer the metric value is to 1, the more
likely it is to be used. For instance, you can have a remote network
accessible via two different interfaces. You would assign the metric
value that will state which interface should be used over the over.

See http://www.tcpipprimer.com/routing.cfm for more information.

Jeffrey Randow (Windows Networking & Smart Display MVP)
jeffreyr-support.RemoveThis@remotenetworktechnology.com

Please post all responses to the newsgroups for the benefit
of all USENET users. Messages sent via email may or may not
be answered depending on time availability....

Remote Networking Technology Support Site -
http://www.remotenetworktechnology.com
Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone

On Fri, 13 Aug 2004 22:05:22 -0700, "Sam Williams" <1sam.RemoveThis@io.com>
wrote:

>I can make VPN IPSec connection between SSH Sentinal and
>Linksys Router. Cannot access computers behind the
>router. Cannot 'route add.' Don't understand 'metric'
>or 'interface' values needed.
>
>Thanks for any help.
>
>Sam
Back to top
Login to vote
Sam Williams

External


Since: Aug 12, 2004
Posts: 6



(Msg. 3) Posted: Tue Aug 17, 2004 9:28 pm
Post subject: Re: VPN Routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jeffrey,
Thank you that makes it clearer. Does not solve my
problem. With your earlier help (reference to
http://www.homenethelp.com/vpn/router-linksys.asp) I can
reliably establish a VPN connection from home (XP Pro on
dialup connection) to Linksys Router (with static IP on
cable modem) using SSH Sentinel. But, can not access
computer behind the router.

Issuing Route add 192.168.1.0/255.255.255.0 [router IP]
(per the reference above) produces error message
interface index wrong or gateway does not lie on same
network as the interface.

I don't know if the problem lies with router setup (that
conforms to "router-linksys" page referenced above), with
SSH Sentinel or with my routing instructions.

Thanks for your help.

Sam
>-----Original Message-----
>Interface refers to which network interface you are
using. If you do
>a "route print" command, then you will see a list of
interfaces (and
>the number) at the top.
>
>Metric describes the "cost" for the path. If you
attempt to make a
>connection to a particular network, it will attempt the
lowest "cost"
>route first. Thus, the closer the metric value is to 1,
the more
>likely it is to be used. For instance, you can have a
remote network
>accessible via two different interfaces. You would
assign the metric
>value that will state which interface should be used
over the over.
>
>See http://www.tcpipprimer.com/routing.cfm for more
information.
>
>Jeffrey Randow (Windows Networking & Smart Display MVP)
>jeffreyr-support@remotenetworktechnology.com
>
>Please post all responses to the newsgroups for the
benefit
>of all USENET users. Messages sent via email may or may
not
>be answered depending on time availability....
>
>Remote Networking Technology Support Site -
>http://www.remotenetworktechnology.com
>Windows XP Expert Zone -
http://www.microsoft.com/windowsxp/expertzone
>
>On Fri, 13 Aug 2004 22:05:22 -0700, "Sam Williams"
<1sam.RemoveThis@io.com>
>wrote:
>
>>I can make VPN IPSec connection between SSH Sentinal
and
>>Linksys Router. Cannot access computers behind the
>>router. Cannot 'route add.' Don't understand 'metric'
>>or 'interface' values needed.
>>
>>Thanks for any help.
>>
>>Sam
>
>.
>
Back to top
Login to vote
"Jeffrey Randow

External


Since: Dec 19, 2003
Posts: 81



(Msg. 4) Posted: Wed Aug 18, 2004 9:52 pm
Post subject: Re: VPN Routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Do the route print command. It will give you the list of interfaces
and the number you need to use to setup the route add command..

You are looking for the SSH tunnel interace hex code...

Jeffrey Randow (Windows Networking & Smart Display MVP)
jeffreyr-support.TakeThisOut@remotenetworktechnology.com

Please post all responses to the newsgroups for the benefit
of all USENET users. Messages sent via email may or may not
be answered depending on time availability....

Remote Networking Technology Support Site -
http://www.remotenetworktechnology.com
Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone

On Tue, 17 Aug 2004 21:28:28 -0700, "Sam Williams" <1sam.TakeThisOut@io.com>
wrote:

>Jeffrey,
>Thank you that makes it clearer. Does not solve my
>problem. With your earlier help (reference to
>http://www.homenethelp.com/vpn/router-linksys.asp) I can
>reliably establish a VPN connection from home (XP Pro on
>dialup connection) to Linksys Router (with static IP on
>cable modem) using SSH Sentinel. But, can not access
>computer behind the router.
>
>Issuing Route add 192.168.1.0/255.255.255.0 [router IP]
>(per the reference above) produces error message
>interface index wrong or gateway does not lie on same
>network as the interface.
>
>I don't know if the problem lies with router setup (that
>conforms to "router-linksys" page referenced above), with
>SSH Sentinel or with my routing instructions.
>
>Thanks for your help.
>
>Sam
>>-----Original Message-----
>>Interface refers to which network interface you are
>using. If you do
>>a "route print" command, then you will see a list of
>interfaces (and
>>the number) at the top.
>>
>>Metric describes the "cost" for the path. If you
>attempt to make a
>>connection to a particular network, it will attempt the
>lowest "cost"
>>route first. Thus, the closer the metric value is to 1,
>the more
>>likely it is to be used. For instance, you can have a
>remote network
>>accessible via two different interfaces. You would
>assign the metric
>>value that will state which interface should be used
>over the over.
>>
>>See http://www.tcpipprimer.com/routing.cfm for more
>information.
>>
>>Jeffrey Randow (Windows Networking & Smart Display MVP)
>>jeffreyr-support@remotenetworktechnology.com
>>
>>Please post all responses to the newsgroups for the
>benefit
>>of all USENET users. Messages sent via email may or may
>not
>>be answered depending on time availability....
>>
>>Remote Networking Technology Support Site -
>>http://www.remotenetworktechnology.com
>>Windows XP Expert Zone -
>http://www.microsoft.com/windowsxp/expertzone
>>
>>On Fri, 13 Aug 2004 22:05:22 -0700, "Sam Williams"
><1sam.TakeThisOut@io.com>
>>wrote:
>>
>>>I can make VPN IPSec connection between SSH Sentinal
>and
>>>Linksys Router. Cannot access computers behind the
>>>router. Cannot 'route add.' Don't understand 'metric'
>>>or 'interface' values needed.
>>>
>>>Thanks for any help.
>>>
>>>Sam
>>
>>.
>>
Back to top
Login to vote
warpman

External


Since: May 24, 2004
Posts: 2



(Msg. 5) Posted: Thu Sep 02, 2004 4:34 pm
Post subject: Re: VPN Routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Sam.
I'm curious, where did you get your copy of SSH sentinel. I'm looking
to get my self a copy but I believe it has been discontinue. Any info
would be appreciated.


"Sam Williams" <1sam DeleteThis @io.com> wrote in message news:<616b01c481bc$4d245d00$a601280a@phx.gbl>...
> I can make VPN IPSec connection between SSH Sentinal and
> Linksys Router. Cannot access computers behind the
> router. Cannot 'route add.' Don't understand 'metric'
> or 'interface' values needed.
>
> Thanks for any help.
>
> Sam
Back to top
Login to vote
"Jeffrey Randow

External


Since: Dec 19, 2003
Posts: 81



(Msg. 6) Posted: Fri Sep 03, 2004 8:08 pm
Post subject: Re: VPN Routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It's available at
http://www.pcmall.com/pcmall/shop/detail.asp?dpno=137828&store=pcmall&...rce=pwb

Jeffrey Randow (Windows Networking & Smart Display MVP)
jeffreyr-support RemoveThis @remotenetworktechnology.com

Please post all responses to the newsgroups for the benefit
of all USENET users. Messages sent via email may or may not
be answered depending on time availability....

Remote Networking Technology Support Site -
http://www.remotenetworktechnology.com
Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone

On 2 Sep 2004 16:34:41 -0700, warpman999 RemoveThis @netscape.net (warpman) wrote:

>Hi Sam.
>I'm curious, where did you get your copy of SSH sentinel. I'm looking
>to get my self a copy but I believe it has been discontinue. Any info
>would be appreciated.
>
>
>"Sam Williams" <1sam RemoveThis @io.com> wrote in message news:<616b01c481bc$4d245d00$a601280a@phx.gbl>...
>> I can make VPN IPSec connection between SSH Sentinal and
>> Linksys Router. Cannot access computers behind the
>> router. Cannot 'route add.' Don't understand 'metric'
>> or 'interface' values needed.
>>
>> Thanks for any help.
>>
>> Sam
Back to top
Login to vote
warpman

External


Since: Sep 20, 2004
Posts: 1



(Msg. 7) Posted: Mon Sep 20, 2004 1:53 pm
Post subject: Re: VPN Routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Jeff. Thanks for the info...

"Jeffrey Randow (MVP)" wrote:

> It's available at
> http://www.pcmall.com/pcmall/shop/detail.asp?dpno=137828&store=pcmall&...rce=pwb
>
> Jeffrey Randow (Windows Networking & Smart Display MVP)
> jeffreyr-support RemoveThis @remotenetworktechnology.com
>
> Please post all responses to the newsgroups for the benefit
> of all USENET users. Messages sent via email may or may not
> be answered depending on time availability....
>
> Remote Networking Technology Support Site -
> http://www.remotenetworktechnology.com
> Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone
>
> On 2 Sep 2004 16:34:41 -0700, warpman999 RemoveThis @netscape.net (warpman) wrote:
>
> >Hi Sam.
> >I'm curious, where did you get your copy of SSH sentinel. I'm looking
> >to get my self a copy but I believe it has been discontinue. Any info
> >would be appreciated.
> >
> >
> >"Sam Williams" <1sam RemoveThis @io.com> wrote in message news:<616b01c481bc$4d245d00$a601280a@phx.gbl>...
> >> I can make VPN IPSec connection between SSH Sentinal and
> >> Linksys Router. Cannot access computers behind the
> >> router. Cannot 'route add.' Don't understand 'metric'
> >> or 'interface' values needed.
> >>
> >> Thanks for any help.
> >>
> >> Sam
>
>
Back to top
Login to vote
"Jeffrey Randow

External


Since: Dec 19, 2003
Posts: 81



(Msg. 8) Posted: Mon Sep 20, 2004 9:28 pm
Post subject: Re: VPN Routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Glad it worked for ya... Smile

Jeffrey Randow (Windows Networking & Smart Display MVP)
jeffreyr-support DeleteThis @remotenetworktechnology.com

Please post all responses to the newsgroups for the benefit
of all USENET users. Messages sent via email may or may not
be answered depending on time availability....

Remote Networking Technology Support Site -
http://www.remotenetworktechnology.com
Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone

On Mon, 20 Sep 2004 13:53:02 -0700, "warpman"
<warpman DeleteThis @discussions.microsoft.com> wrote:

>Hi Jeff. Thanks for the info...
>
>"Jeffrey Randow (MVP)" wrote:
>
>> It's available at
>> http://www.pcmall.com/pcmall/shop/detail.asp?dpno=137828&store=pcmall&...rce=pwb
>>
>> Jeffrey Randow (Windows Networking & Smart Display MVP)
>> jeffreyr-support DeleteThis @remotenetworktechnology.com
>>
>> Please post all responses to the newsgroups for the benefit
>> of all USENET users. Messages sent via email may or may not
>> be answered depending on time availability....
>>
>> Remote Networking Technology Support Site -
>> http://www.remotenetworktechnology.com
>> Windows XP Expert Zone - http://www.microsoft.com/windowsxp/expertzone
>>
>> On 2 Sep 2004 16:34:41 -0700, warpman999 DeleteThis @netscape.net (warpman) wrote:
>>
>> >Hi Sam.
>> >I'm curious, where did you get your copy of SSH sentinel. I'm looking
>> >to get my self a copy but I believe it has been discontinue. Any info
>> >would be appreciated.
>> >
>> >
>> >"Sam Williams" <1sam DeleteThis @io.com> wrote in message news:<616b01c481bc$4d245d00$a601280a@phx.gbl>...
>> >> I can make VPN IPSec connection between SSH Sentinal and
>> >> Linksys Router. Cannot access computers behind the
>> >> router. Cannot 'route add.' Don't understand 'metric'
>> >> or 'interface' values needed.
>> >>
>> >> Thanks for any help.
>> >>
>> >> Sam
>>
>>
Back to top
Login to vote
Display posts from previous:   
Related Topics:
MagicFarm game - I found this game http://www.downloadpipe.com/games-entertainment-simulation/review-MagicFarm-1166435.html brilliant. I couldn't exactly say which feature I like most. But there are several things I'd like to mention: 1. I love the gameplay during one....

Share : how to convert DVD and video to iPhone,iPod,Zune,PSP - Share : how to convert DVD and video to iPhone,iPod,Zune,PSP Download it at [url=http://www.oursdownload.com/dvd-video-converter.html]click here [/url] Part 1:Convert DVD movie to iPhone, iPod touch/classic/video/nano, Zune, PSP, etc Part 2:Convert AVI,....

Share : how to rip DVD and convert Video to iPod - Share : how to rip DVD and convert Video to iPod The article includes two parts. Part 1: Rip DVD movie to iPod (Windows) Part 2: Convert AVI, WMV, MPEG, RM, RMVB, ASF, MOV, DivX, XviD, MPG to iPod MP4 or H264 format (Windows) [1]How to rip DVD to iPod..

See : How to convert DVD and video to iPhone,iPod,Zune,PSP, - Hello all , I hope these messages can help you : Share : how to rip DVD and convert Video to iPod at http://www.oursdownload.com/convert-DVD-video-to-iPod-video.html Share : how to rip DVD and convert Video to iphone at..

can't use speech to text - I need to use my computer with a microphone but can't seem to set this up. Windows Help and Advice Glossary explains that I need to click on the 'speech to text' tab after opening Speech in control panel. However there is NO 'speech to text' tab (onl...
       Windows (Home) -> Work Remotely All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
  Windows Forums
 Game Forums
 Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact