I have 2 RB450G boards: one at my company and one at home (both RouterOS 4.14).
Recently, I switched ISPs at home and my RB450G is not getting the proper DHCP configuration.
I am getting an IP address from the range 188.x.y.z while my default gateway is 194.65.a.b. RouterOS is not creating the proper network route to reach 194.65.a.b. It only creates the 0.0.0.0/0 route that points to 194.65.a.b.
In my company, in a similar setup, my router sets up the following routes correctly:
Code: Select all
[admin@firewall] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 84.92.37.1 1
(...)
22 ADC 10.0.254.0/24 10.0.254.254 GONAFEnet 0
23 ADC 84.92.37.0/22 84.92.37.25 Cabovisao 0
How can I debug this?
BTW, swapping the 450G by my MacBook I get a working connection.
Thanks in advance!
Cheers,
Miguel