Setup:
I have two computers, both with an ethernet and wireless interface.
I have router A that is connected to the internet.
I have a router B that is not connected to the internet.
I would like to connect both computers to router A wirelessly, and both computers to router B ethernetly.
Problem:
If I connect a computer to router A and router B at the same time, I no longer have internet access through router A.
Reason:
File transfers between my two computers using router A is very slow, because wireless is terrible. If I could connect both computers to the internet through router A, and both computers to each other through router B, then I could speed up file transfers between them whilst still being able to access the internet.
To my intense irritation, connecting ethernetly to a router that has internet access is not an option.
Additional info:
After connecting to routers A and B:
alyx@shire ~> route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default BTBusinessHub.h 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 * 255.255.255.0 U 1 0 0 eth0
192.168.1.0 * 255.255.255.0 U 9 0 0 wlan0
I found a previous question that seems to pose the same problem (How to set up dual wired and wireless connections?), and followed the given answer. It did not work, and I still could not connect to the internet through router A. 'route' output changed to the following:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
192.168.1.0 * 255.255.255.0 U 1 0 0 eth0
192.168.1.0 * 255.255.255.0 U 9 0 0 wlan0