Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Static routes created via SSH not visible in GUI

XG210 (SFOS 19.0.1 MR-1-Build365)

Hello,

I have to create a lot of static routes and would like to do this via SSH.

When I create a static route via "ip route add 10.xxx.xxx.xxx/24 via 10.xxx.xxx.xxx" it is clearly visible in the overview "route -n" BUT not visible via GUI.
I can create the same route again within GUI and it will not say "route already exist"

When I create a static route in the GUI in the first place I can see it directly within shell. 

Question: Does it take some time to show the routes (that I created within the shell) in the GUI?

Regards
Janek



This thread was automatically locked due to age.
Parents
  • Routes via console (ip route commands) are never be reflected on the UI. 

    That is not how it works - SFOS UI will build your routes, changes on the advanced shell are not supported by the UI / GUI in any way. 

    __________________________________________________________________________________________________________________

Reply
  • Routes via console (ip route commands) are never be reflected on the UI. 

    That is not how it works - SFOS UI will build your routes, changes on the advanced shell are not supported by the UI / GUI in any way. 

    __________________________________________________________________________________________________________________

Children
  • Hello LuCar Toni,

    would be a shame if everything were only be a database and advanced shell and gui can read out those database entries. But it seems that the gui is only an interface for the advanced shell (like Windows 95 :-) )

    Anyway. I can't change it and I will work with your tutorial for XML import/export (which works great for most of my jobs). Thanks for that