I am currently living through router config hell. My main internet connection is in living room A. It is an PPPoE ethernet cable which goes into main WiFi router WR1 (IP 192.168.1.1). This device handles login to the provider, firewall and DHCP for wireless devices in room A.
However, as I had very bad reception in room B, I had to setup second WiFi router WR2 (IP 192.168.1.200) configured as bridge, connecting to WR1. I just wanted to boost the signal. So I set up WR2 WAN IP address 192.168.1.200, giving it default gateway 192.168.1.1 (not sure about this one, but I wanted router WR1 to be its gateway). In LAN setup I gave it address 192.168.1.200. As I understand, WAN should be interface to main router WR1 whereas LAN creates "network inside network".
My problem is, this setup does not work as expected. Internet speed of WR1 is stable and high, whereas WR2 gives only 1/6 of WR1's speed via WiFi and about 1/4 via ethernet cable between PC and WR2. Furthermore, if I enable DHCP on WR2, this does not work and router just does not respond. I suspect there is some kind of IP address conflict because I have setup it on the same subnet.
My questions:
a. Is it possible to have bridged routers which create one big network wich DHCP enabled on both on them? If not, how can I setup WR2 to enjoy DHCP as well? WR2 currently has DHCP disabled so devices connected to it have their addresses assigned by WR1. It is kinda crazy.
b. Speed on WR2 was quite good, but something happened 2 days ago and it is not interference. Speed on WR2 plummeted to values above. Restarting did not help.*
c. How the hell shall I setup the whole thing (WAN and LAN interfaces on WR2) to achieve "one big network" goal? Or should I setup different LAN network on WR2, like: 10.0.25.1 and enable DHCP? Is it even possible in bridge mode?*