I'm preparing for camping season with my travel trailer. Many campgrounds offer free Wi-Fi, but the coverage is not great for every site. Four cellphones, sound system using music streaming, smart TV and, eventually, laptops to connect. I would like to improve Wi-Fi signal around the trailer and typing in the campgrounds' SSID and password only once.
I thought about using an old RT-N66U as a repeater running Merlin LTS. To set it up for the first campground it wouldn't be too difficult, but as soon as we arrive in the next one, the RT-N66U wouldn't be running DHCP and I wouldn't be able to access it without resetting. I could manually change to router mode before leaving the first campground, but I know I'll eventually forget about it and then it's done.
The challenge is to simplify/automate this process. What I'm planning:
Anyone knows the commands to do that or has a better solution? I will be a happy camper
I thought about using an old RT-N66U as a repeater running Merlin LTS. To set it up for the first campground it wouldn't be too difficult, but as soon as we arrive in the next one, the RT-N66U wouldn't be running DHCP and I wouldn't be able to access it without resetting. I could manually change to router mode before leaving the first campground, but I know I'll eventually forget about it and then it's done.
The challenge is to simplify/automate this process. What I'm planning:
- Create a services-start script
- identify the current mode (is there a NVRAM setting I could check?)
- if router mode, do nothing and quit
- if repeater mode, check if there's connection to the campground router (maybe checking if the RT-N66U has an assigned IP address?)
- if there's connection, do nothing and quit
- if there's no connection, change to router mode (is there a command to do that?) and reboot. Repeater SSID and password won't be changed.
- Create a manually-run script
- input camping SSID
- input camping password
- change to repeater mode (command?) with the inputted camping router's credentials. Repeater SSID and password won't be changed.
- reboot
Anyone knows the commands to do that or has a better solution? I will be a happy camper
