Rick Stevens wrote: > On Thu, 2007-02-08 at 17:27 -0500, linuxmaillists@xxxxxxxxxxx wrote: >> On Thursday 08 February 2007 17:03, >> linuxmaillists@xxxxxxxxxxx wrote: >>> I have wired router A (linksys BEFSX41 latest firmware) >>> and connected to it are computers A (FC6), B (FC6) & C >>> (FC6) and wireless router B (linksys WRT54G latest >>> firmware) with wireless computer D (WinXP Home) >>> connecting to it. I have googled with no luck finding my >>> solution. I can access the web interface on wired router >>> A from computers A, B or C. What I can't figure out how >>> to do is access the web interface of wireless router B >>> from computers A, B or C. I can access the web interface >>> on router B with computer D. What I want is to be able to >>> communicate across the two routers and the computers >>> connected on each router. Can some one point me in the >>> right direction to resolve this? >> >> >> Router A LAN side 192.168.X.100 - 192.168.X.105 >> >> Gateway 192.168.X.10 subnet mask 255.255.255.128 >> >> Router B 192.168.X.100 >> Computer A 192.168.X.101 >> Computer B 192.168.X.102 >> Computer C 192.168.X.103 >> >> >> Router B LAN side 192.168.2.1 WAN side 192.168.X.100 >> >> Gateway 192.168.2.1 subnet mask 255.255.255.0 >> >> Computer D 192.168.2.100 >> >> I can type in 192.168.2.1 in the web browser on computer D >> and get to the web interface on router B. >> >> What do I need to type in the browser from computer A, B or >> C to get to the web interface on router B? > > Computers A, B, and C need a route to 192.168.2.1: > > route add -net 192.168.2.0/24 gw 192.168.X.100 > This is not going to help unless remote administration is turned on. The problem is that as far as router B is concerned, the network with router A is the Internet. So the default configuration is going to block any attempt to connect to the 192.168.2.z network from the 192.168.x.x network. Now, if you can turn off and the firewalling of router B, as well as NAT, then you may be able to connect. With the current configuration, computers A, B, and C should not be able to connect to computer D, or router B, except as a response to connections established by computer D. The exception to this is any port forwarded connections set up on router B, and then only by trying to connect to 192.168.x.100. Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup!