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

Comments in SCX files

Hi all,

When editing an SCX file for Sophos XG / Connect VPN, is there a way that you can add comments into the file for information, i.e. in a split tunnel config, can we make a note of what the network address / range relates to?

Current config looks like below.

"remote_ts": [
"x.x.x.x/24",
"x.x.x.x23",
"x.x.x.x/32",
"x.x.x.x/32",
"x.x.x.x/32"
]

I posted before and was told to use format as below, but this fails to import, with a File Import Error, connection could not be parsed, unknown format, on our mac Sophos Connect client v1.4

"remote_ts": [
"x.x.x.x/24",
# Access Server X
"x.x.x.x23",
# Access Network Y
"x.x.x.x/32",
"x.x.x.x/32",
"x.x.x.x/32"

What an I missing?

Thanks



Edited TAGs
[edited by: Erick Jan at 12:11 AM (GMT -7) on 24 May 2024]
Parents Reply
  • Original .scx file

    Simple test.  XG Gui, export connection.  Unzip.

    Edit scx file in a text editor, same one i;ve always used that does not apply any formatting

    simply added the # test line after the only IP line in this SCX file, saved and imported.

    If I remove the line, it imports quite happily.  100% cannot use # to comment

    I tried "# comment" but no joy

    Out of interest, what is the tgb file also included in the export?  I see that has comments in.

    We would need to use the command line functions to import these configs to our machines, so not sure if tgb is supported rather than scx

Children