Connect 2 RV082 routers

I have 2 seperate networks that were both built independantly with RV082 routers.  These networks now have a physical connection between the two of them and i would like to bridge the networks.
NETWORK1
     WAN1:           Static IP internet connection
     LAN:              192.168.0.1
     SUBNET:        255.255.255.0
     Firewall:          Block WAN requests disabled
NETWORK2
     WAN1:          Dynamic IP internet connection
     LAN:             192.168.10.1
     SUBNET        255.255.255.0
     Firewall:         Block WAN requests disabled
My first thought was to just plug the routers into each other's WAN2 connection, set static IP's, adjust the subnet mask for the third octet on each and it would just magically work.  I also attempted to use the almost completely undocumented "Transparent Bridge Mode" because it seemed appropriate but so far nothing has worked.  Any suggestions on making this work?

i agree, but dont the routers need to be able to ping each other on the WAN2 ports before i create a VPN connection?  I did attempt a VPN connection but since they dont communicate with eachother yet it never connected.  On a side note i was able to make a gateway to gateway VPN across the internet but i would like it to run across the much faster physical connection.

Similar Messages

  • Connecting two RV082 routers back to back

    I'm looking for instructions on how to setup and connect two RV082 routers together with a crossover cable between their WAN ports.
    This is to connect two separate LANS together via an ethernet connection. For staging we are setting everything up with a crossover cable in our shop.  Ultimately the crossover cable will be replaced by a microwave link between the two LANS several miles apart.  There will be no internet connection.

    Switches would have been a good alternative except we needed 8 ethernet ports, so 16 port swirtches would have been required.  So the cost is about the same in this situation for 8 port routers.
    We have the system working properly now.
    This is what we did:
    On both routers in "Setup: Advanced Routing"  switch from "gateway" to  "router" , enable RIP and set RIP versions for transmit and receive to  RIPv1.
    In "Firewall", disable Firewall
    Then in "Setup: Network" make the following settings;
    Router 1:
    WAN1 IP to static       static      192.168.10.5           with subnet mask of                     255.255.255.252
    LAN IP           to                     192.168.1.1                     with subnet mask of                     255.255.255.0
    Router 2:
    WAN1 IP to static      static     192.168.10.6           with subnet mask of                     255.255.255.252
    LAN IP to                     192.168.2.1                     with subnet mask of                     255.255.255.0
    With these settings, devices connected to router 1 may have static  addresses in range of 192.168.1.2 through 192.168.1.254 and should have  default gateway set to 192.168.1.1
    Devices connected to router 2 may have static addresses in range of 192.168.2.2 through 192.168.2.254
    and should have default gateway set to 192.168.2.1
    Experts may have some comments to make about firewall settings an so forth but this setup does what we want it to do.

  • Is it possible to wireless connect 2 routers?

    Hello, I have the WRT54GS wireless router and it works fine. It is installed upstairs in a family room.
    Now, I want to install downstairs a LAN device (Squeezebox) which doesn't work wireless.
    I know I can throw a cat5 cable from the WRT54GS router to another router or switch downstairs and connect the Squeezebox to one of the LAN ports. But is there a possible way to connect the routers wirelessly?
    Basically I want to extend my network, but have the capability of using lan ports not only wireless.
    Is that possible?
    Thanks!
    Martin

    sorry, wireless communication between 2 routers is not possible.Not way to configure them to do so either . Best thing will be to pull a cable and hook them physically.

  • Connecting 2 routers: T1 Router and Cisco Router

    Hi, thanks for reading this.
    My company has a T1 line that goes into the provider's Netopia router. I'd like to connect that router to our Cisco 1811 router to take advantage of the firewall, DHCP, VLAN, and NAT features. So, this is what I'm trying to do:
    Internet -- T1 Router -- Cisco 1811 -- Servers and Workstations
    The Netopia router is a T1 router with 1 WAN port and 8 built-in Ethernet ports. The Cisco 1811 has 2 WAN FE ports and 8 Managed Switch ports.
    First of all, I'd like to ask if this is even possible to do. If it is, please tell me how to physically connect the routers (what port to what port, and what kind of cable).
    Thank you.

    I don't know the Netopia routers but what you want to do should be possible. On the physical level you have to connect one of the Netopia ethernet ports to one of the WAN FE ports, probably using an ethernet cross-over cable.
    Now comes the fun part: configuration.

  • How to : connect two routers running under another

    So this issue is tricky and i have had no luck in getting this to work. Basically what i need to do, is connect "Network 2" with "Network 1" and both run off of another larger network. The Base Network is out of my control and i cannot set or change any setting within that network's routers or DHCP Servers. Thus i am forced to set routes within my routers to communicate to each other. The need for this communication is software that runs on a server within "Network 1" needs to be available to all client computers running on both "Network 1" and 'Network 2". Obviously the computers running off the same router as the server are fine. Getting the computers running off the router for "Network 2" is the tricky part. Here is a link to a diagram of the setup : http://i64.photobucket.com/albums/h176/m4x70r/networkquery.jpg Some of the things i have tried are setting the DMZ on "Network 1" to point at the server. Setting routes in both to point at the other. Setting the Gateway in "Network 2" router to point at the WAN address of "Network 1" and setting the DNS of "Network 2" to the WAN of "Network 1". No matter what i do, the laptops inside "Network 2" cannot ping the laptops in "Network 1" or even ping the router for "Network 1". However, when pinging the name of the server, it does show the IP addy i gave it, so it sees it in some small fashion but cannot link to it. I'm stumped. Time to get a networking cert i suppose. Any help or suggestions would be much appreciated!

    First you have missed to mentioned the most important thing for your setup: are those two routers running in gateway mode or router mode?
    It is also quite confusing which routes you tried to set exactly. (in particular why you mentioned the DNS server?). Please simply post the exact settings of the routes you have entered on either routers.
    As you have mentioned that you have no control over the main network I guess your routers operate in gateway mode. In that case they do NAT - network address translation. NAT shares a single public IP address with multiple computers with private IP addresses inside the LAN. NAT makes computers in the LAN inaccessible from the outside unless you have configured an explicit port forwarding or DMZ host.
    Moreover, with NAT you cannot access the computers inside the LAN on an inside IP address. This is impossible because the private IP addresses inside the LAN are not visible on the outside. You can only access any computer on the WAN IP address of the router. You cannot ping any computer inside the LAN behind the router with NAT. UDP or TCP access is limited to what you forward. The DMZ host is the "default" forward which gets all ports which are not forwarded otherwise.
    If both routers are in gateway mode you don't have to define any routes on the routers as the destination subnet is not accessible. To make your server accessible you have to define port forwardings to your server on 192.168.1.2 or put it into the DMZ. You can then access the server the external IP address of the router, i.e. 10.7.2.101. The router forwards incoming traffic on that address to your server at 192.168.1.2.

  • Connecting two routers to create a home network and have access to the net "wired"

    How do i set up a network between two linksys routers that can access the internet and computers set up on both routers. I noticed I cannot browse our home network computers that are behind the other router. currently i have a net connection going to router 1 and a cable from that router going to the wan port on router two. I cannont access router 1 computers from router 2. thank you for your help!

    See here.

  • Airport: Self-assigned ip address, can't connect (public routers only)

    this has been talkeda bout before, but is extremely frustrating, because i don't have the problem with a PC.
    1/2 of the public routers i connect to have some kind of login page, most the time they just say "youre getting free internet, click here" ... but sometimes that login page never comes up, and the network card says "airport has a self-assigned ip address and may not be able to connect to the internet"
    this only happens on pulic routers for me, and only ones that have login pages.
    its very odd because for example, starbucks has all the same routers, all are "attwifi" now .. i go to one, i get hte login screen, go to a different one, i don't get it...and can't connect
    with a PC, i get it every time.
    this is undoubtably a leopard problem, that needs to be fixed. please!

    The wifi icon shows no connection with the network -- the "!" mark.
    However the computer sees the network, i.e. when I search in Network Preferences the network is listed.
    So: 1) the computer sees the network but 2) will not connect to the network. The reason given for refusal to connect is "self-assigned IP address".
    Not to be repetitive but two other Mac laptops are connected to the same network and working perfectly. The network preferences, as shown in the "advanced" section, are the same for all machines, i.e. DHCP is selected and IPv6 is Automatic.

  • Help needed connecting 2 routers

    Hello, I've been scratching around looking for a solution to my problem for a couple of weeks now.
    I have 2 routers (connected as per the pic below) - I have configured it so that I can collect access logs (this is one of the few routers I've found than can log internet URLs) for anyone who connects via wifi on the BEF router, however I can only get an internet connection if I use a LAN port (as per the red line). I've read that in order to log activity I need to connect via the internet port (yellow dotted line), but I can't get it to work and it's frustrating the heck out of me now
    Does anyone have any solutions for this?
    Thanks in advance.
    Solved!
    Go to Solution.

    Thank you for your help, re-instating the DHCP did the trick (after a power cycle).
    Just in case anyone else needs to do this, here is my final config;
    WAG160N is set to 192.168.1.1 with DHCP enabled.
    BEFW11S4 is set to 192.168.2.1 with DHCP enabled and auto select IP address.
    Thanks for all the suggestions everyone - just need a Wireless N ADSL router (to replace the two I've got hooked up) that can log all internet traffic now

  • Connect 2 routers to cable modem

    Hey guys i'm struggling here any help will be greatly appreciated.
    i have 2 routers with a switch and pc connected to the switch.
    i  am working on RIP and i enabled it on both routers.
    my current set up is this:
    PC---Switch(3550)---Router2(2610)---Router1(2610)--- Cable modem
    I am able to ping from pc to Router1. I am able to ping 4.2.2.2 and google from Router1 but unable to ping it from Router 2 and pc.
    Here is my config for Router1:
    Current configuration : 1089 bytes
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname R1
    boot-start-marker
    boot-end-marker
    no aaa new-model
    no network-clock-participate slot 1
    no network-clock-participate wic 0
    ip cef
    interface FastEthernet0/0
    ip address dhcp
    ip nat outside
    duplex auto
    speed auto
    interface Serial0/0
    ip address 192.168.20.2 255.255.255.252
    ip nat inside
    interface Serial0/1
    no ip address
    shutdown
    router rip
    version 2
    network 192.168.20.0
    no auto-summary
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 dhcp
    no ip http server
    no ip http secure-server
    ip nat inside source list 1 interface Serial0/0 overload
    access-list 1 permit 192.168.0.0 0.0.255.255
    control-plane
    line con 0
    exec-timeout 0 0
    password cisco
    logging synchronous
    login
    line aux 0
    line vty 0 4
    password cisco
    login
    line vty 5 181
    password cisco
    login
    end
    Here is my config for Router2:
    Current configuration : 978 bytes
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname R2
    boot-start-marker
    boot-end-marker
    no aaa new-model
    no network-clock-participate slot 1
    no network-clock-participate wic 0
    ip cef
    ip auth-proxy max-nodata-conns 3
    ip admission max-nodata-conns 3
    interface FastEthernet0/0
    ip address 192.168.30.1 255.255.255.0
    duplex auto
    speed auto
    interface Serial0/0
    ip address 192.168.20.1 255.255.255.252
    clock rate 64000
    interface Serial0/1
    no ip address
    shutdown
    router rip
    version 2
    network 192.168.20.0
    network 192.168.30.0
    no auto-summary
    ip forward-protocol nd
    ip http server
    no ip http secure-server
    control-plane
    line con 0
    exec-timeout 0 0
    password cisco
    logging synchronous
    login
    line aux 0
    line vty 0 4
    password cisco
    login
    line vty 5 181
    password cisco
    login
    end

    I think your NAT statement is wrong, serial 0/0 is your internal interface, you should specify fa0/0 in your nat statment if I am not mistaken.
    this --> ip nat inside source list 1 interface fa0/0 overload
    instead of -->
    ip nat inside source list 1 interface Serial0/0 overload

  • Connecting two routers wired - the definitive answer

    This is a common issue and I answered the question probably more than a hundred times thus I put it into a new thread to which I can simply link from now on... Please do not post a reply in this thread if you have a problem setting it up. Post a NEW thread instead. This thread would explode if everybody would post in here...
    You have one router running in your network. This router connects to the internet. Now you want to hook up a second router (e.g. a wireless router to have wireless access) in your network connecting both with an ethernet cable. The following is in most cases the best approach for home networks. You'll find similar answers with some screenshots in the Linksys Easy Answers, e.g. 4579
    The setup:
    1. Unplug the second router from anything. Connect a single computer to the router. Do not connect the second router to the first at the moment!
    2. Configure the router at http://192.168.1.1/
    3. Change the LAN IP address of the second router from 192.168.1.1 to a free address in your LAN (e.g. 192.168.1.2 should be O.K. if the first router is also a Linksys router). The address you change to (192.168.1.2) must not be used by any other device with static IP address in your network nor should be assigned by the DHCP server your network. A default Linksys router uses 192.168.1.1 itself and the DHCP server assigns 192.168.1.100-149.
    4. Turn off the DHCP server on the second router.
    5. Save the setting.
    6. Unplug the computer from the second router.
    7. Connect an ethernet cable from a numbered LAN port of the first router to a numbered LAN port of the second router. Do not use the Internet/WAN port on the second router!
    8. That's it! If you don't know or don't want to know more about networking you don't have to read the rest here.
    What do you have now?
    The second router is connected through a LAN port to your existing network. This basically means that the router part of the device is actually not used. So you have a router device that you don't operate as router in your network. Whatever you connect to the second router either through one of the remaining LAN ports or through a wireless if it has one, is directly connected to your LAN. Devices connected to the second router use the DHCP server of the first router to get an IP address. They use the first router directly for internet access. Everything is connected to a single larger ethernet network. Everything is in a single "broadcast" domain.
    If the second router is not a wireless one, you basically have a few more ports in your network. In that case it might have been cheaper to get a simple switch/hub instead to extend your network.
    Please remember: as the second router is not connected through the Internet/WAN port many configurations and functions of the second router won't work simply because they require an internet connection on the router itself. Some examples are: access restrictions, dynamic DNS service, port forwardings, MAC address clone, the firewall... All these things must be configured on the first router and only there.
    Why is this better than connecting the second router with the Internet port?
    A router is a separating network element. It separates two networks and allows certain traffic to cross. Sometimes this is necessary in a network setup but for most home networks it only creates a lot of obstacles.
    1. In default Gateway mode the second router does network address translation (NAT). This means computers connected to the second router can connect to computers connected to the first router but not in the opposite direction.
    2. If you use Router mode on the second router: you have to configure "routes" on the first router and possibly your computer connected to the first router so that IP packets find their way into the subnet of the second router.
    3. You have two separate ethernet networks and thus two "broadcast" domains. A broadcast in the first router's subnet reaches all computers connected there. The same applies to the second router. A broadcast will never cross the second router, though. This is an obstacle for applications that depend on broadcasting to locate other computers and services. Windows file and printer sharing is one example here. With the second router in between, computers on one side do not know about computers on the other side. You cannot search your workgroup for the computer on the other side even when they use the identical workgroup name. You will be able to access the other computer using the IP address directly (e.g. \\192.168.1.100\share) but that's usually a hassle and the IP address may change if it is assigned by the DHCP server to the computer. There are ways to deal with some of these issues (e.g. save the host names in lmhosts files...) but all this requires more effort and attention to keep everything up-to-date.
    4. Port forwardings become more complicated. If you need a port forwarding (i.e. you want a port on a computer in your network to be accessible from the internet) on a computer connected to the second router you have to setup two forwardings: one on the first router to the second router and one on the second router to the computer.
    5. If you have two wireless routers: you cannot roam between both routers without loosing the connection. This is simply because if a wireless computers moves from one router to the other it needs a different IP address.
    6. The whole configuration becomes more complicated: you always have to think about where to configure what, e.g. dynamic DNS service, access restrictions, ...
    Bottom line: unless you have good reasons why you must have some computers separated from the other computers in your network, there is no good reason to in a home network to do so. For normal home networking with simple to use file and printer sharing it is better to connect the second router as suggested in this post...
    Message Edited by gv on 08-11-2007 01:45 PM

    I have tried all the advice I can find and to no avail.  I even got my Network Certified Tech son to advise me.
    I have a WRT54GS Wireless router that was my main and only device acting as a gateway hosting my cable modem access to charter.net.  It is located on the second floor of my house next to my main hardwired PC and print server attached HP Laserjet printer.  I am kicking Charter out and have had Verizon FIOS fiber optic service installed.
    Verizon supplies an customized ActionTec wireless gateway/router with the install and it is installed in the basement on the same panel as my big circuit breaker panel.  They imply that it must the first router connected to their ONT (Optical Network Terminal)... sort of an optical modem.   I want the devices connected to my Linksys router in the 2nd floor bedroom to be on the same network as the wireless router in the basement. 
    Based on this forum's and son's advice I did the following to my WRT54GS:
    1. Changed the its address to 192.168.1.254 subnet 255.255.255.0
    2. Turned off the DHCP server function.
    3. Set operation from GATEWAY to ROUTER
    4. Turn on Dynamic routing for LAN/WIRELESS
    5. Plugged a standard cat5e cable from PORT 1 of the Verizon Router to PORT4  of the 2nd floor WRT54GS.
    Result:  absolutely no connectivity between the Verizon gateway and the 2nd floor and vis-versa.  My 2nd floor PC could talk to the printer on the WRT54GS.  The Verizon router could connect with a temporally hard cabled laptop and with two wireless laptops.  I then tried the other variation of:
    1. Changed the Ethernet cable from the Verizon Gateway from PORT 4 to the WAN port of the WRT54GS.
    Result:  Same.. no connectivity between the Verizon gateway and the WRT54GS.
    I was trying to get the WRT54GS to act as a simple hub and a wireless access point on the network.  I finally gave up and bought a simple $19 hub and everything worked immediately.
    I still want to put the WRT54GS back in service but I can not make it work.  Whats going on here??
    Brian Sanborn
    Groton MA

  • Slow network speed after connecting to routers and switch

    Hello
    The following is my test setup I have running at my house for some practice and leaning
    Some reason the PC1 which is a laptop is getting very horrid internet / download speeds, and I am trying to narrow down why.
    Example, on my main desktop that is connected right to the Arris Cable modem / router I get around 34Mbps down.  But the laptop that is connected in the topology above, is getting 0.06 Mbps down
    I am not sure if there are settings that need to be checked on the routers or what could cause this, I am figuring the traffic is bogging at some place.
    Thanks

    Update on some things I have tried
    As I am not sure the cause, I have been reading and trying different things, last thing was to set the interfaces to Duplex Full
    I did this on both the Ethernet ports on the routers, and both of the Fast Ethernet ports being used on the switch, but has not changed the speed that PC1 is getting.
    Also turned on CEF on both routers

  • Connect two routers-wireless

    Hello, I am looking around the forums and can't find and i'd like to know next:
    I have two routers Linksys (wrv200 and wrt110). One on one side of the house, the other will be at the other side od the house. Questions:
    - Is it possible to wirelessly connect second to frist 
    - Second willl broadcast the same SSID (wireless and other settings) as the first and will have the function of covering the signal on the other side of the house and outside, where the first virtually could not 
    - Which one of these two routerja recommend as the first (connect to a modem)
    - What is all need to set athe first and second routerj
    Thanks for help.

    You cannot connect two Linksys Routers Wirelessly, you have to have them connected with cables...see this

  • Connect two routers wirelessely

    I have two routers SRX 200  and WRT300N and want to connect them wirelessly. First of all would it be possible to do that and 2nd will it increase the coverage? I will appreciate for your response.

    Both your routers have better signal/speed capabilities compared to the normal G routers. However, you can't connect them wirelessly.

  • Connecting 2 routers

    Hi there,
    I have setup a wired/wireless network with a linksys WAG54GS-EU(region) and a linksys WRT54GS-EU(region). You see i have some friends in the neiborhood and we wanted all to have internet connection and a LAN to play on. So i bought this two models. My question is how do i configure the two routers to connect to the internet (and "see" each other)using wireless network through the WAG54GS?
    Thanks for the help!

    Well... you could do this set-up:
                         (wired)
    WAG54GS ----------------- (internet port) WRT54GS  ))))))) (wireless) to all PC's
    ► change router LAN IP to 192.168.2.1
    This is admittedly a very awkward set-up though and it's the best set-up we could do with the devices at hand.

  • Connecting 2 routers OK?

    I own a rental house with 5 university students. I have a BEFSR81 router connected to the cable modem, and cable wiring to each room. The students plug their PCs into the cable in their room, and everything works fine.
    One of the students wanted wireless and bought a WRT54G and put it in her room. She plugged it into the network cable where she used to plug in her laptop, and now she uses the wireless on her laptop to connect to the WRT54G.
    The problem is that it seems to be messing up the BEFSR81 router and knocks out internet access for everyone. When I disconnect her WRT54G everything works.
    Is this a valid combination, to have 2 routers connected like this?

    get a computer connected to LAN port 1 of the WRT54G....now, if the ip add on the BEFSR41 is like 192.168.1.x ...
    on the comp ( connected to the WRT54G ) , open IE and access http://192.168.1.1 . Keep the username blank and password is by default "admin" ..
    on the set up page , go to the wireless tab , change the ssid and channel - 1 or 11...
    under basic set up subtab , change the local ip to something diff from BEFSR41...say, for ex , BEFSR41 has 192.168.1.1 , change the local ip add of the WRT54G to 192.168.1.2 and disable its DHCP...
    Also, ensure that the WRT54G is connected to the BEFSR41 through the LAN port ...

