Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > adding wireless router to existing router

Reply
Thread Tools Display Modes

adding wireless router to existing router

 
 
up north
Guest
Posts: n/a

 
      12-26-2003, 06:53 AM
can i add a wireless router onto an existing router. can i just plug the
wireless router into a lan port on the existing router.


 
Reply With Quote
 
 
 
 
BudMan
Guest
Posts: n/a

 
      12-26-2003, 11:36 AM
The short answer is no. Now for the long answer. Routers by default assign
DHCP to their client computers. If you get 2 devices trying to assign IP
addresses on the same network there will be conflict. Although it may work
for accessing the internet it will not allow the wireless computers to see
the wired computers on the other router. That being said here is the fix.
The wireless router may be configured as an access point by turning off its
DHCP function and assigning it another IP address (192.168.2.1). I could
not get this fix to work between my Linksys HPRO200 and a Linkys wireless
router. I exchanged the wireless router for and access point and all worked
right out of the box.
"up north" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> can i add a wireless router onto an existing router. can i just plug the
> wireless router into a lan port on the existing router.
>
>



 
Reply With Quote
 
Graham in Melton
Guest
Posts: n/a

 
      12-26-2003, 11:45 AM
On 26/12/03 12:36 pm, in article ioSdndpDmL-ltnGiRVn-(E-Mail Removed),
"BudMan" <budman_@yahoo.com> wrote:

> The short answer is no.


Its also completely wrong - yes you can, I do it, my friend does it and he
has a network of i00 subscribers on a rural wifi network arranged in such a
fashion.

<SNIP>
> "up north" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> can i add a wireless router onto an existing router. can i just plug the
>> wireless router into a lan port on the existing router.


 
Reply With Quote
 
gene martinez
Guest
Posts: n/a

 
      12-26-2003, 01:07 PM
Well then tell that to my network. Cable modem to linksys to dlink.
They all disk out ip addresses (granted they are all different
subnets) but it works....

"BudMan" <budman_@yahoo.com> wrote:

>The short answer is no. Now for the long answer. Routers by default assign
>DHCP to their client computers. If you get 2 devices trying to assign IP
>addresses on the same network there will be conflict. Although it may work
>for accessing the internet it will not allow the wireless computers to see
>the wired computers on the other router. That being said here is the fix.
>The wireless router may be configured as an access point by turning off its
>DHCP function and assigning it another IP address (192.168.2.1). I could
>not get this fix to work between my Linksys HPRO200 and a Linkys wireless
>router. I exchanged the wireless router for and access point and all worked
>right out of the box.
>"up north" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> can i add a wireless router onto an existing router. can i just plug the
>> wireless router into a lan port on the existing router.
>>
>>

>
>


 
Reply With Quote
 
voxDEI
Guest
Posts: n/a

 
      12-26-2003, 02:32 PM
yes,
internet
|
DSL/Cable modem
(ip from isp eg. 203.122.186.12)
|
|
(WAN Port)
ROUTER 1 -- PCs (192.168.1.XXX)
(192.168.1.1)
|
|
(192.168.1.100)
(WAN Port)
ROUTER 2 -- PCs (192.168.2.XXX)
(192.168.2.1)
!
wireless
PCs
(192.168.2.XXX)

* 2 router set to 2 diff base address, router1 (wired) 192.168.1.1 and
router2 (wireless) 192.168.2.1
* Router2 WAN port connect to normal LAN port on router1 with WAN address
with IP of router1 range 192.168.1.100
* you can set router2 to DHCP enable for but not for router 1 because
without the different address ranges the routers wouldn't be able to
properly build their routing tables.

"up north" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> can i add a wireless router onto an existing router. can i just plug the
> wireless router into a lan port on the existing router.
>
>



 
Reply With Quote
 
Niall
Guest
Posts: n/a

 
      12-26-2003, 03:25 PM
On Fri, 26 Dec 2003 15:32:25 GMT, "voxDEI" <(E-Mail Removed)>
wrote:

>yes,
> internet
> |
> DSL/Cable modem
>(ip from isp eg. 203.122.186.12)
> |
> |
> (WAN Port)
> ROUTER 1 -- PCs (192.168.1.XXX)
> (192.168.1.1)
> |
> |
> (192.168.1.100)
> (WAN Port)
> ROUTER 2 -- PCs (192.168.2.XXX)
> (192.168.2.1)
> !
> wireless
> PCs
> (192.168.2.XXX)
>
>* 2 router set to 2 diff base address, router1 (wired) 192.168.1.1 and
>router2 (wireless) 192.168.2.1
>* Router2 WAN port connect to normal LAN port on router1 with WAN address
>with IP of router1 range 192.168.1.100
>* you can set router2 to DHCP enable for but not for router 1 because
>without the different address ranges the routers wouldn't be able to
>properly build their routing tables.
>


If you do it this way you won't be able to use MS file and printer
sharing because it doesn't work across subnets, but there is no
advantage to doing it this way anyway.

I do it like this:

DSL router LAN port connected to Wireless router LAN port (actually
there's a netrork switch between them but that's irrelevant)
DSL router set to provide DCHP
Wireless router set to AP only (or set WAN to static IP, IP 127.0.0.1,
netmask 255.255.255.0, makes no difference)
Wireless router LAN side set DCHP OFF, IP address on same subnet as
DSL router but outside DSL router's DCHP pool.
E.g: DSL router has IP 192.168.2.1, DCHP pool starts at 192.168.2.100
and ends at 192.168.2.199, wireless router is 192.168.2.200

