Join the Conversation

To sign in, use your existing MySonicWall account. To create a free MySonicWall account click "Register".

How To Get The Configurations Of The Firewall Based On The Exporting Exp File?

AlbertoAlberto Enthusiast ✭✭

Reading this guide I'm not enable to produce a correct txt file.

https://www.sonicwall.com/support/knowledge-base/how-to-get-the-configurations-of-the-firewall-based-on-the-exporting-exp-file/170503330364045/

I use:

base64 -d -i sonicwall-NSA_6600-6_5_4_6-79n-1596699647.exp | sed '/&\n/g' > config.txt

but this produce a file with only one line without return.

note:

in text page command is:

base64 -d -i SonicWall-TZ_400-6_2_3_0-10n.exp | sed 's/&/n/g' > config.txt

in image:

base64 -d -i SonicWall-TZ_400-6_2_3_0-10n.exp | sed 's/&/n/g' > config.txt

base64 -d -i sonicwall-NSA_6600-6_5_4_6-79n-1596699647.exp | sed 's/&/\n/g' > config.txt

CORRECT COMMAND IS:

base64 -d -i sonicwall-NSA_6600-6_5_4_6-79n-1596699647.exp | sed 's/&/\n/g' > config.txt

Category: High End Firewalls
Reply

Answers

  • Hello @Alberto,

    Thanks for letting us know. I will reach out to the concerned person and have that corrected.

    Shipra Sahu

    Technical Support Advisor, Premier Services

  • @Alberto,

    The KB has been modified to show the right command. Thanks again!

    Shipra Sahu

    Technical Support Advisor, Premier Services

  • AlbertoAlberto Enthusiast ✭✭

    Thank you.

    I wanted to know if you have visibility of my ticket "43455656" in your position. I have serious problems after updating to the latest release. In my opinion related to the management of AWS. Have you heard anything about this? Do you think there is a firmware in development?

  • AlbertoAlberto Enthusiast ✭✭
    edited August 2020

    I want know if you see which problems i related to this fix

    sw_nsa-6600_eng_6.5.4.6-79n--HFGEN6-1249-2n_6.5.4_release_6_5_4_6_2n_1244505

    or something about "JIRA GEN6-1721"

  • Hello @Alberto,

    HFGEN6-1249-2n is related to reboot due to tFwAWSServiceAPI task. JIRA GEN6-1721 is actually a duplicate of the same issue.

    Thanks!

    Shipra Sahu

    Technical Support Advisor, Premier Services

  • AlbertoAlberto Enthusiast ✭✭

    I update firewall to hotfix SonicOS Enhanced 6.5.4.6-79n--HFGEN6-1249-2n

    but i see a lot of cpu consume of processi tawss3client

    My ticket is 43455656

    Do you have visibility about this problems ?

    Or for SonicWALL is not a problem ?

    We have nothing configured about AWS (vpn, log, ecc)

  • AlbertoAlberto Enthusiast ✭✭
Sign In or Register to comment.