L009UiGS-2HaxD-IN downgrade routeros v6

Hello,

I just bought L009UiGS-2HaxD-IN. My old mikrotik running v6 and I can not migrate my config to L009UiGS-2HaxD-IN routeros v7.

Do L009UiGS-2HaxD-IN support installing routeros v6?

Thanks

Apply the config in parts. Most things are unchanged. When you get to the part or parts that fail, you can look for advice in the Upgrading to v7 guide in the manual, or by comparing what doesn’t work with what is currently documented elsewhere in the manual.

Failing all that, post those fragments here, and someone may be able to advise you on an equivalent path forward.


Do L009UiGS-2HaxD-IN support installing routeros v6?

No. It’s right there in the top-line specs: “Operating System: RouterOS v7”.

Hello,

I have 2 PPPoE Uplinks to same ISP and same gateway

I previously using NTH to load balance (I don’t need sticky IP) but when I enable NTH mangle rules I am getting ping timeouts and I cannot connect to web sites. PCC load balance works fine but my upload speed is 3 Mbits per ppp so I need 6 mbits total. With PCC I only got 3 mbits per connection.

NTH rules are working fine with Routeros v6.

[admin@MikroTik] /ip/firewall/mangle> pri
Flags: X - disabled, I - invalid; D - dynamic
0 D ;;; special dummy rule to show fasttrack counters
chain=prerouting action=passthrough

1 D ;;; special dummy rule to show fasttrack counters
chain=forward action=passthrough

2 D ;;; special dummy rule to show fasttrack counters
chain=postrouting action=passthrough

3 chain=prerouting action=accept src-address=192.168.1.0/24 dst-address=192.168.175.0/24 log=no log-prefix=“”

4 chain=prerouting action=accept src-address=192.168.1.0/24 dst-address=192.168.1.0/24 log=no log-prefix=“”

5 chain=prerouting action=accept src-address=192.168.1.0/24 dst-address=192.168.8.0/24 log=no log-prefix=“”

6 X chain=input action=mark-connection new-connection-mark=ISP1_conn in-interface=PPP1 log=no log-prefix=“”

7 X chain=output action=mark-routing new-routing-mark=ISP1-OUT connection-mark=ISP1_conn log=no log-prefix=“”

8 X chain=input action=mark-connection new-connection-mark=ISP2_conn in-interface=PPP2 log=no log-prefix=“”

9 X chain=output action=mark-routing new-routing-mark=ISP2-OUT connection-mark=ISP2_conn log=no log-prefix=“”

10 chain=input action=mark-connection new-connection-mark=ISP1_conn passthrough=yes connection-mark=no-mark in-interface=PPP1

11 chain=input action=mark-connection new-connection-mark=ISP2_conn passthrough=yes connection-mark=no-mark in-interface=PPP2

12 chain=forward action=mark-connection new-connection-mark=ISP1_conn->Local passthrough=yes connection-mark=no-mark in-interface=PPP1

13 chain=forward action=mark-connection new-connection-mark=ISP2_conn->Local passthrough=yes connection-mark=no-mark in-interface=PPP2

14 chain=output action=mark-routing new-routing-mark=ISP1-OUT passthrough=yes connection-mark=ISP1_conn

15 chain=output action=mark-routing new-routing-mark=ISP2-OUT passthrough=yes connection-mark=ISP2_conn

16 chain=prerouting action=mark-routing new-routing-mark=ISP1-OUT passthrough=yes src-address-list=Local connection-mark=ISP1_conn->Local

17 chain=prerouting action=mark-routing new-routing-mark=ISP2-OUT passthrough=yes src-address-list=Local connection-mark=ISP2_conn->Local

18 chain=prerouting action=mark-packet new-packet-mark=ISP1_conn passthrough=yes dst-address=!192.168.1.0/24 src-address-type=!local in-interface=LOCAL per-connection-classifier=both-addresses-and-ports:2/0 log=no
log-prefix=“”

