After finally managing to connect to it with Winbox, I first ran this command:
Code:Select all
/system reset-configuration no-defaults=yes skip-backup=yes
Then, I (somehow) managed to get Capsman working correctly after several false starts. I can connect to the ssid, and I get 192.168.144.x addresses with those as well.
But this isn't currently usable yet. I've tried to set up NAT, and I think it should be rather simple right now... my requirements are pretty minimal. I think (but am uncertain) that it should be a single firewall rule like so:
Code:Select all
/ip firewall nat add chain=srcnat out-interface=ether1 action=masquerade
Code:Select all
/ip firewall nat add chain=srcnat action=masquerade out-interface=ether1
It's difficult because once I cut over to this router, I no longer have internet to try to troubleshoot with and have to go about hooking back up my old router again. I intend to post the configuration dump in a few hours when I'm off work and have can do so. But I was hoping that in the meantime my description of the steps I've taken might make it obvious that I've left something out. Thanks in advance.