Ask Experts Questions for FREE Help !
Ask
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #1

    May 24, 2009, 08:56 PM
    Running two wireless routers
    Ok, In theory I think this should work, but I wanted to get a second opinion.

    My daughter lives with a family that has a secured wireless router. However, they do not know the key so she can't connect wirelessly. They also don't want to reset the router, because no one there know how to set it up.

    So my thought was to give her a spare wireless router that I have. Have her connect it, via a patch cord, to their router. She can then configure that router for her access. She doesn't need to share anything on their network except the internet connection.

    Will this work? Since the second router is hardwired to the first one, the key shouldn't apply. So all she would need to do is configure the IP of the router to not conflict with the other, then set it up for her own security. Is that correct?

    Scott<>
    KISS's Avatar
    KISS Posts: 12,510, Reputation: 839
    Uber Member
     
    #2

    May 24, 2009, 09:23 PM

    It will work if it can be configured as an "access point" with a fixed IP address on the network. This I can guarantee.

    Some routers can. Some cannot.

    Not sure, if it will work otherwise.

    If a router is configured to get it's address via DHCP, you have to be able to find it. On a small network; ping x.y.z.255 and an arp -a before and after it plugged in should let you find it. If you give it a different network name, then potentially it will work but printers, etc won't be easily accessible.
    KISS's Avatar
    KISS Posts: 12,510, Reputation: 839
    Uber Member
     
    #3

    May 24, 2009, 09:38 PM

    example from my network:

    Pinging 10.0.1.255 with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    Ping statistics for 10.0.1.255:
    Packets: Sent = 4, Received = 0, Lost = 4 (100&#37; loss),

    C:\Documents and Settings\normal>arp -a

    Interface: 10.0.1.3 --- 0x10005
    Internet Address Physical Address Type
    10.0.1.1 **-**-**-**-**-** dynamic
    10.0.1.2 dynamic
    10.0.1.205 dynamic
    10.0.1.207 dynamic
    10.0.1.210 dynamic
    10.0.1.215 dynamic
    10.0.1.220 dynamic

    I commented out all of the physical addresses.
    Above 200 is fixed. 2 printers, 1 access point, 1 wireless printserver (dud), wireless repeater

    You can figure out what they are by looking for the MAC address and comparing it to the number on the bottom of the device.

    .1 is the router
    .2 is the computer I am using now (DHCP)
    Scleros's Avatar
    Scleros Posts: 2,165, Reputation: 262
    Hardware Expert
     
    #4

    May 25, 2009, 02:07 AM
    Quote Originally Posted by ScottGem View Post
    So all she would need to do is configure the IP of the router to not conflict with the other, then set it up for her own security. Is that correct?
    Mostly. The second router if she's going to use it wirelessly should have it's radio channel set to something other than what the first router is using. Non-overlapping channels are 1, 6, and 11 for 802.11 B,G. There still could be an issue with interference if the existing router is set to scan for best channel.

    Another gotcha could be the existing router will require a password for configuration via either telnet or http access using the wired ports. Seems improbable to me that someone would have configured secure wireless and then left the wired side of the router completely open. Additionally, any wired services (e.g. DHCP) offered by the existing router should be disabled on the second to avoid any networking conflicts for wired clients.

    Do the right thing and have them get someone to reset the router, configure, and document it. Nothing pisses me off more than to arrive on a service call and be told to set something up and make it work with the existing gadget they didn't mention beforehand, that no one knows anything about, that isn't documented, and that cannot be modified.
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #5

    May 25, 2009, 07:52 AM

    My thinking here was that the second router would be assigned an IP in the scope of the first router. The second router's DHCP would then be used to assign an IP when she connects to that router using its SSID. I was thinking of using a different scope for the second router.

    The guy who set this up for them barely knew what he was doing. So I doubt if they secured the wired portion, but we will see.

    If my theory is correct, she should be able to plug the second router into their router and connect her laptop directly to the second router and that should give her Internet access. If it doesn't, then I can remotely connect to her PC and configure the second router.
    Scleros's Avatar
    Scleros Posts: 2,165, Reputation: 262
    Hardware Expert
     
    #6

    May 25, 2009, 05:11 PM
    Sounds like a plan. The more full featured the second router is, the easier the integration will be with the existing router.
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #7

    May 25, 2009, 07:03 PM
    Ok, here's an update. My daughter plugged in te second router (which is the same model-Linksys WRT54GS) then plugged in her PC and was able to get on the Internet. So I suspect the wired portion is not encrypted and my plan may work.

    Oddly, however, the family's Sirius readio which is run through the PC, cut out. I can see no reason for this. My daughter disconnected and they rebooted and the radio came back.

    I spoke to their son (who doesn't live there) who set up the system and he doesn't remember setting up a key. But when my daughter checks for available networks theirs is lised as Secured!

    Admittedly my knowledge of this is more conceptual than practical. So I'm not 100&#37; sure what is done to a wireless router so it shows up as secured on the list.
    Scleros's Avatar
    Scleros Posts: 2,165, Reputation: 262
    Hardware Expert
     
    #8

    May 25, 2009, 07:47 PM
    Quote Originally Posted by ScottGem View Post
    So I suspect the wired portion is not encrypted and my plan may work.
    The wired portion won't be encrypted.

    Quote Originally Posted by ScottGem View Post
    Oddly, however, the family's Sirius readio which is run through the PC, cut out.
    Have to think about that one. I don't know anything about Sirius. Was Sirius the only thing or did all Internet access stop?

    For this particular router, I'd expect the following possibility if all Internet access stopped. Use "ipconfig /all" from the command line on the existing computer and see if the default gateway is correct. If DHCP is enabled on the second router the existing computer may be getting an incorrect configuration. DHCP cannot be disabled on a per interface basis on this router. Enabling it at all on the second router (for the wireless) also enables it for the wired interface - both interfaces share the same subnet. When a wired or wireless client broadcasts a DHCP request, both routers with DHCP enabled will respond and it's hit or miss which offer is accepted by the client. Try turning off DHCP on the second router. Her laptop should be dynamically addressed on the existing subnet even wirelessly by the DHCP server on the existing router. Statically configuring her IP address in the same subnet but outside of the DHCP range would also work.

    Also, are you using the Internet interface on the second router to connect to the other router or one of the switch group ports? Using the Internet interface connected to one of the existing router's switch ports could give her her own subnet and firewalled protection (if configured so) from the family's subnet and eliminate any DHCP duplication issues.

    Quote Originally Posted by ScottGem View Post
    So I'm not 100% sure what is done to a wireless router so it shows up as secured on the list.
    The wireless interface will be configured with an authentication method and an encryption suite. The specifics vary from router to router. For the WRT54GS, they are listed as security modes WEP and WPA-Preshared Key with a TKIP or AES algorithm on the wireless tab in the router's web-based administration interface.
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #9

    May 25, 2009, 07:54 PM
    Quote Originally Posted by Scleros View Post
    If DHCP is enabled on the second router the existing computer may be getting an incorrect configuration. DHCP cannot be disabled on a per interface basis on this router. Enabling it at all on the second router (for the wireless) also enables it for the wired interface - both interfaces share the same subnet. When a wired or wireless client broadcasts a DHCP request, both routers with DHCP enabled will respond and it's hit or miss which offer is accepted by the client. Try turning off DHCP on the second router. Her laptop should be dynamically addressed on the existing subnet even wirelessly by the DHCP server on the existing router. Statically configuring her IP address in the same subnet but outside of the DHCP range would also work.

    Also, are you using the Internet interface on the second router to connect to the other router or one of the switch group ports? Using the Internet interface connected to one of the existing router's switch ports could give her her own subnet and firewalled protection (if configured so) from the family's subnet and eliminate any DHCP duplication issues.
    .
    The second paragraph is my plan. Once she connects to the Internet I plan on remoting into her PC and configuring the second router to use a different subnet and DHCP scope. I have no problem given a static IP, but I would only want it to work when connected wirelessly to the second router.
    Scleros's Avatar
    Scleros Posts: 2,165, Reputation: 262
    Hardware Expert
     
    #10

    May 25, 2009, 08:16 PM
    Quote Originally Posted by ScottGem View Post
    The second paragraph is my plan.
    Ok, then I don't know why Sirius might break. Hmm...

    Quote Originally Posted by ScottGem View Post
    I have no problem given a static IP, but I would only want it to work when connected wirelessly to the second router.
    Connected this way, static not really needed to avoid dealing with equipment limitations. But, a second network connectoid could be setup. Have one for DHCP and one for HOME. She can pick the network for where she is or set the HOME to be automatic. Possibilities are somewhat dependent on whether Windows or the network adapter software is managing the connections.
    chuckhole's Avatar
    chuckhole Posts: 850, Reputation: 45
    Senior Member
     
    #11

    May 26, 2009, 07:02 AM

    Here is an example of what will work (without using two different subnets):
    Wireless router with DHCP:
    Acquire WAN address from ISP via DHCP
    IP 192.168.1.1
    SM 255.255.255.0
    DNS address for ISP's DNS servers
    DHCP Scope 192.168.1.50-100
    Wireless security turned on

    Connect one of the LAN ports on each router together.

    Second wireless router:
    IP 192.168.1.2 (or other address not is DHCP Scope)
    SM 255.255.255.0
    DHCP Scope DISABLED
    Wireless security turned off

    When a computer connects to your network via wired or wireless connection, only one DHCP server will answer and will hand the appropriate address of your router. You can have multiple DHCP servers as long as they have different Scopes, but each one MUST be configured to hand out only the ONE gateway address on your network. You do not want multiple gateway address possibilities.
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #12

    May 26, 2009, 07:23 AM
    Thanks Chuck, but you have me a little confused.

    What I was thinking is this:

    Wireless router with DHCP:
    Acquire WAN address from ISP via DHCP
    IP 192.168.1.1
    SM 255.255.255.0
    DNS address for ISP's DNS servers
    DHCP Scope 192.168.1.2-100
    Wireless security turned on

    Connect one of the LAN ports on each router together.

    Second wireless router:
    IP 192.168.2.1 (or other address not is DHCP Scope)
    SM 255.255.255.0
    DHCP Scope 192.168.2.1-10
    Wireless security turned off

    Won't this cause the DHCP server on the second router to assign the IP? I don't want to make any changes to the main router (not even sure if I will be able to get into it to do so). That's why I thought of going with 192.168.2.x

    Also, Do I need to configure the second router first. I'm not sure what the default address is for the second router. It might be the same as the first one. So I though I might have to connect it to her PC first and change that.
    KISS's Avatar
    KISS Posts: 12,510, Reputation: 839
    Uber Member
     
    #13

    May 26, 2009, 01:42 PM
    Quote Originally Posted by ScottGem View Post
    I have no problem given a static IP, but I would only want it to work when connected wirelessly to the second router.
    I have no idea what the above means: 1) You want it to work as a wireless repeater or 2) You want it connected wired, but have you daughter's laptop connect wirelessly.

    There also some confusion on which ports were used for the test. Was the uplink port used?

    The routers usually act like a hub/switch if just the ports are used.

    The ping/arp thing allows you to find out what is on the network. You can find the current IP address of the extra router by looking for the MAC address in the arp table. You MIGHT be able to discover if the extra router is dishing out an address by DHCP.

    The arp table also would help you determine what addresses to use because they are typically assigned seqentially So, if addresses 192.168.1.1, 1.2, 1.3, 1.4 are shown to be assigned. Bumping to an fixed address of 192.168.1.100 with a DHCP scope of 1.101 - 1.120 probably wouldn't interfere.

    Doing a tracert from the connected PC MIGHT discover how a packet is getting to the gateway. i.e. Does it pass through the extra router.

    The default address of the router should be in the documentation, but if you never reset it, it should be the same. 192.168.1.1 is a common value, although I don't know what it is for the Linksys.

    I think it was entirely possible that the Sirrus radio was interrupted by being assigned the same address or both routers having the same IP address.

    NetStumbler.com is a free application which will tell you a lot about available wireless connections such as the s/n ratio, the type of encryption and the actual access point (MAC address) your connected to.

    Scleros:

    I didn't understand the purpose of the port looping.

    Scott:
    To re-iterate. Make sure the extra router is connected to the permanent router via the uplink port.
    chuckhole's Avatar
    chuckhole Posts: 850, Reputation: 45
    Senior Member
     
    #14

    May 26, 2009, 04:47 PM

    Scott,
    You presented Option A and I presented Option B. Two ways to tackle the same problem.

    A) - two different networks, one secondary routed to the other (primary) with the Internet connection. You would have to connect the WAN port on the second router to LAN port on the first router. The second router would be set to obtain a DHCP address on the WAN port from the first router. This way, it will obtain the route TO the first router. You will probably need to also add a static route in the first router BACK to the second router.

    B) - one network, one router, one DHCP server, two access points.

    Note: in your example, the second router is addressed within the DHCP Scope. You would need to move the DHCP Scope to something like 192.168.2.11-20. Also, you are correct, the DHCP server in each network will hand out addresses for that network. So you can point your wireless adapter to either one - secured or not secured.

    In my example, the first router should be setup as I have described. No changes necessary. There is only ONE DHCP server which will hand out addresses for BOTH access points (WAP's). One WAP is secured, the other is not.
    chuckhole's Avatar
    chuckhole Posts: 850, Reputation: 45
    Senior Member
     
    #15

    May 26, 2009, 04:50 PM
    Quote Originally Posted by KeepItSimpleStupid View Post
    NetStumbler.com is a free application which will tell you a lot about available wireless connections such as the s/n ratio, the type of encryption and the actual access point (MAC address) your connected to.

    KISS, thanks for the link.
    Scleros's Avatar
    Scleros Posts: 2,165, Reputation: 262
    Hardware Expert
     
    #16

    May 26, 2009, 08:10 PM
    Quote Originally Posted by KeepItSimpleStupid View Post
    Scleros: I didn't understand the purpose of the port looping.
    Heh, and I don't understand what you mean by port looping. It wasn't clear how the physical connections were to be made. Those routers have an Ethernet Internet port and a 4 port switch group. Connected switch to switch, the second router would function as merely an access point and share the existing subnet. Connected Internet to switch, it would function as a router and create a second wired/wireless subnet. If something I wrote could be construed as a wiring loop, point it out so it can be corrected.
    KISS's Avatar
    KISS Posts: 12,510, Reputation: 839
    Uber Member
     
    #17

    May 26, 2009, 09:13 PM

    Scerlos:

    That's what I get by not rechecking before posting. I must have misread something like post #14 which wasn't yours. Sorry.

    I think the above post does paint a very clear picture.

    Do, you agree that the second router should function as an access point with DHCP and NAT disabled with the second router given a fixed IP address?

    Or do you think it would be better functioning as a router?

    I like the former option better as long as a fixed IP address can be found for the second router (access point).
    Scleros's Avatar
    Scleros Posts: 2,165, Reputation: 262
    Hardware Expert
     
    #18

    May 27, 2009, 01:19 AM
    Quote Originally Posted by KeepItSimpleStupid View Post
    Do, you agree that the second router should function as an access point with DHCP and NAT disabled with the second router given a fixed IP address? Or do you think it would be better functioning as a router?
    I agree it would work that way, but if it was me, I'd do the router setup so I'd be insulated from any crap that might infect the family's computers and any breaches they might have in their wireless security.
    chuckhole's Avatar
    chuckhole Posts: 850, Reputation: 45
    Senior Member
     
    #19

    May 27, 2009, 04:01 PM
    Quote Originally Posted by KeepItSimpleStupid View Post
    Scerlos:

    That's what I get by not rechecking before posting. I must have misread something like post #14 which wasn't yours. Sorry.

    I think the above post does paint a very clear picture.).
    It is an addendum to #11.

    Quote Originally Posted by KeepItSimpleStupid View Post
    Do, you agree that the second router should function as an access point with DHCP and NAT disabled with the second router given a fixed IP address?
    Yep, for your namesake... KISS.:D

    Either way will work. If the kiddo is prone to downloading viruses and the like, then the extra security of an additional routed network may be the answer., but then I am a DINK by definition - Dual Income No Kids.
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #20

    May 27, 2009, 07:13 PM

    OK, latest in this saga. I just talked to the kiddo and we configured the router's IP to 192.168.2.1. However, the DHCP scope is hard coded to start at 192.168.1.x. Only the x is changeable. The default is 100 with 50 users. So I assume that means a scope of 100-149. I had her change it 200.

    They were using the Internet at the time so we didn't take the second step to connect her router to theirs. We'll do that another time.

    So my next question is will it work with the scope being different form the router's IP? Or should I cahnge the router to 192.168.1.200 and start the scope at 201? Also do we connect their router to her WAN port or the uplink port.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Conecting 2 wireless routers to a single network [ 4 Answers ]

