Hello I am a newb and I need help… : (,
I have been trying to create a back up internet with my RB951UI-2HnD v 6.23 and for the life of me
I can’t seem to figure it out. I have tried every script and terminal text I can get my hands on but nothing seems to work. Everything just comes back with errors
I was able to create a secondary wan, or atleast I think I did. I was able to get internet through it anyways.
You didn’t write anything about your actual environment and used configuration nor described your problem precisely. None is able to effectively help you without this.
Thank you Jarda for the reply,
I will try and get more info,
I can’t get the configuration print out right now but I will as soon as I can!
I can give an idea what I want and a layout of what devices
I am trying to create a single failover for a
RB/951G-2HnD which is connected via VPN to another router down the street which houses our 3cx VoIP server. I’d like this setup to instantly switch ISP when the first goes down and keep all devices and VPN connections in check or at least reconnect quickly. So two ISPs, one as main and one as a instant back up with hopefully the same LAN and VPN setup.
I currently
have one RB/951G-2HnD router as my main router which has one wan port connected to a time warner cable modem
I then have a Sprint mifi 500 mobile hot spot connected via wifi to a separate RB/951-2HnD router set in Cpe mode to capture and reproduce the mifi internet across the Ethernet ports of the RB/951-2HnD.
I then have a cable running from the 2nd routers Ether2 port to the main routers ether5 port which I have set up as a wan or at least I think it’s set up a wan. I can get internet from wan 2, after disabling wan1 and restarting the router but that isn’t automatic and it changes all the LAN devices ip addresses after those devices are disconnected and reconnected.
Ok.
You do not have 6.23 as you mentioned at the beginning, but 6.20. Never mind. You should update to 6.23. If you realise strange errors that happen during the runtime, consider downgrade to 6.18.
Naming of the ports is strange and confusing. I suggest to keep original names.
I suggest not to leave visible passwords when pasting config to the public forum.
The export seems to be not consistent, as it contains twice /ip dhcp-server blocks (and those are confusing also).
Adding all ports to bridge is nonsense - you want two independent wan lines and the rest to be lan, as I understood.
And there are many other things that make real mess.
My suggestion is to fully remove all config, check with export command (no need to write compact as in 6.x the export is compact by default) that there is nothing set and start with setting from scratch.
Create wans, put dhcp client on them or set IPs manually.
Create bridge for lan, add only lan ports to the bridge (not any wan ports).
Assign ip to the bridge (not to any lan ports).
Set the pool for lan, network and dhcp server. Use only one address range at the beginning.
Set the wifi, add it to the bridge.
Set masquerade rule for both wans.
Check how routing looks like, solve the dual wan failover functionality and routing - this could be quite complex depending on your needs.
Set at least some basic security rules against wan ports - RouterOS accepts everything by default!
P.s. is there a way to remove the passwords and wan ip addresses when creating a config for all to see? Or do I just go through and remove them manually?