Networking Forums

Networking Forums > Computer Networking > Windows Networking > How to Route a Request to 10 10.144.58.0?

Reply
Thread Tools Display Modes

How to Route a Request to 10 10.144.58.0?

 
 
Simon White
Guest
Posts: n/a

 
      12-18-2008, 08:04 PM
Hi

I have VPN router with two Ip address (62.62.62.10, 192.168.10.1). The VPN
router is used for request in the 10.143.57.0 range. I also have Windows
2003 server with two IP Addresses (62.62.62.2, 192.168.10.2). The default
gateway for both devices is 62.62.62.1.

From the server (192.168.10.2) I can ping 192.168.10.1 without problem.

I want to be able to connect to devices in 10.143.57.0 range from the
server. So I want any requests for IP addresses in this range to be
forwarded to the VPN Router which will then send them across the VPN.

So I added a static route to the server using
route add -p 10.143.57.0 mask 255.255.255.0 192.168.10.1

However when I try tracert or ping to say 10.143.57.12 it goes no where. I
was assuming the request would be forwarded to the VPN Router but it is not.
The VPN Router log never shows any hits.

What further configing is required in order to get the request sent to the
VPN router?Is it necessary to put a route on the gateway (62.62.62.1)?


 
Reply With Quote
 
 
 
 
Simon White
Guest
Posts: n/a

 
      12-18-2008, 08:09 PM
The title should read "How to Route a Request to 10.143.57.0?"

"Simon White" wrote:

> Hi
>
> I have VPN router with two Ip address (62.62.62.10, 192.168.10.1). The VPN
> router is used for request in the 10.143.57.0 range. I also have Windows
> 2003 server with two IP Addresses (62.62.62.2, 192.168.10.2). The default
> gateway for both devices is 62.62.62.1.
>
> From the server (192.168.10.2) I can ping 192.168.10.1 without problem.
>
> I want to be able to connect to devices in 10.143.57.0 range from the
> server. So I want any requests for IP addresses in this range to be
> forwarded to the VPN Router which will then send them across the VPN.
>
> So I added a static route to the server using
> route add -p 10.143.57.0 mask 255.255.255.0 192.168.10.1
>
> However when I try tracert or ping to say 10.143.57.12 it goes no where. I
> was assuming the request would be forwarded to the VPN Router but it is not.
> The VPN Router log never shows any hits.
>
> What further configing is required in order to get the request sent to the
> VPN router?Is it necessary to put a route on the gateway (62.62.62.1)?
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      12-18-2008, 11:44 PM


"Simon White" <(E-Mail Removed)> wrote in message
news:B6FE6816-5300-4E56-9161-(E-Mail Removed)...
> Hi
>
> I have VPN router with two Ip address (62.62.62.10, 192.168.10.1). The
> VPN
> router is used for request in the 10.143.57.0 range. I also have Windows
> 2003 server with two IP Addresses (62.62.62.2, 192.168.10.2). The default
> gateway for both devices is 62.62.62.1.
>
> From the server (192.168.10.2) I can ping 192.168.10.1 without problem.
>
> I want to be able to connect to devices in 10.143.57.0 range from the
> server. So I want any requests for IP addresses in this range to be
> forwarded to the VPN Router which will then send them across the VPN.
>
> So I added a static route to the server using
> route add -p 10.143.57.0 mask 255.255.255.0 192.168.10.1
>
> However when I try tracert or ping to say 10.143.57.12 it goes no where.
> I
> was assuming the request would be forwarded to the VPN Router but it is
> not.
> The VPN Router log never shows any hits.
>
> What further configing is required in order to get the request sent to the
> VPN router?Is it necessary to put a route on the gateway (62.62.62.1)?
>
>

That is a very dicey setup. Why does this server have a public IP?
Private LAN machines should not be connected to the Internet (and machines
with Internet access do not need to use VPN). All private traffic for the
Internet should go through a gateway router. Having multiple Internet
connected machines on your LAN is a recipe for disaster.

VPN (Virtual Private Networking) is designed to join private LANs by a
secure connection through the Internet. The machines in each LAN should be
in the private LAN only, not have independent access to the Internet.

 
Reply With Quote
 
Robert L. \(MS-MVP\)
Guest
Posts: n/a

 
      12-18-2008, 11:44 PM
We need more information to help. here is the 10.143.57.0 range? How do you
connect them?

