943,884 Members | Top Members by Rank

  • Networking Discussion Thread
  • Unsolved
  • Views: 13863
  • Networking RSS
Dec 12th, 2005
0

sharing files between to linksys routers.

Expand Post »
I have two linksys router I would like to be able to share files across both routers.

The network is set up like this:

Cable modem connects to the Linksys (RT31P2)

out of the Linksys (RT31P2) on port# 1 to a Linksys (WRT54G) into the WAN port.
I have two computers hard wired to the Linksys (WRT54G) and one is wireless.

Is it possible to share files across the two Linksys routers?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mj1141 is offline Offline
21 posts
since Nov 2004
Dec 13th, 2005
0

Re: sharing files between to linksys routers.

Quote originally posted by mj1141 ...
Is it possible to share files across the two Linksys routers?
Yes, but the real issue comes down to sharing files across two networks, because that is what routers do- they manage traffic between two or more different networks.

Please give us details of the logical configuration of your routers and computers, such as the WAN and LAN IP addresses of each router, the IP addresses assigned to the computers connected to each router, whether or not the routers are supplying the computer IPs via DHCP, etc.
DMR
Team Colleague
Reputation Points: 221
Solved Threads: 369
Wombat At Large
DMR is offline Offline
6,439 posts
since Dec 2003
Dec 14th, 2005
0

Re: sharing files between to linksys routers.

Linksys RT31P2


Local IP 192.168.15.1
Subnet 255.255.255.0

Local DHCP 192.168.15.100


Port 1 is ran to the second floor to Linksys WRT64G WAN Port

Linksys WRT54G

Local IP 192.168.1.1
Sunbnet 255.255.255.0

Local DHCP 192.168.1.100

WAN port IP address 192.168.15.100
Default Gateway 192.168.15.1


There are two Pc’s off of the WRT54G set for DHCP IP address 192.168.1.100 and 192.168.1.101
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mj1141 is offline Offline
21 posts
since Nov 2004
Dec 14th, 2005
1

Re: sharing files between to linksys routers.

There are a number of different solutions for your problem.

The easiest solution is to replace the RT31P2 with a switch and connect the cable modem to the WRT54G. This would create one LAN rather than the two LANs that you currently have. This isn't a very good solution though since you would have to replace a component.

Your computers may be able to share files across the different LANs currently, but they just don't see eachother in Network Neighborhood. To test this, use one of the computers to try to access the shares on a computer that is connected to the other router. Rather than going through Network Neighborhood, type in the location of the other computer in the form of "\\ipAddress" such as "\\192.168.1.101". See if you can see across to the other router's systems this way. If this set up works for you, you could actually make links on each machine to point to the systems on the other router. It's not the most elegant solution, but I have seen it work.


Now for a solution that is both elegant and inexpensive (free) but is also more technically involved. This is the best solution I can come up with in your situation. Basically, we will turn your wireless router into nothing more than a switch with a wireless access point. In effect, this will bypass all the router functions -- NAT, firewall, DHCP server, etc -- on the wireless router. This will create one LAN using two routers. The following are the details to implement this.

The first step is to not use the WAN port on the wireless router. All traffic that goes through the WAN port will be firewalled and NATed, which we don't want. We want the wired router to handle all that. Take the cable that is plugged into the WAN port on the wireless router and connect it to one of the standard LAN ports.

Since the wireless router is now just a regular device attached to the wired router, we need to configure it to use the same subnet as the wired router. Use a computer that is directly connected to the wireless router to access its configuration page. Change the wireless router's IP address to one that matches the LAN addressing for the wired router, for example: 192.168.15.2. You should not use an IP address that has a last number greater than 99 since the wired router hands out IP addresses in that range, and you don't want your wireless router to be unable to connect because a computer on the wired router got its designated IP address.

The next step is to turn off the wireless router's DHCP server. You should have the ability to set this in the configuration. You don't want the wireless router to serve as the DHCP server since you want your wired one to handle all of this. After this configuration is made, the wired router will assign IP addresses for every machine, thus connecting every machine to the same LAN.

After you have made all these changes, turn off all the machines that connect to the wireless router, reboot the router, let the router fully boot, and then turn your machines back on. After they have all come back up, make sure that they have a good network connection and can connect to the net. The last thing to check is to see if all the computers can now see themselves.

