Go Back  IT Forums > Hardware > Networking
User Name
Password
Reply
 
Thread Tools Search this Thread Display Modes

Connecting 2 Home Networks
  #1
Old 08-20-2006, 08:28 AM
phelper
Junior Member


phelper is offline
phelper's Info
Join Date: Aug 2006
Posts: 4
Default Connecting 2 Home Networks

I have two small networks, each with it's own separate link to the
internet. 1 uses the range 192.168.x.x and the other uses 10.x.x.x.
Each network connects to a router that is it's link to the internet.

I'd like to be able to get both networks to talk to each other. In
otherwords, use the computer at 192.168.1.50 to talk to 10.0.1.1.
If I try, the computer trys to find the network out across it's
internet connection. I've even tried connecting the two routers with
a network cable... that didn't work.

Any suggestions?

Thanks.
Reply With Quote
Connecting 2 Home Networks
  #2
Old 08-21-2006, 09:28 AM
Yousuf Khan
Junior Member


Yousuf Khan is offline
Yousuf Khan's Info
Join Date: Jul 2003
Posts: 350
Default Connecting 2 Home Networks

phelper wrote:
Quote:
I have two small networks, each with it's own separate link to the internet. 1 uses the range 192.168.x.x and the other uses 10.x.x.x. Each network connects to a router that is it's link to the internet. I'd like to be able to get both networks to talk to each other. In otherwords, use the computer at 192.168.1.50 to talk to 10.0.1.1. If I try, the computer trys to find the network out across it's internet connection. I've even tried connecting the two routers with a network cable... that didn't work. Any suggestions?


Both of those address ranges are non-route-able addresses. You cannot
them dynamically, only statically. What that means is that you must set
a static route in all of your computers to allow them to see each other.
It also means you need another router between them to route packets to
each side. You cannot simply put a network cable between the two
existing routers and have them see each other. What you need is a router
that connects between these two routers. You can create a router out of
one your computers if it's got two network cards in it, then you can
connect one network connection to each network. The computer will then
act as a router between the two networks. All you would need to do is
set a static route on the 192.x.x.x computers to route all 10.0.x.x
through this computer. And similarly do the same on the 10.0.x.x
computer to route through this computer to the 192.x.x.x range.

Yousuf khan
Reply With Quote
Connecting 2 Home Networks
  #3
Old 08-22-2006, 02:55 PM
phelper
Junior Member


phelper is offline
phelper's Info
Join Date: Aug 2006
Posts: 4
Default Connecting 2 Home Networks

Quote:
Both of those address ranges are non-route-able addresses. You cannotthem dynamically, only statically. What that means is that you must seta static route in all of your computers to allow them to see each other.It also means you need another router between them to route packets toeach side. You cannot simply put a network cable between the twoexisting routers and have them see each other. What you need is a routerthat connects between these two routers. You can create a router out ofone your computers if it's got two network cards in it, then you canconnect one network connection to each network. The computer will thenact as a router between the two networks. All you would need to do isset a static route on the 192.x.x.x computers to route all 10.0.x.xthrough this computer. And similarly do the same on the 10.0.x.xcomputer to route through this computer to the 192.x.x.x range.


Thanks for your note, great information. I'm pretty good with
computers and such, but I've never set up a "static route" between
computers. I think I will go the way of using one of the computers as
a router between the networks as it has two nics in it. Could you
assist in the procedure for setting pu the static route? I'm not able
to figure that one out. Thanks again for your help.
Reply With Quote
Connecting 2 Home Networks
  #4
Old 08-23-2006, 09:39 AM
Yousuf Khan
Junior Member


Yousuf Khan is offline
Yousuf Khan's Info
Join Date: Jul 2003
Posts: 350
Default Connecting 2 Home Networks

phelper wrote:
Quote:
Thanks for your note, great information. I'm pretty good with computers and such, but I've never set up a "static route" between computers. I think I will go the way of using one of the computers as a router between the networks as it has two nics in it. Could you assist in the procedure for setting pu the static route? I'm not able to figure that one out. Thanks again for your help.


It should be pretty easy on Windows XP, just select the two connections
using the ctrl-leftmousebutton, and then rightmousebutton the "bridge"
connection.

Yousuf Khan
Reply With Quote
Connecting 2 Home Networks
  #5
Old 08-23-2006, 10:05 AM
Yousuf Khan
Junior Member


Yousuf Khan is offline
Yousuf Khan's Info
Join Date: Jul 2003
Posts: 350
Default Connecting 2 Home Networks

Yousuf Khan wrote:
Quote:
phelper wrote:
Quote:
Thanks for your note, great information. I'm pretty good with computers and such, but I've never set up a "static route" between computers. I think I will go the way of using one of the computers as a router between the networks as it has two nics in it. Could you assist in the procedure for setting pu the static route? I'm not able to figure that one out. Thanks again for your help.
It should be pretty easy on Windows XP, just select the two connections using the ctrl-leftmousebutton, and then rightmousebutton the "bridge" connection. Yousuf Khan