--
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
"Simon White" <(E-Mail Removed)> wrote in message
news:B6FE6816-5300-4E56-9161-(E-Mail Removed)...
> Hi
>
> I have VPN router with two Ip address (62.62.62.10, 192.168.10.1). The
> VPN
> router is used for request in the 10.143.57.0 range. I also have Windows
> 2003 server with two IP Addresses (62.62.62.2, 192.168.10.2). The default
> gateway for both devices is 62.62.62.1.
>
> From the server (192.168.10.2) I can ping 192.168.10.1 without problem.
>
> I want to be able to connect to devices in 10.143.57.0 range from the
> server. So I want any requests for IP addresses in this range to be
> forwarded to the VPN Router which will then send them across the VPN.
>
> So I added a static route to the server using
> route add -p 10.143.57.0 mask 255.255.255.0 192.168.10.1
>
> However when I try tracert or ping to say 10.143.57.12 it goes no where.
> I
> was assuming the request would be forwarded to the VPN Router but it is
> not.
> The VPN Router log never shows any hits.
>
> What further configing is required in order to get the request sent to the
> VPN router?Is it necessary to put a route on the gateway (62.62.62.1)?
>
>


 
Reply With Quote
 
Juergen Kluth
Guest
Posts: n/a

 
      12-19-2008, 01:17 PM

Hi

> I have VPN router with two Ip address (62.62.62.10, 192.168.10.1). The
> VPN
> router is used for request in the 10.143.57.0 range. I also have Windows
> 2003 server with two IP Addresses (62.62.62.2, 192.168.10.2). The default
> gateway for both devices is 62.62.62.1.


So both maschines are connected on one side to 62..... and on the other side
to 192....

some kind of parallel ?

JK


 
Reply With Quote
 
Simon White
Guest
Posts: n/a

 
      12-19-2008, 02:22 PM
The situation is that the servers are all part of a data center for hosted
servers. All of the servers have public IP addresses protected by a Firewall
because they are all accessed from the Internet. In my case all my clients
use Terminal Services to run applications on these servers. Secondly one of
the applications on the server must collect data from remote device across
North America and this is done via a VPN with Bell Telephone's cell network.
A VPN gateway exists currently between one server and the a CISCO router
housed in a Bell Telephone data centre. I want to move the gateway from the
my server to a Juniper Networks SSG-5 VPN router which is now located in the
same data centre with out servers. So I need requests made to 10.143.57.0
range to be sent to the VPN router all other network traffic should continue
to use the default 62.62.62.1 gateway.

Currently the system uses NCP' Secure Server running on the Windows 2003
server to accomplish and it works well. The problem is that the data
collection network is growing and the encryption load on the server is
increasing thus slowing Terminal Services users. So I want to remove the VPN
portion and begin using the SSG-5 router as the VPN gateway. I also want to
have more servers connecting to the VPN gateway as the customer base grows.

The only reason the servers and router have a private IP address was so that
I could create a policy in the SSG-5 router for a Private interface. So I
simply assigned a private IP addresses to the Router and the servers for that
purpose.




"Bill Grant" wrote:

>
>
> "Simon White" <(E-Mail Removed)> wrote in message
> news:B6FE6816-5300-4E56-9161-(E-Mail Removed)...
> > Hi
> >
> > I have VPN router with two Ip address (62.62.62.10, 192.168.10.1). The
> > VPN
> > router is used for request in the 10.143.57.0 range. I also have Windows
> > 2003 server with two IP Addresses (62.62.62.2, 192.168.10.2). The default
> > gateway for both devices is 62.62.62.1.
> >
> > From the server (192.168.10.2) I can ping 192.168.10.1 without problem.
> >
> > I want to be able to connect to devices in 10.143.57.0 range from the
> > server. So I want any requests for IP addresses in this range to be
> > forwarded to the VPN Router which will then send them across the VPN.
> >
> > So I added a static route to the server using
> > route add -p 10.143.57.0 mask 255.255.255.0 192.168.10.1
> >
> > However when I try tracert or ping to say 10.143.57.12 it goes no where.
> > I
> > was assuming the request would be forwarded to the VPN Router but it is
> > not.
> > The VPN Router log never shows any hits.
> >
> > What further configing is required in order to get the request sent to the
> > VPN router?Is it necessary to put a route on the gateway (62.62.62.1)?
> >
> >

> That is a very dicey setup. Why does this server have a public IP?
> Private LAN machines should not be connected to the Internet (and machines
> with Internet access do not need to use VPN). All private traffic for the
> Internet should go through a gateway router. Having multiple Internet
> connected machines on your LAN is a recipe for disaster.
>
> VPN (Virtual Private Networking) is designed to join private LANs by a
> secure connection through the Internet. The machines in each LAN should be
> in the private LAN only, not have independent access to the Internet.
>
>

 
Reply With Quote
 
