Re: Network Hardware
- From: "Troy" <Troy.Kranz@xxxxxxxxx>
- Date: Thu, 02 Mar 2006 23:31:09 GMT
"Chuck" <none@xxxxxxxxxxx> wrote in message
news:psuc02pfvsg6fpv5isaje6ie90a985jt6i@xxxxxxxxxx
On Thu, 02 Mar 2006 04:55:21 GMT, "Troy" <Troy.Kranz@xxxxxxxxx> wrote:as
Hi!
I wrote the story below before I read PChuck's article "File Sharing On A
LAN With Two Routers" and now wonder whether or not to send this message
toFile Sharing and Remote Connection are two tasks I still want to be able
LANdo after separating LAN into subnets, as well as maybe Print Sharing.
I don't know if this is the correct forum for a question like this and
please redirect me if you can.
I have a network operating between two houses that are about 900 Metres
apart. The setup is this:
PCs are all XP Pro.
(House1) PCs <--> Switch <--> AP (Point to Point) <--> Roof Antenna
((((( )))) (House2) Roof Antenna <--> AP (Point to Point)<--> Switch <-->
PCs and Internet(Router/Modem Combo). Currently all devices are the one
and(all addresses in the 192.168.0.x 255.255.255.0 subnet).
I was thinking that to keep the traffic off the APs (why? Just because
theto learn stuff) I could create two subnets at each house and place a
Router/Switch (I have two spares Vigor 2104P and Dlink DI-524) between
Routerswitch and the AP at each house. I was also hoping to use the DLink
isto limit the times that the kids could access the internet as they would
have to go through the router to get to the internet on the other subnet.
In order to test this theory I have setup the following at my house:
PC1 <--> Router/Switch(DLink) <--> Router/Switch(Vigor) <--> Switch <-->
PC2-3 and Internet(Router/Modem Combo).
WAN Port on DLink Router connected to LAN Port1 on Vigor Router
PC1=192.168.3.2 255.255.255.0 gateway = 192.168.3.1
DLink Router LAN = 192.168.3.1 255.255.255.0 WAN = 192.168.0.137 (I just
picked this ip randomly on the 2nd Subnet)
WAN Port on Vigor Router not yet connected
Vigor Router LAN = 192.168.0.1 255.255.255.0 WAN = not yet setup
PC2 = 192.168.0.11 255.255.255.0 Gateway=192.168.0.138
PC3 = 192.168.0.12 255.255.255.0 Gateway=192.168.0.138
Internet Router/Modem = 192.168.0.138
With this setup I can ping the 192.168.0.0 subnet from 192.168.3.0 subnet
but I can't access the internet(Can ping 192.168.0.138). I am hoping this
onbecause I have not yet set up the return leg of that journey(ie WAN port
tryingvigor to Lan port on DLink).
I have searched on the internet for a lot of information on what I am
maybeto do and what I have found tends to deal with routing a private Lan onto
the internet and not really about routing between private subnets. I may
have stumbled across sites that deal with what I am trying to do but
Pointsit was at a level above my current understanding.
Anyway these are some of my question/s.
Q1. Am I on the right track with these ideas?
Q2. How do I connect the two routers together? eg. WAN to WAN port with
crossover or WAN to LAN on both Routers
Q3. Should these routers do the job?
Q4. When I move to the original setup will I have to configure Access
gatewayon their own subnet?
Q5. Could this be done with less equipment?
Q6. I have heard the phrase 192.168.x.x addresses are private and non
routable addresses. Does this mean that they should not be routed or that
they cannot be routed or is it another meaning all together?
Thanks in advance
Troy
Troy,
I see your problem, I think. On your main LAN, 192.168.0/24, the default
gateway is 192.168.0.138. On your DLink LAN, 192.168.3/24, the default
is 192.168.3.1. Now, you need to define a default gateway for the DLinkto use,
on its WAN connection, to connect to the Internet.from
Without a default gateway assigned to the DLink WAN, any Internet traffic
PC1 goes to its default gateway 192.168.3.1, and to the DLink WAN, andonto the
main LAN. And there it stays. The DLink WAN has to have a defaultgateway
defined, so the Internet traffic that it gets thru its LAN, 192.168.3.1,will go
thru 192.168.0.138. For the DLink, as for the computers on the main LAN,the
default gateway will be 192.168.0.138.you'll
Q1 / Q2. The routers are connected properly. When you get this working,
be moving all of your computers to the DLink LAN, and they will all beable to
share files. Just set the default gateway for the DLink to 192.168.0.138.switch,
Q3. These routers should do the job.
Q4. Why do you wish to move to the original setup?
Q5. I'm not sure what you're accomplishing with the Vigor setup as a
and connected to another switch. Are the Vigor and the switch located inthe
same place, or are they separate?used on
Q6. The subnet 192.168.x.x is private (non-routable) so that it can be
any private (non-routed) LAN in the world, without fear of beingduplicated by
any public LAN anywhere in the world. You can only use 192.168.x.x behinda NAT
router. A NAT router handles the entire 192.168.x.x subnet privately, andthe
world sees only the WAN address. In your case, for instance, your mainLAN sees
192.168.0.137, and that address is translated by the DLink into the192.168.3.x
subnet.explain
Please let me know, at your earliest convenience, if these answers are
understandable. It would be hella easier to setup your network, then to
it.
--
Cheers,
Chuck, MS-MVP [Windows - Networking]
http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My email is AT DOT
actual address pchuck mvps org.
Chuck
Thank you for your response. Just for your information some of my responses
may be 24 hours apart as I go home and try suggestions from this group. I
can't seem to find this newsgroup on my home computer for some reason.
Q1/Q2. The computers will remain as per the original setup but with Routers
placed in between the switches and APs.(Re: Q4 APs on own Subnet) Probably
remove switch at house1 though. House2 has Gigabit switch and NICs for fast
file transfers at house2. The DLink already has the Gateway set to
192.168.0.138 but with no luck accessing the internet.
Q3. OK. Thanks.
Q4. See Q1/Q2.
Q5. House2 has Gigabit switch and NICs for fast file transfers at house2.
The Switch and Router are separate in the test setup but would be together
if I get this to work properly. In the current Test setup I have the two
Routers and PC1 next to each other for ease of wiring them together.
Q6. What you have explained is basically as I remember NAT working however I
did not know that NAT would only work with the 192.168.x.x addresses. I
though it would just translate any address to and from the one WAN exposed
address. I can't say that I completely understand the term Non-Routable but
I do think I understand how NAT works and the concept of how it limits
addresses used on the WAN. Would it more accurate to say that the
192.168.x.x subnet can't be used for Public Addresses rather then to say it
can only be used for Private Addresses?
I have cabled the WAN port of the Vigor Router to a LAN Port of the DLink
Router and set the Vigor WAN ip to 192.168.3.136 255.255.255.0 and no
Gateway. I can now ping all addresses on 192.168.0.x from 192.168.3.x and
vice-versa however I still get no Ineternet access from the 192.168.3.x
subnet. Subnet 192.168.3.x PCs set with gateway 192.168.3.1 and Subnet
192.168.0.x PCs set with gateway 192.168.0.138.
Any ideas?
Regards
Troy
.
- Follow-Ups:
- Re: Network Hardware
- From: Chuck
- Re: Network Hardware
- References:
- Network Hardware
- From: Troy
- Re: Network Hardware
- From: Chuck
- Network Hardware
- Prev by Date: Dialup image download problem
- Next by Date: Re: Network Hardware
- Previous by thread: Re: Network Hardware
- Next by thread: Re: Network Hardware
- Index(es):
Relevant Pages
|