|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||
|
Posted by sali on June 30, 2009, 10:39 am
Please log in for more thread options
internal lan being 10.10.0.x, router being 10.10.0.1, now i need additional router to connect to adjacent building [with high speed etehrent lan] having their lan on 10.20.0.x is it possible to somehow attach additional router [for ex 10.10.0.2] with net interface to connect my lan with this adjacent building? i have read somewhere that there is some inter-router discovery protocol, and that my default router [wan] may discover and redirect traffic to this additional router, in case that subnet is required? of course, this my router 10.10.0.1 should remain as default gateway thnx | ||||||||||
|
Posted by Rob on June 30, 2009, 1:03 pm
Please log in for more thread options In your first router, configure a route to 10.20.0.x via gateway 10.10.0.2. Make sure you have not turned off redirects. All your client systems will send the traffic for 10.20.0.x via their default gateway 10.10.0.1 (your first router), which will send it on via its route to 10.10.0.2. But it will also send an ICMP redirect packet to the client, which will then send the next packets directly to the gateway 10.10.0.2. This usually works quite well, but you have to beware that sometimes such redirect packets are turned off or filtered in a firewall. In that case all your traffic to 10.20.0.x will take an unnecessary hop via your first router. Of course you could also set a fixed route to 10.20.0.x via 10.10.0.2 in all your client systems. But that may be a lot of work and when you change the network you may need to do it all over again. | ||||||||||
| Similar Threads | Posted |
| 2 routers one lan | June 29, 2005, 4:44 pm |
| NAT-T and routers. | October 3, 2006, 12:09 pm |
| No NAT between two routers | June 28, 2007, 1:21 pm |
| VTP across routers | March 6, 2008, 11:11 pm |
| Using RIP v2 between two routers | December 20, 2008, 10:17 pm |
| DS3 routers | February 6, 2009, 1:28 pm |
| two routers on the same lan | June 30, 2009, 10:39 am |
| Help with used Cisco Routers | September 17, 2005, 3:30 pm |
| 2610XM routers and VPN | September 26, 2005, 5:44 pm |
| 802.11i for Cisco 870 routers | December 26, 2005, 4:41 pm |
| ACL layer 2 on routers. | January 24, 2006, 6:14 am |
| VPN termination on routers. | January 31, 2006, 4:58 am |
| splitting ATM PVC between different routers | April 19, 2006, 6:51 pm |
| LAN-to-LAN with ASA55xx or routers | May 14, 2006, 6:14 pm |
| routers and certificates | May 30, 2006, 8:20 am |

two routers on the same lan
Yahoo!
Windows Live
del.icio.us
digg
Netscape 



> internal lan being 10.10.0.x, router being 10.10.0.1, now i need additional
> router to connect to adjacent building [with high speed etehrent lan] having
> their lan on 10.20.0.x
> is it possible to somehow attach additional router [for ex 10.10.0.2] with
> net interface to connect my lan with this adjacent building?
> i have read somewhere that there is some inter-router discovery protocol,
> and that my default router [wan] may discover and redirect traffic to this
> additional router, in case that subnet is required? of course, this my
> router 10.10.0.1 should remain as default gateway