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

Configure by copying files

I in the middle of a migration from an PentiumII running ASL 2.000 to an PentiumIV running ASL 4.000.

Is it possible to copy the definitions from one machine to other? At least I need to copy Definitions/Networks, Network/Routing and Packet Filter/Rules but all the rest of files will be welcome too. [;)]   


This thread was automatically locked due to age.
Parents
  • Hi Javier,

    I read in other post that you must migrate first to a version 3, before migrate to a v 4 from a 2 version XD.

    I think that a search in the bulletins can clarify it.

    Regards,

    Jose  
  • I found a way to save work. I find out that the .abf files are tar.bzip2 files so I got bzip2 for Windows and the I did a backup in version 2 and version 4 and I did bzip2 and tar for both.

    I find out that Definitions/Networks, Definitions/Network Groups, Definitions/Services, Definitios/Service Groups, Definitions/Users and PacketFilter/Rules format files are identical so I move the ones in version 2 to version 4, then repack it with tar and compress with bzip2 and... when I restore it everything is there at version 4. So all I need to do is type manually the rest of files not compatibles like masquerading, dnat, snat  and some other which contains few typing.

    The only big typing file not compatible is routesdata which contains what is in Network/routing but I'm going to do a small program that get an version 2 routesdata and produce a valid version 4 routesdata.

    Best Regards,
    Javier  
Reply
  • I found a way to save work. I find out that the .abf files are tar.bzip2 files so I got bzip2 for Windows and the I did a backup in version 2 and version 4 and I did bzip2 and tar for both.

    I find out that Definitions/Networks, Definitions/Network Groups, Definitions/Services, Definitios/Service Groups, Definitions/Users and PacketFilter/Rules format files are identical so I move the ones in version 2 to version 4, then repack it with tar and compress with bzip2 and... when I restore it everything is there at version 4. So all I need to do is type manually the rest of files not compatibles like masquerading, dnat, snat  and some other which contains few typing.

    The only big typing file not compatible is routesdata which contains what is in Network/routing but I'm going to do a small program that get an version 2 routesdata and produce a valid version 4 routesdata.

    Best Regards,
    Javier  
Children