19 chain=prerouting action=mark-packet new-packet-mark=ISP2_conn passthrough=yes dst-address=!192.168.1.0/24 src-address-type=!local in-interface=LOCAL per-connection-classifier=both-addresses-and-ports:2/1 log=no
log-prefix=“”

20 X chain=prerouting action=mark-packet new-packet-mark=ISP1_conn passthrough=yes dst-address=!192.168.1.0/24 in-interface=LOCAL nth=2,1 log=no log-prefix=“”

21 X chain=prerouting action=mark-packet new-packet-mark=ISP2_conn passthrough=yes dst-address=!192.168.1.0/24 in-interface=LOCAL nth=2,2 log=no log-prefix=“”

22 chain=prerouting action=mark-routing new-routing-mark=ISP1-OUT in-interface=LOCAL packet-mark=ISP1_conn log=no log-prefix=“”

23 chain=prerouting action=mark-routing new-routing-mark=ISP2-OUT in-interface=LOCAL packet-mark=ISP2_conn log=no log-prefix=“”

[admin@MikroTik] /ip/route> pr de
Flags: D - dynamic; X - disabled, I - inactive, A - active; c - connect, s - static, r - rip, b - bgp, o - ospf, i - is-is, d - dhcp, v - vpn, m - modem, y - bgp-mpls-vpn; H - hw-offloaded; + - ecmp
0 As + dst-address=0.0.0.0/0 routing-table=main pref-src=0.0.0.0 gateway=PPP2 immediate-gw=PPP2 distance=1 scope=30 target-scope=10 suppress-hw-offload=no

1 As + dst-address=0.0.0.0/0 routing-table=main pref-src=0.0.0.0 gateway=PPP1 immediate-gw=PPP1 distance=1 scope=30 target-scope=10 suppress-hw-offload=no

DAc dst-address=192.168.1.0/24 routing-table=main gateway=LOCAL immediate-gw=LOCAL distance=0 scope=10 suppress-hw-offload=no local-address=192.168.1.1%LOCAL

DIcH dst-address=192.168.8.0/24 routing-table=main gateway=ether2 distance=0 scope=10 suppress-hw-offload=no local-address=192.168.8.1%ether2

DAc dst-address=192.168.175.0/24 routing-table=main gateway=ether1 immediate-gw=ether1 distance=0 scope=10 suppress-hw-offload=no local-address=192.168.175.126%ether1

DAc + dst-address=192.168.175.1/32 routing-table=main gateway=PPP1 immediate-gw=PPP1 distance=0 scope=10 suppress-hw-offload=no local-address=192.168.175.39%PPP1

DAc + dst-address=192.168.175.1/32 routing-table=main gateway=PPP2 immediate-gw=PPP2 distance=0 scope=10 suppress-hw-offload=no local-address=192.168.176.16%PPP2

2 As dst-address=0.0.0.0/0 routing-table=ISP1-OUT pref-src=0.0.0.0 gateway=PPP1 immediate-gw=PPP1 distance=1 scope=30 target-scope=10 suppress-hw-offload=no

3 As dst-address=192.168.175.1/32 routing-table=ISP1-OUT pref-src=0.0.0.0 gateway=PPP1 immediate-gw=PPP1 distance=1 scope=30 target-scope=10 suppress-hw-offload=no

4 As dst-address=0.0.0.0/0 routing-table=ISP2-OUT pref-src=0.0.0.0 gateway=PPP2 immediate-gw=PPP2 distance=1 scope=30 target-scope=10 suppress-hw-offload=no

5 As dst-address=192.168.175.1/32 routing-table=ISP2-OUT pref-src=0.0.0.0 gateway=PPP2 immediate-gw=PPP2 distance=1 scope=30 target-scope=10 suppress-hw-offload=no

And here is my old config in RouterOs v6, which was working fine.

[admin@MikroTik] /ip firewall mangle> pr
Flags: X - disabled, I - invalid, D - dynamic
0 D ;;; special dummy rule to show fasttrack counters
chain=prerouting action=passthrough

