Hello guys,
I was successfully able to install and upgrade OpenWRT on my TP-Link RE450 repeater. However, I am having trouble using it as a travel router. The application is when you have only 1 connection available to a hotel wifi network and want to rebroadcast it to create your own private network such that all your devices can connect via that same connection without losing bandwidth (exploiting dual radio).
My goal is to have a configuration as follows:
* Repeater connected as a client to main router's WiFi on the 2.4 GHz band.
* DHCP lease provided by main router to repeater.
* Repeater broadcasts a new private network with different SSID on the 5 GHz band (to prevent throughput loss).
* DHCP is enabled on the repeater and any client that connects to the private 5 GHz network is assigned its lease by the repeater.
* Ideally, a VPN configured onto my private network once all of the above is done as well.
In essence, as far as the main router is concerned it only sees 1 device (the repeater) connected to its 2.4 GHz network. But, the private 5 GHz network is allowing multiple devices to be connected through that connection. **The private network is completely invisible to the main router or its direct clients! A picture is worth a thousand words so here is the configuration:
preview.ibb.co/hiB0BR/Untitled_Diagram.jpg
I could only find a Wiki page that shows how to setup a repeater using relayed with bridge configuration (lede-project.org/docs/user-guide/relay_configuration). Unfortunately, this configuration cannot be used for this application because in this case:
* DHCP is enabled only on the main router and it is responsible for assigning leases to new clients.
* All devices on both: the repeater network and router network are connected via LAN and can see each other.
Thank you for the help! Much appreciated!
(Last edited by openwrt_newbie999 on 20 Oct 2017, 04:26)