Simple config
admin@edge:~$ show configuration commands | grep "protocols static" set protocols static interface-route6 ::/0 next-hop-interface tun1 set protocols static route 0.0.0.0/0 next-hop 11.11.11.1 set protocols static table 22 interface-route 0.0.0.0/0 next-hop-interface vtun1
No static routes applied:
admin@edge:~$ show ip route static admin@edge:~$
Gateway is fine
admin@edge:~$ ping 11.11.11.1 count 2 PING 11.11.11.1 (11.11.11.1) 56(84) bytes of data. 64 bytes from 11.11.11.1: icmp_seq=1 ttl=64 time=14.9 ms 64 bytes from 11.11.11.1: icmp_seq=2 ttl=64 time=2.08 ms --- 11.11.11.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 2.083/8.517/14.952/6.435 ms
Unfortunately this seems dependent on some external factor. Other instances upgraded to the 1.2 version released today have their static routes working fine.