1 D ;;; special dummy rule to show fasttrack counters
chain=forward action=passthrough

2 D ;;; special dummy rule to show fasttrack counters
chain=postrouting action=passthrough

3 chain=forward action=accept dst-address=192.168.8.0/24 in-interface=LOCAL out-interface=ether2 log=no log-prefix=“”

4 chain=output action=accept dst-address=192.168.8.0/24 log=no log-prefix=“”

5 chain=prerouting action=accept dst-address=192.168.8.0/24 in-interface=LOCAL log=no log-prefix=“”

6 chain=input action=mark-connection new-connection-mark=ether2_conn in-interface=ether2 log=no log-prefix=“”

7 chain=output action=mark-routing new-routing-mark=to_eth2 connection-mark=ether2_conn log=no log-prefix=“”

8 I ;;; WAN16 not ready
chain=input action=mark-connection new-connection-mark=WAN1_conn in-interface=WAN16 log=no log-prefix=“”

9 chain=output action=mark-routing new-routing-mark=to_WAN1 connection-mark=WAN1_conn log=no log-prefix=“”

10 I ;;; WAN12 not ready
chain=input action=mark-connection new-connection-mark=WAN2_conn in-interface=WAN12 log=no log-prefix=“”

11 chain=output action=mark-routing new-routing-mark=to_WAN2 connection-mark=WAN2_conn log=no log-prefix=“”

12 chain=prerouting action=mark-packet new-packet-mark=WAN1_conn passthrough=yes in-interface=LOCAL nth=2,1 log=no log-prefix=“”

13 chain=prerouting action=mark-packet new-packet-mark=WAN2_conn passthrough=yes in-interface=LOCAL nth=2,2 log=no log-prefix=“”

14 chain=prerouting action=mark-routing new-routing-mark=to_WAN1 in-interface=LOCAL packet-mark=WAN1_conn log=no log-prefix=“”

15 chain=prerouting action=mark-routing new-routing-mark=to_WAN2 in-interface=LOCAL packet-mark=WAN2_conn log=no log-prefix=“”

16 chain=prerouting action=mark-routing new-routing-mark=to_eth2 in-interface=LOCAL packet-mark=WAN3_conn log=no log-prefix=“”
[admin@MikroTik] /ip firewall mangle>
[admin@MikroTik] /ip firewall mangle>
[admin@MikroTik] /ip firewall mangle>
[admin@MikroTik] /ip firewall mangle> /ip route
[admin@MikroTik] /ip route> pr det
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
0 S dst-address=0.0.0.0/0 gateway=192.168.8.1 gateway-status=192.168.8.1 unreachable check-gateway=ping distance=3 scope=30 target-scope=10 routing-mark=to_eth2

1 S dst-address=0.0.0.0/0 gateway=WAN16 gateway-status=WAN16 unreachable distance=1 scope=30 target-scope=10 routing-mark=to_WAN1

2 S dst-address=0.0.0.0/0 gateway=WAN12 gateway-status=WAN12 unreachable distance=1 scope=30 target-scope=10 routing-mark=to_WAN2

3 S dst-address=0.0.0.0/0 gateway=WAN16,WAN16,WAN16,WAN16,WAN12,WAN12,WAN12
gateway-status=WAN16 unreachable,WAN16 unreachable,WAN16 unreachable,WAN16 unreachable,WAN12 unreachable,WAN12 unreachable,WAN12 unreachable check-gateway=ping
distance=1 scope=30 target-scope=10

4 S dst-address=0.0.0.0/0 gateway=192.168.8.1 gateway-status=192.168.8.1 unreachable check-gateway=ping distance=3 scope=30 target-scope=10

5 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.1 gateway=LOCAL gateway-status=LOCAL reachable distance=0 scope=10

6 ADC dst-address=192.168.8.0/24 pref-src=192.168.8.1 gateway=ether2 gateway-status=ether2 reachable distance=0 scope=10