Maybe you are looking for

  • Ovi Store 2.6.0 Broken on 6350. Fix or workaround...

    I've been using the Ovi Store app on my 6350.  Recently, it told me that I had to upgrade to 2.6.0.  I did.  Now, it will not start.  I tried deleting and re-installing.  Tried telling it not to keep my old data.  Nothing works.   Get's as far as "lo

  • [SOLVED] Can't get Flash plugin to work.

    Hi, all. I have done a fresh install of Arch, but am still using my previous /home partition. I've installed mozplugger, Flash and Firefox, but the Flash plugin doesn't function. Can anyone tell me how I can get around this? Many thanks, Chris. Last

  • Unable to Update Filters Error Message

    Has anyone else had difficulty editing or deleting their Email Filters?  I set up about 15 filters several years ago before Verizon changed the email format and have been unable to do anything with these filters for a couple of years now.  Below is t

  • Setting up with Printer Canon MG5550

    Previously I used a Canon MP620 Wireless printer which was suppied with both Windows & MAC disks, no problem. I have just bought a Canon MG5550 printer which came with a Windows CD disk only, although it indicates on the box that it is compatable wit

  • Is there a way to watch wmv on Safari?

    I'm running Snow Leopard, QT7, Flip4Mac.... In Leopard 10.5, the site like http://mtv.uol.com.br/noar was looking for a 'embedded' wmv player, with no answer, so it launched on the QT's window via Flip4Mac. And that worked OK. Now Safari doesn't laun