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

Best practice for documentation

Hello everyone,
I am wondering how you guys do the documentation for your UTMs.

I started doing it using Sharepoint sites and lists but I'd like to do it in some kind of automated way

How do you guys do it?
Any best practice I should know of?

Is there a way to read the config automatically? I would also like to be able to see deltas/changes.

PS: I know that there is the "printable configuration" but I think it is not a very good option and not that well parseable.

Best regards
chas0rde


This thread was automatically locked due to age.
Parents
  • Hi, 
    re CLI: you can dump the iptables rules safely...
    sudo iptables -n -L

    'L' is for list, 'n' is for numeric (IPs instead of looking up the IPs and showing the DNS names).

    The backup files contains the pgSQL data, but I'm not sure how to read it. Other sane options might be to copy the db off and load it in another system, but I doubt it'd be very readable; probably well normalized and full of REFs (like the "printable" configuration).

    Barry
Reply
  • Hi, 
    re CLI: you can dump the iptables rules safely...
    sudo iptables -n -L

    'L' is for list, 'n' is for numeric (IPs instead of looking up the IPs and showing the DNS names).

    The backup files contains the pgSQL data, but I'm not sure how to read it. Other sane options might be to copy the db off and load it in another system, but I doubt it'd be very readable; probably well normalized and full of REFs (like the "printable" configuration).

    Barry
Children
No Data