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

Export Firewall Rules

Hi 

Is there a way i can export the firewall rules into a CSV or other file so i can review them without having to be in the UTM?

Thanks


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

    1. you can use the 'printable configuration' from WebAdmin; I think it is in the Support section.

    2. you can list the rules with an iptables command on the shell/console:
    sudo iptables -n -L

    It's possible the UTM Manager tool has other options, but I haven't tried it.

    Barry
Reply
  • Hi,

    1. you can use the 'printable configuration' from WebAdmin; I think it is in the Support section.

    2. you can list the rules with an iptables command on the shell/console:
    sudo iptables -n -L

    It's possible the UTM Manager tool has other options, but I haven't tried it.

    Barry
Children