Only problem is the USR 8054 WAP drops signal momentarily at
intervals, but that seems to be an unrelated problem.
 
Reply With Quote
 
up north
Guest
Posts: n/a

 
      12-26-2003, 05:25 PM
thanks a lot, i will try this in a couple of days thanks upnorth
"up north" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> can i add a wireless router onto an existing router. can i just plug the
> wireless router into a lan port on the existing router.
>
>



 
Reply With Quote
 
Fritsos
Guest
Posts: n/a

 
      12-26-2003, 05:28 PM
I have 2 USR 8054.

I want to extend my network to annother location to, but without wires
between the 2 accespoint/routers I cannot accomplish it.
There must be a way to connect them wiresles.
You know what to do?
I donot get it to work.

Frits.
"Niall" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Fri, 26 Dec 2003 15:32:25 GMT, "voxDEI" <(E-Mail Removed)>
> wrote:
>
> >yes,
> > internet
> > |
> > DSL/Cable modem
> >(ip from isp eg. 203.122.186.12)
> > |
> > |
> > (WAN Port)
> > ROUTER 1 -- PCs (192.168.1.XXX)
> > (192.168.1.1)
> > |
> > |
> > (192.168.1.100)
> > (WAN Port)
> > ROUTER 2 -- PCs (192.168.2.XXX)
> > (192.168.2.1)
> > !
> > wireless
> > PCs
> > (192.168.2.XXX)
> >
> >* 2 router set to 2 diff base address, router1 (wired) 192.168.1.1 and
> >router2 (wireless) 192.168.2.1
> >* Router2 WAN port connect to normal LAN port on router1 with WAN address
> >with IP of router1 range 192.168.1.100
> >* you can set router2 to DHCP enable for but not for router 1 because
> >without the different address ranges the routers wouldn't be able to
> >properly build their routing tables.
> >

>
> If you do it this way you won't be able to use MS file and printer
> sharing because it doesn't work across subnets, but there is no
> advantage to doing it this way anyway.
>
> I do it like this:
>
> DSL router LAN port connected to Wireless router LAN port (actually
> there's a netrork switch between them but that's irrelevant)
> DSL router set to provide DCHP
> Wireless router set to AP only (or set WAN to static IP, IP 127.0.0.1,
> netmask 255.255.255.0, makes no difference)
> Wireless router LAN side set DCHP OFF, IP address on same subnet as
> DSL router but outside DSL router's DCHP pool.
> E.g: DSL router has IP 192.168.2.1, DCHP pool starts at 192.168.2.100
> and ends at 192.168.2.199, wireless router is 192.168.2.200
>
> Only problem is the USR 8054 WAP drops signal momentarily at
> intervals, but that seems to be an unrelated problem.



 
Reply With Quote
 
Niall
Guest
Posts: n/a

 
      12-26-2003, 07:29 PM
On Fri, 26 Dec 2003 19:28:39 +0100, "Fritsos" <(E-Mail Removed)>
wrote:

>I have 2 USR 8054.
>
>I want to extend my network to annother location to, but without wires
>between the 2 accespoint/routers I cannot accomplish it.
>There must be a way to connect them wiresles.
>You know what to do?
>I donot get it to work.
>


I have not tried this, but I understand it to be possible. Have you
tried searching on http://groups.google.com for a solution?

--
Niall
 
Reply With Quote
 
voxDEI
Guest
Posts: n/a

 
      12-27-2003, 12:07 AM
> If you do it this way you won't be able to use MS file and printer
> sharing because it doesn't work across subnets, but there is no
> advantage to doing it this way anyway.


Advantage:
*You intentionally want to create a protected part of your LAN via the
second router's firewall, or
*You want to combine the firewall features of both routers, i.e., port
filtering, content filtering, logging, etc.

Thats why 2 router first place, else just an AP as your setup below, turning
Wireless router to AP kinda defeat purpose. If you really do need two
routers, you're going to have to live with limitations on file and printer
sharing and network browsing. Here hows printer file sharing: on client
connected to 192.168.2.XXX iniate the RUN "\\192.168.1.XXX"

> I do it like this:
>
> DSL router LAN port connected to Wireless router LAN port (actually
> there's a netrork switch between them but that's irrelevant)
> DSL router set to provide DCHP
> Wireless router set to AP only (or set WAN to static IP, IP 127.0.0.1,
> netmask 255.255.255.0, makes no difference)
> Wireless router LAN side set DCHP OFF, IP address on same subnet as
> DSL router but outside DSL router's DCHP pool.
> E.g: DSL router has IP 192.168.2.1, DCHP pool starts at 192.168.2.100
> and ends at 192.168.2.199, wireless router is 192.168.2.200
>
> Only problem is the USR 8054 WAP drops signal momentarily at
> intervals, but that seems to be an unrelated problem.



 
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
Adding Modem/Router device to existing network with wireless router? Bob Network Routers 0 07-01-2007 11:28 PM
Adding a wireless router to an existing network with Cisco router Michael Erb Wireless Internet 12 04-05-2006 01:26 AM
Adding DSL to existing wireless network but in different room than existing router? costasz@gmail.com Wireless Internet 0 08-12-2005 05:07 PM
Adding Wireless Router to Existing Network/Router ? drs Wireless Internet 5 07-03-2004 09:01 AM
A question about adding wireless to my existing wired network - router or access point? Billyba Wireless Internet 7 02-24-2004 08:49 PM



1 2 3 4 5 6 7 8 9 10 11