Simon White
Guest
Posts: n/a

 
      12-19-2008, 02:26 PM
As I explained to Bill in a previous response we are renting servers from a
data centre and use them to host applications for our customers who access
the servers using Terminal Services. The VPN portion is necessary for one
particular application to gather data from remote devices across North
America. These devices are part of a Virtual Private network created for us
by Bell Telephone. The reason for the VPN is prevent the devices from being
spamed and us from being charged for network traffic we did not create. The
devices are only accessible via our VPN. These devices are all assigned IP
addresses in the range of 10.43.57.0.

"Robert L. (MS-MVP)" wrote:

> We need more information to help. here is the 10.143.57.0 range? How do you
> connect them?
>
> --
> 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
> "Simon White" <(E-Mail Removed)> wrote in message
> news:B6FE6816-5300-4E56-9161-(E-Mail Removed)...
> > Hi
> >
> > I have VPN router with two Ip address (62.62.62.10, 192.168.10.1). The
> > VPN
> > router is used for request in the 10.143.57.0 range. I also have Windows
> > 2003 server with two IP Addresses (62.62.62.2, 192.168.10.2). The default
> > gateway for both devices is 62.62.62.1.
> >
> > From the server (192.168.10.2) I can ping 192.168.10.1 without problem.
> >
> > I want to be able to connect to devices in 10.143.57.0 range from the
> > server. So I want any requests for IP addresses in this range to be
> > forwarded to the VPN Router which will then send them across the VPN.
> >
> > So I added a static route to the server using
> > route add -p 10.143.57.0 mask 255.255.255.0 192.168.10.1
> >
> > However when I try tracert or ping to say 10.143.57.12 it goes no where.
> > I
> > was assuming the request would be forwarded to the VPN Router but it is
> > not.
> > The VPN Router log never shows any hits.
> >
> > What further configing is required in order to get the request sent to the
> > VPN router?Is it necessary to put a route on the gateway (62.62.62.1)?
> >
> >

>
>

 
Reply With Quote
 
Simon White
Guest
Posts: n/a

 
      12-19-2008, 02:30 PM
The data centre's network where we rent these servers is all based on public
IP addresses protected by a firewall. So at the suggestion of the data
centre technicians I assigned the servers and router a private IP address so
that we could define a policy in the VPN router for a private interface. The
router will then pass the request from the private interface to the public
interface over the VPN and vice versa when a response is received. It is not
possible to define the 62.62.62.0 range as both private and public therefore
the need for the private IP addresses.

"Juergen Kluth" wrote:

>
> Hi
>
> > I have VPN router with two Ip address (62.62.62.10, 192.168.10.1). The
> > VPN
> > router is used for request in the 10.143.57.0 range. I also have Windows
> > 2003 server with two IP Addresses (62.62.62.2, 192.168.10.2). The default
> > gateway for both devices is 62.62.62.1.

>
> So both maschines are connected on one side to 62..... and on the other side
> to 192....
>
> some kind of parallel ?
>
> JK
>
>
>

 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      12-20-2008, 12:22 AM
"Simon White" <(E-Mail Removed)> wrote in message
news:EE9C744F-8910-47A5-998A-(E-Mail Removed)...

> All of the servers have public IP addresses protected by a Firewall
> because they are all accessed from the Internet.


That doesn't mean they should have Public IP#s,...in fact it means they
should not.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
Simon White
Guest
Posts: n/a

 
      12-20-2008, 12:36 AM

That maybe but the IP Addresses are controlled by the Data centre not me.

Simon

"Phillip Windell" wrote:

> "Simon White" <(E-Mail Removed)> wrote in message
> news:EE9C744F-8910-47A5-998A-(E-Mail Removed)...
>
> > All of the servers have public IP addresses protected by a Firewall
> > because they are all accessed from the Internet.

>
> That doesn't mean they should have Public IP#s,...in fact it means they
> should not.
>
> --
> Phillip Windell
> www.wandtv.com
>
> The views expressed, are my own and not those of my employer, or Microsoft,
> or anyone else associated with me, including my cats.
> -----------------------------------------------------
>
>
>

 
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
Help request NTL to BT charybdis Broadband 16 11-27-2006 01:14 PM
VPN client adds wrong route to local route table snowdog_2112 Windows Networking 7 11-01-2005 02:05 PM
request MARK Wireless Internet 5 10-28-2005 10:55 PM
2nd Request Broadband Hardware 11 04-13-2004 09:59 PM
route and static route to a gateway Sting Linux Networking 2 02-21-2004 03:35 AM



1 2 3 4 5 6 7 8 9 10 11