Hi, I have a adsl connection which is through a wired adsl modem. Currently I have set this adsl modem as the DHCP server and connected my wireless router (Linksys WRH-54G)to it using the LAN port of the wireless router. Doing this I am able to access internet through other laptops or wireless...

Wireless routers [ 1 Answers ]

My friends partner has bought her a wireless router for her for her home,he set it up through his laptop, when he is not there she can not get online without him being there with his laptop,(he does not live there), he has also put a password in without telling her what it is, how can she get round...

Routers and DSL [ 4 Answers ]

My default gateway is 10.0.1.1 at home. It's still a private address. DHCP addresses are low numbers (2 computers and a radio) with yearly leases and the fixed IP addresses for printers are high numbers. I can't get to my DSL modem because I am operating in Bridge mode. If anybody can explain...

Wireless Routers [ 7 Answers ]

Im trying to find the best type of wirless routers and there price. Is there a site that reviews them simply? And easily? Or can someone recommend the brand worth getting. We need it to go through out our house. I already have broadband internet, however I want it so others in the house can...

Wireless Routers - Complete Novice Here! [ 24 Answers ]

Hi :) All this new technology gives me brain ache! So I would really appreciate the help of someone who understands about wireless routers and networks as I know practically nothing. Our main computer is a Sony Vaio laptop with XP professional, service pack 2. This computer belongs to work...


View more questions Search