It's very possible that you will run into trouble if you try to do this. If you do, let us know what you are having a problem with, and we will help you figure out the problem.
Reputation Points: 38
Solved Threads: 25
Posting Shark
chrisbliss18 is offline Offline
902 posts
since Aug 2005
Dec 14th, 2005
0

Re: sharing files between to linksys routers.

your using the standard/default mask of 255.255.255.0 - which, in a nutshell, means that the first three groups (or, quads) of the ip must match one another exactly in order for the two devices to communicate (at least as far as a small home/office network, w/o an admin, is concerned), so the easiest thing to do is to configure the ip's accordingly: set the ip of one router to 192.168.15.1 & the other to 192.168.15.2 (or ...15.3, ...15.4, etc), or configure one as 192.168.1.1 & the other as 192.168.1.2 (or ...1.3, ...1.4, etc). this way both routers would be in the same segment/network.

Quote originally posted by mj1141 ...
Linksys RT31P2


Local IP 192.168.15.1
Subnet 255.255.255.0

Local DHCP 192.168.15.100


Port 1 is ran to the second floor to Linksys WRT64G WAN Port

Linksys WRT54G

Local IP 192.168.1.1
Sunbnet 255.255.255.0

Local DHCP 192.168.1.100

WAN port IP address 192.168.15.100
Default Gateway 192.168.15.1


There are two Pc’s off of the WRT54G set for DHCP IP address 192.168.1.100 and 192.168.1.101
Team Colleague
Reputation Points: 186
Solved Threads: 8
Team Member - aka kaynine
aeinstein is offline Offline
643 posts
since May 2002
Nov 8th, 2009
0
Re: sharing files between to linksys routers.
Hello, I am new, just signed up to reply here.. not sure of protocol, but.. wouldn't this be perfect for bittorrent?






Click to Expand / Collapse  Quote originally posted by DMR ...
Yes, but the real issue comes down to sharing files across two networks, because that is what routers do- they manage traffic between two or more different networks.

Please give us details of the logical configuration of your routers and computers, such as the WAN and LAN IP addresses of each router, the IP addresses assigned to the computers connected to each router, whether or not the routers are supplying the computer IPs via DHCP, etc.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
rocketman3291 is offline Offline
1 posts
since Nov 2009
Dec 1st, 2009
0
Re: sharing files between to linksys routers.
Now for a solution that is both elegant and inexpensive (free) but is also more technically involved. This is the best solution I can come up with in your situation. Basically, we will turn your wireless router into nothing more than a switch with a wireless access point. In effect, this will bypass all the router functions -- NAT, firewall, DHCP server, etc -- on the wireless router. This will create one LAN using two routers. The following are the details to implement this.

The first step is to not use the WAN port on the wireless router. All traffic that goes through the WAN port will be firewalled and NATed, which we don't want. We want the wired router to handle all that. Take the cable that is plugged into the WAN port on the wireless router and connect it to one of the standard LAN ports.

Since the wireless router is now just a regular device attached to the wired router, we need to configure it to use the same subnet as the wired router. Use a computer that is directly connected to the wireless router to access its configuration page. Change the wireless router's IP address to one that matches the LAN addressing for the wired router, for example: 192.168.15.2. You should not use an IP address that has a last number greater than 99 since the wired router hands out IP addresses in that range, and you don't want your wireless router to be unable to connect because a computer on the wired router got its designated IP address.

The next step is to turn off the wireless router's DHCP server. You should have the ability to set this in the configuration. You don't want the wireless router to serve as the DHCP server since you want your wired one to handle all of this. After this configuration is made, the wired router will assign IP addresses for every machine, thus connecting every machine to the same LAN.

After you have made all these changes, turn off all the machines that connect to the wireless router, reboot the router, let the router fully boot, and then turn your machines back on. After they have all come back up, make sure that they have a good network connection and can connect to the net. The last thing to check is to see if all the computers can now see themselves.

It's very possible that you will run into trouble if you try to do this. If you do, let us know what you are having a problem with, and we will help you figure out the problem.

This is pretty much the way to go for daisy chaining. I've had routers work the way you have it set up, but most of the time in daisy chaining I had to turn one of the routers into a dummy switch by turning off DHCP and using one of the LAN ports instead of WAN for the connection with the first router.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
whisk3rs is offline Offline
8 posts
since Dec 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Networking Forum Timeline: Linksys WRT600N slows down
Next Thread in Networking Forum Timeline: Connecting modem to switch to XP pc doesn't work





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC