I'm trying to setup simple GRE tunnel:
Code:Select all
/interface ethernet set [ find default-name=ether1 ] disable-running-check=no /interface gre add local-address=185.x.x.238 name=tunnel0 remote-address=109.y.y.5 /ip address add address=185.x.x.238/24 interface=ether1 network=185.x.x.0 add address=10.255.251.2/30 interface=tunnel0 network=10.255.251.0
But when I'm just changing RouterOS version to 7.1beta7 GRE tunnel is stops working:
- I see "route inactive" flag in routing table
Code:Select all
DIcH 10.255.251.0/30 tunnel0 0
Is it possible to check somehow the reason why route to GRE tunnel interface is "inactive"?
WBR, Vadim
P.S. By the way, using IPIP tunnel I have the same problem, while EoIP (which is also GRE) works fine on RouterOS v7.1beta6