Looking for help to fix my RB450G not getting internet when my WAN1 goes down & I need to unplugged the cable or poweroff the ISP router then only its shifted to WAN2,
Using Loadbalance with TPlink ER605 with it its work good no issue quick failover or backup again, but my RB450G having issue when my WAN1 goes down which is my fiber connection.
my configuration is simple I’m not using loadbalance on RB450G
@anav Thank you for your response really need to fix this issue with the help of this forum, I’m new in this community and have no experience in Mikrotik OS,
as of now, I have no public ip configured in this attached config file myconfig.txt.rsc (8.33 KB)
Remove few line this is the actual config kindly suggest why its not shifting to my other wan untile I'm unluged the down wan cable or power off the down wan router ?
set time-zone-name=Asia/Kolkata
/system clock manual
set time-zone=+05:30
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set bridge1 disabled=yes display-time=5s
set "Ethernet1 [WAN]" disabled=yes display-time=5s
set "LAN 2" disabled=yes display-time=5s
set "Lan 3" disabled=yes display-time=5s
set "Lan 4" disabled=yes display-time=5s
set "Lan 5" disabled=yes display-time=5s
/system ntp client
set enabled=yes primary-ntp=128.199.84.169
/system routerboard settings
set silent-boot=no
/tool user-manager database
set db-path=user-manager1
0.1 is my TPlink ER605 Loadbance Router
1.1 is an ISP router which connected to the WAN 1 TP-Link Router
8.1 Is my 4G SIM DataCard which is connected to ER605 USB Port and TL TP-Link ER605 everything works fine only when the client connects via hotspot with RB450G having an issue until I’m not switching Off or unplugging my WAN 1 ISP cable or Router.
Looks like a few redundant default routes in there. I see you have some extra routing tables, but for example, in your main table the two lines here
2 A S dst-address=0.0.0.0/0 gateway=203.xxx.xxx.xxx gateway-status=203.xxx.xxx.xxx reachable via pppoe-out1 check-gateway=ping distance=4 scope=30 target-scope=10
3 DS dst-address=0.0.0.0/0 gateway=203.xxx.xxx.xxx gateway-status=203.xxx.xxx.xxx reachable via pppoe-out1 distance=4 scope=30 target-scope=10
are the same. One is dynamic from PPPoE and the other looks to be one you made with a check ping. It won’t necessarily break it, but it makes for a tough read.
Based on the diagram, how is it you have two ISPs coming in on one cable to the RG450?
You would need them to be coming over two VLANS, or use two ports on TPLINK and two ports on RB450 for WAN.
TP Link is the loadbalance device its loadbalance my 2 WAN and via lan my RB450G is connected, i have connected other devices with TP link like one spare wifi router but its works fine only the RB having issue.
So the RB450G only has one WAN, because its actually getting a private LANIP from the TPLINK which does all the load balance.
So you dont have multiwan on RBG, you have a single private static IP WAN.
The issue is not the MT its the TPLINK then??? The MT doesnt do any switching.
I though this too but when i connect Other normal wi-fi router and system directly to TPLink its works fine no issue only RB having issue i thought RB have some short of setting which i need to fine tune and all,