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?
RegardsJanek
Hi Janek Haessler ,
Thanks for reaching out to Sophos Community and hope you are well.
May I ask if you have tested the routes created in CLI/shell to be working even though they didn't reflected in GUI?
This one is not found on the KILs for v19.0.1 docs.sophos.com/.../index.html
So Further, I may recommend you to open a support ticket for this to be further checked by an engineer: https://support.sophos.com/support/s/?language=en_US#t=AllTab&sort=relevancy and please do share the case number that would be given, by replying here or by sending me a DM so we can also keep in touch with the progress if you opt to open a support ticket.
Thanks and have a great rest of the day and thank you for choosing Sophos.
Regards,
Raphael AlganesCommunity Support Engineer | Sophos Technical SupportSophos Support Videos | Product Documentation | @SophosSupport | Sign up for SMS AlertsIf a post solves your question use the 'Verify Answer' link.
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.
__________________________________________________________________________________________________________________
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