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

backup restore

HEllo all,

I'm facing a little problem with my astaro security gateway 8 that i stopped using for 1 year. now i need to turn it on again as my new home setup is ok. 

problem : 1 interface (internal) looks down.... can't access it ... and looks like my admin password for command line is not working also .... and i can't access grubb menu by pressing ESC !!!! a total mess !!! 

so i have a Good backup file here with me and i would like to use it but as it is a security gateway 8 can i use it on a fresh UTM 9 install ? 

Flo


This thread was automatically locked due to age.
Parents
  • I haven't been able to keep up with, or decipher, what exactly you have now.


    Firewall rule viewing information from the command line.  Hopefully I'm not forgetting anything relevant.  

    Get packetfilter class and type objects:
    cc get_objects_filtered '$_->{class} eq "packetfilter" && $_->{type} eq "packetfilter"'


    You might also want the nat/masq info, they are of class packefilter but not of the type packetfilter:
    cc get_objects_filtered '$_->{class} eq "packetfilter" && $_->{type} ne "packetfilter"'


    Get network class objects:
    cc get_objects_filtered '$_->{class} eq "network"'


    Get service definitions:
    cc get_objects_filtered '$_->{class} eq "service"'


    Also:
    iptables-save


    Keep all of your old backups they might come in handy later:  https://community.sophos.com/products/unified-threat-management/astaroorg/f/52/t/29541
Reply
  • I haven't been able to keep up with, or decipher, what exactly you have now.


    Firewall rule viewing information from the command line.  Hopefully I'm not forgetting anything relevant.  

    Get packetfilter class and type objects:
    cc get_objects_filtered '$_->{class} eq "packetfilter" && $_->{type} eq "packetfilter"'


    You might also want the nat/masq info, they are of class packefilter but not of the type packetfilter:
    cc get_objects_filtered '$_->{class} eq "packetfilter" && $_->{type} ne "packetfilter"'


    Get network class objects:
    cc get_objects_filtered '$_->{class} eq "network"'


    Get service definitions:
    cc get_objects_filtered '$_->{class} eq "service"'


    Also:
    iptables-save


    Keep all of your old backups they might come in handy later:  https://community.sophos.com/products/unified-threat-management/astaroorg/f/52/t/29541
Children
No Data