Oh, and then you have to configure the static routes on each computer in
each subnet. So let's say the machine that's acting as the router has
one interface that is 192.168.1.100, while it's other interface gets
10.0.0.200. Then all of the computers on the 192.168.1.x subnet will
need to be told to route their packets destined for the 10.0.0.x subnet
through 192.168.1.100. Similarly, all computers on the 10.0.0.x subnet
need to be told to go through 10.0.0.200 to get to 192.168.1.x subnet.

Yousuf Khan
Reply With Quote
Connecting 2 Home Networks
  #6
Old 08-23-2006, 05:04 PM
phelper
Junior Member


phelper is offline
phelper's Info
Join Date: Aug 2006
Posts: 4
Default Connecting 2 Home Networks

Quote:
Oh, and then you have to configure the static routes on each computer ineach subnet. So let's say the machine that's acting as the router hasone interface that is 192.168.1.100, while it's other interface gets10.0.0.200. Then all of the computers on the 192.168.1.x subnet willneed to be told to route their packets destined for the 10.0.0.x subnetthrough 192.168.1.100. Similarly, all computers on the 10.0.0.x subnetneed to be told to go through 10.0.0.200 to get to 192.168.1.x subnet. Yousuf Khan


That's the part I have trouble with... I'm not sure how to tell each
computer how to route only 10.x.x.x or 192.168.x.x traffic.

I was also having trouble with the other network, once all the cables
were in place, from using the other networks internet feed. No matter
what I did, the computer acting as the router (the 10.x.x.x) would get
it's internet using its 192.168.x.x connection. I finally put a
metric of 1 on the 10.x.x.x and that seemed to fix it.

I do have the bridge set up, just unclear on the routing. Thanks
again for your help.
Reply With Quote
Connecting 2 Home Networks
  #7
Old 08-23-2006, 05:07 PM
phelper
Junior Member


phelper is offline
phelper's Info
Join Date: Aug 2006
Posts: 4
Default Connecting 2 Home Networks

On Tue, 22 Aug 2006 17:55:54 -0500, phelper
<hoofhah2002@nospam.yahoo.com> wrote:
Quote:
Quote:
Both of those address ranges are non-route-able addresses. You cannotthem dynamically, only statically. What that means is that you must seta static route in all of your computers to allow them to see each other.It also means you need another router between them to route packets toeach side. You cannot simply put a network cable between the twoexisting routers and have them see each other. What you need is a routerthat connects between these two routers. You can create a router out ofone your computers if it's got two network cards in it, then you canconnect one network connection to each network. The computer will thenact as a router between the two networks. All you would need to do isset a static route on the 192.x.x.x computers to route all 10.0.x.xthrough this computer. And similarly do the same on the 10.0.x.xcomputer to route through this computer to the 192.x.x.x range.
Thanks for your note, great information. I'm pretty good withcomputers and such, but I've never set up a "static route" betweencomputers. I think I will go the way of using one of the computers asa router between the networks as it has two nics in it. Could youassist in the procedure for setting pu the static route? I'm not ableto figure that one out. Thanks again for your help.


Maybe it's "route add 10.0.0.12 192.168.0.4"

I'm now able to ping the 10.x.x.x network.

Reply With Quote
Connecting 2 Home Networks
  #8
Old 08-24-2006, 05:42 PM
YKhan
Junior Member


YKhan is offline
YKhan's Info
Join Date: Jan 2005
Posts: 390
Default Connecting 2 Home Networks

phelper wrote:
Quote:
That's the part I have trouble with... I'm not sure how to tell each computer how to route only 10.x.x.x or 192.168.x.x traffic. I was also having trouble with the other network, once all the cables were in place, from using the other networks internet feed. No matter what I did, the computer acting as the router (the 10.x.x.x) would get it's internet using its 192.168.x.x connection. I finally put a metric of 1 on the 10.x.x.x and that seemed to fix it. I do have the bridge set up, just unclear on the routing. Thanks again for your help.


That's one way of doing the routing by using the "route" command from
the command-line. Also from the command-line you'll need to use the
"route -p add ..." command form, so that the static route will remain
after you reboot those computers. That is after you figure all of your
routing is right.

However, if you want to do it in a graphical way, you might be able to
do it from the network adapter properties. Right-click on the network
adapter, select Properties, then under General tab, go to the TCP/IP
item. Click on TCP/IP Properties, then under its General tab, click on
Advanced. Under "IP Settings" you'll see "Default Gateways" section.
You can just add the IP address of the router machine, and it should
automatically be able to figure out which networks it's going to and
its metric.

Yousuf Khan

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Design by vBStyles.com


Top Contact Us - IT Forums - Archive - MyLounge Top
MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service